module AMQP::Settings

Constants

CLIENT_PROPERTIES

Public Class Methods

client_properties() click to toggle source
# File lib/amqp/settings.rb, line 20
def self.client_properties
  @client_properties ||= CLIENT_PROPERTIES
end