Method: Spider::Model::Storage::BaseStorage#get_mapper

Defined in:
lib/spiderfw/model/storage/base_storage.rb

#get_mapper(model) ⇒ Mapper

Returns the instance of a mapper for the storage and the given model

Parameters:

Returns:

  • (Mapper)

    Returns the instance of a mapper for the storage and the given model

Raises:



140
141
142
# File 'lib/spiderfw/model/storage/base_storage.rb', line 140

def get_mapper(model)
    raise StorageException, "Unimplemented"
end