Module: FCC

Defined in:
lib/fcc.rb,
lib/version.rb,
lib/fcc/station.rb,
lib/fcc/station/info.rb,
lib/fcc/station/cache.rb,
lib/fcc/station/index.rb,
lib/fcc/station/extended_info.rb,
lib/fcc/station/result_delegate.rb,
lib/fcc/station/extended_info/parser.rb

Defined Under Namespace

Modules: Station

Constant Summary collapse

VERSION =
'1.2.0'

Class Method Summary collapse

Class Method Details

.cacheObject



9
10
11
# File 'lib/fcc.rb', line 9

def self.cache
  @cache ||= Station::Cache.new
end

.cache=(cache_service) ⇒ Object



13
14
15
# File 'lib/fcc.rb', line 13

def self.cache=(cache_service)
  @cache = cache_service
end