Module: GeostellarClient

Defined in:
lib/geostellar_client.rb,
lib/geostellar_client/user.rb,
lib/geostellar_client/version.rb,
lib/geostellar_client/exceptions.rb

Defined Under Namespace

Classes: Error, User, UserCreationError

Constant Summary collapse

BASE_API_URL =
'http://geostellar.com/api/v3/'
VERSION =
"0.2.0"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



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

def api_key
  @api_key
end