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
4 5 6 |
# File 'lib/iknow_cache.rb', line 4 def cache @cache end |
#logger ⇒ Object
Returns the value of attribute logger
4 5 6 |
# File 'lib/iknow_cache.rb', line 4 def logger @logger end |