Class: IknowCache::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/iknow_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



6
7
8
# File 'lib/iknow_cache.rb', line 6

def cache
  @cache
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



6
7
8
# File 'lib/iknow_cache.rb', line 6

def logger
  @logger
end