Class: Mcll4r

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/mcll4r.rb

Instance Method Summary collapse

Instance Method Details

#district_lookup(lat, lng) ⇒ Object



9
10
11
# File 'lib/mcll4r.rb', line 9

def district_lookup(lat, lng)
  filter_for_errors self.class.get("/districts/lookup.xml", :query=>{:lat=>lat, :lng=>lng})
end