Module: Artsy::EventPublisher::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/artsy/event_publisher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



34
35
36
# File 'lib/artsy/event_publisher.rb', line 34

def app_id
  @app_id
end

#enabledObject

Returns the value of attribute enabled.



35
36
37
# File 'lib/artsy/event_publisher.rb', line 35

def enabled
  @enabled
end

#loggerObject

Returns the value of attribute logger.



37
38
39
# File 'lib/artsy/event_publisher.rb', line 37

def logger
  @logger
end

#rabbitmq_urlObject

Returns the value of attribute rabbitmq_url.



36
37
38
# File 'lib/artsy/event_publisher.rb', line 36

def rabbitmq_url
  @rabbitmq_url
end