class HotsApi::Repositories::MapRepository

Private Instance Methods

collection_path() click to toggle source
# File lib/hots_api/repositories/map_repository.rb, line 12
def collection_path
 'maps'
end
instantiate_record_with(attributes) click to toggle source
# File lib/hots_api/repositories/map_repository.rb, line 8
def instantiate_record_with(attributes)
  Models::Map.new(attributes)
end