Class: Cnf::NearfineCatalog

Inherits:
AbebooksCatalog show all
Defined in:
lib/cnf/catalog.rb

Class Method Summary collapse

Methods inherited from AbebooksCatalog

active, #borrowable_offer?, call, find_by_name, #matches_any_conditions?, names, #supported_parent_offer?, #use_competition?, #use_flat_rate?

Class Method Details

.dataObject



183
184
185
186
187
# File 'lib/cnf/catalog.rb', line 183

def data
  @data ||= Cnf.nearfine_channels.map do |channel|
    new(channel.to_h)
  end
end