Method: CoinSync::Config#sources

Defined in:
lib/coinsync/config.rb

#sourcesObject



34
35
36
# File 'lib/coinsync/config.rb', line 34

def sources
  @sources ||= Hash[@source_definitions.keys.map { |key| [key, Source.new(self, key)] }]
end