Sha256: e5fce549722617551b925427c33c3378c2e9344ae06671b3178a58dbd8b58fcd
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
class CityGrid class API class Content class Places < Content include CityGrid::API::Mutable define_action :detail, :get, "detail", :auth_token => false, :publisher => true, :client_ip => true define_action :search, :get, "search/where", :auth_token => false, :publisher => true, :client_ip => true end end end end Dir[File.dirname(__FILE__) + '/places/*.rb'].each {|file| require file }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
citygrid_api-0.0.10 | lib/citygrid/api/content/places.rb |
citygrid_api-0.0.9 | lib/citygrid/api/content/places.rb |
citygrid_api-0.0.7 | lib/citygrid/api/content/places.rb |