Class: Flu::Configuration
- Inherits:
-
Object
- Object
- Flu::Configuration
- Defined in:
- lib/flu-rails/configuration.rb
Instance Attribute Summary collapse
-
#application_name ⇒ Object
Returns the value of attribute application_name.
-
#auto_connect_to_exchange ⇒ Object
Returns the value of attribute auto_connect_to_exchange.
-
#bunny_options ⇒ Object
Returns the value of attribute bunny_options.
-
#default_ignored_model_changes ⇒ Object
Returns the value of attribute default_ignored_model_changes.
-
#default_ignored_request_params ⇒ Object
Returns the value of attribute default_ignored_request_params.
-
#development_environments ⇒ Object
Returns the value of attribute development_environments.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#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_user ⇒ Object
Returns the value of attribute rabbitmq_user.
-
#rejected_user_agents ⇒ Object
Returns the value of attribute rejected_user_agents.
Instance Attribute Details
#application_name ⇒ Object
Returns the value of attribute application_name.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def application_name @application_name end |
#auto_connect_to_exchange ⇒ Object
Returns the value of attribute auto_connect_to_exchange.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def auto_connect_to_exchange @auto_connect_to_exchange end |
#bunny_options ⇒ Object
Returns the value of attribute bunny_options.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def @bunny_options end |
#default_ignored_model_changes ⇒ Object
Returns the value of attribute default_ignored_model_changes.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def default_ignored_model_changes @default_ignored_model_changes end |
#default_ignored_request_params ⇒ Object
Returns the value of attribute default_ignored_request_params.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def default_ignored_request_params @default_ignored_request_params end |
#development_environments ⇒ Object
Returns the value of attribute development_environments.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def development_environments @development_environments end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def logger @logger end |
#rabbitmq_exchange_durable ⇒ Object
Returns the value of attribute rabbitmq_exchange_durable.
3 4 5 |
# File 'lib/flu-rails/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/flu-rails/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/flu-rails/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/flu-rails/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/flu-rails/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/flu-rails/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/flu-rails/configuration.rb', line 3 def rabbitmq_port @rabbitmq_port end |
#rabbitmq_user ⇒ Object
Returns the value of attribute rabbitmq_user.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def rabbitmq_user @rabbitmq_user end |
#rejected_user_agents ⇒ Object
Returns the value of attribute rejected_user_agents.
3 4 5 |
# File 'lib/flu-rails/configuration.rb', line 3 def rejected_user_agents @rejected_user_agents end |