Module: GeoAPI

Defined in:
lib/geoapi.rb,
lib/geoapi/view.rb,
lib/geoapi/query.rb,
lib/geoapi/entity.rb,
lib/geoapi/version.rb

Defined Under Namespace

Modules: VERSION Classes: BadRequest, Entity, NotAcceptable, NotFound, Query, View

Constant Summary collapse

API_VERSION =
"v1"
API_URL =
"http://api.geoapi.com/#{API_VERSION}/"

Class Attribute Summary collapse

Class Attribute Details

.apikeyObject

Returns the value of attribute apikey.



24
25
26
# File 'lib/geoapi.rb', line 24

def apikey
  @apikey
end