Module: Artsy::EventPublisher::Config
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#rabbitmq_url ⇒ Object
Returns the value of attribute rabbitmq_url.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
34 35 36 |
# File 'lib/artsy/event_publisher.rb', line 34 def app_id @app_id end |
#enabled ⇒ Object
Returns the value of attribute enabled.
35 36 37 |
# File 'lib/artsy/event_publisher.rb', line 35 def enabled @enabled end |
#logger ⇒ Object
Returns the value of attribute logger.
37 38 39 |
# File 'lib/artsy/event_publisher.rb', line 37 def logger @logger end |
#rabbitmq_url ⇒ Object
Returns the value of attribute rabbitmq_url.
36 37 38 |
# File 'lib/artsy/event_publisher.rb', line 36 def rabbitmq_url @rabbitmq_url end |