Method: Homeflow::API::Location.find_by_county_id_and_location_id

Defined in:
lib/homeflow/api/location.rb

.find_by_county_id_and_location_id(county_id, location_id) ⇒ Object



13
14
15
# File 'lib/homeflow/api/location.rb', line 13

def self.find_by_county_id_and_location_id(county_id, location_id)
  Request.run_for(Homeflow::API::ResourceIdentifier.new("/counties/#{county_id}/locations/#{location_id}"))
end