Class: Perchfall::Rails::Configuration
- Inherits:
-
Object
- Object
- Perchfall::Rails::Configuration
- Defined in:
- lib/perchfall/rails/configuration.rb
Instance Attribute Summary collapse
-
#base_controller ⇒ Object
Returns the value of attribute base_controller.
-
#queue_name ⇒ Object
Returns the value of attribute queue_name.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 11 |
# File 'lib/perchfall/rails/configuration.rb', line 8 def initialize @base_controller = "ApplicationController" @queue_name = :synthetic end |
Instance Attribute Details
#base_controller ⇒ Object
Returns the value of attribute base_controller.
6 7 8 |
# File 'lib/perchfall/rails/configuration.rb', line 6 def base_controller @base_controller end |
#queue_name ⇒ Object
Returns the value of attribute queue_name.
6 7 8 |
# File 'lib/perchfall/rails/configuration.rb', line 6 def queue_name @queue_name end |