Class: Terragona::Geonames::API

Inherits:
Base
  • Object
show all
Defined in:
lib/terragona/base.rb

Instance Method Summary collapse

Methods inherited from Base

#create_polygons, #create_polygons_family

Constructor Details

#initialize(options = {}) ⇒ API

Returns a new instance of API.



66
67
68
69
# File 'lib/terragona/base.rb', line 66

def initialize (options={})
  super
  @input = GeoNames::API.new(options)
end