Class: Happn::Configuration
- Inherits:
-
Object
- Object
- Happn::Configuration
- Defined in:
- lib/happn/configuration.rb
Instance Attribute Summary collapse
-
#bunny_options ⇒ Object
Returns the value of attribute bunny_options.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#management_options ⇒ Object
Returns the value of attribute management_options.
-
#on_error ⇒ Object
Returns the value of attribute on_error.
-
#projector_classes ⇒ Object
Returns the value of attribute projector_classes.
-
#rabbitmq_exchange_durable ⇒ Object
Returns the value of attribute rabbitmq_exchange_durable.
-
#rabbitmq_exchange_name ⇒ Object
Returns the value of attribute rabbitmq_exchange_name.
-
#rabbitmq_host ⇒ Object
Returns the value of attribute rabbitmq_host.
-
#rabbitmq_management_port ⇒ Object
Returns the value of attribute rabbitmq_management_port.
-
#rabbitmq_management_scheme ⇒ Object
Returns the value of attribute rabbitmq_management_scheme.
-
#rabbitmq_password ⇒ Object
Returns the value of attribute rabbitmq_password.
-
#rabbitmq_port ⇒ Object
Returns the value of attribute rabbitmq_port.
-
#rabbitmq_prefetch_size ⇒ Object
Returns the value of attribute rabbitmq_prefetch_size.
-
#rabbitmq_queue_mode ⇒ Object
Returns the value of attribute rabbitmq_queue_mode.
-
#rabbitmq_queue_name ⇒ Object
Returns the value of attribute rabbitmq_queue_name.
-
#rabbitmq_user ⇒ Object
Returns the value of attribute rabbitmq_user.
Instance Attribute Details
#bunny_options ⇒ Object
Returns the value of attribute bunny_options.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def @bunny_options end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def logger @logger end |
#management_options ⇒ Object
Returns the value of attribute management_options.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def @management_options end |
#on_error ⇒ Object
Returns the value of attribute on_error.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def on_error @on_error end |
#projector_classes ⇒ Object
Returns the value of attribute projector_classes.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def projector_classes @projector_classes end |
#rabbitmq_exchange_durable ⇒ Object
Returns the value of attribute rabbitmq_exchange_durable.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_exchange_durable @rabbitmq_exchange_durable end |
#rabbitmq_exchange_name ⇒ Object
Returns the value of attribute rabbitmq_exchange_name.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_exchange_name @rabbitmq_exchange_name end |
#rabbitmq_host ⇒ Object
Returns the value of attribute rabbitmq_host.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_host @rabbitmq_host end |
#rabbitmq_management_port ⇒ Object
Returns the value of attribute rabbitmq_management_port.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_management_port @rabbitmq_management_port end |
#rabbitmq_management_scheme ⇒ Object
Returns the value of attribute rabbitmq_management_scheme.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_management_scheme @rabbitmq_management_scheme end |
#rabbitmq_password ⇒ Object
Returns the value of attribute rabbitmq_password.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_password @rabbitmq_password end |
#rabbitmq_port ⇒ Object
Returns the value of attribute rabbitmq_port.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_port @rabbitmq_port end |
#rabbitmq_prefetch_size ⇒ Object
Returns the value of attribute rabbitmq_prefetch_size.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_prefetch_size @rabbitmq_prefetch_size end |
#rabbitmq_queue_mode ⇒ Object
Returns the value of attribute rabbitmq_queue_mode.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_queue_mode @rabbitmq_queue_mode end |
#rabbitmq_queue_name ⇒ Object
Returns the value of attribute rabbitmq_queue_name.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_queue_name @rabbitmq_queue_name end |
#rabbitmq_user ⇒ Object
Returns the value of attribute rabbitmq_user.
3 4 5 |
# File 'lib/happn/configuration.rb', line 3 def rabbitmq_user @rabbitmq_user end |