Class: IknowCache::Config
- Inherits:
-
Struct
- Object
- Struct
- IknowCache::Config
- Defined in:
- lib/iknow_cache.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache
6 7 8 |
# File 'lib/iknow_cache.rb', line 6 def cache @cache end |
#logger ⇒ Object
Returns the value of attribute logger
6 7 8 |
# File 'lib/iknow_cache.rb', line 6 def logger @logger end |