Module: MySociety::MapIt::UriToHash
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
13 14 15 16 17 |
# File 'lib/my_society/map_it.rb', line 13 def to_hash u = URI.parse uri r = Net::HTTP.get_response u JSON.parse r.body end |