Module: ActionHandle::Configuration
- Defined in:
- lib/action_handle/configuration.rb
Class Attribute Summary collapse
-
.adapter(obj = nil) ⇒ Object
Returns the value of attribute adapter.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.silence_errors(value = nil) ⇒ Object
Returns the value of attribute silence_errors.
Class Method Summary collapse
Class Attribute Details
.adapter(obj = nil) ⇒ Object
Returns the value of attribute adapter.
6 7 8 |
# File 'lib/action_handle/configuration.rb', line 6 def adapter @adapter end |
.logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/action_handle/configuration.rb', line 6 def logger @logger end |
.silence_errors(value = nil) ⇒ Object
Returns the value of attribute silence_errors.
6 7 8 |
# File 'lib/action_handle/configuration.rb', line 6 def silence_errors @silence_errors end |
Class Method Details
.redis_pool ⇒ Object
17 18 19 |
# File 'lib/action_handle/configuration.rb', line 17 def redis_pool @redis_pool end |