Class: Pogocache::Configuration
- Inherits:
-
Object
- Object
- Pogocache::Configuration
- Defined in:
- lib/pogocache-ruby/configuration.rb
Overview
Global configuration for pogocache
Instance Attribute Summary collapse
-
#default_opts ⇒ Object
Returns the value of attribute default_opts.
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 |
# File 'lib/pogocache-ruby/configuration.rb', line 8 def initialize @default_opts = {} end |
Instance Attribute Details
#default_opts ⇒ Object
Returns the value of attribute default_opts.
6 7 8 |
# File 'lib/pogocache-ruby/configuration.rb', line 6 def default_opts @default_opts end |