Class: Loquor::Configuration
- Inherits:
-
Object
- Object
- Loquor::Configuration
- Defined in:
- lib/loquor/configuration.rb
Constant Summary collapse
- SETTINGS =
[ :logger, :access_id, :secret_key, :endpoint, :substitute_values, :retry_404s ]
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
16 17 18 19 20 |
# File 'lib/loquor/configuration.rb', line 16 def initialize self.logger = Filum.logger self.substitute_values = {} self.retry_404s = false end |
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
14 15 16 |
# File 'lib/loquor/configuration.rb', line 14 def cache @cache end |