Class: Terragona::FromHash

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 = {}) ⇒ FromHash

Returns a new instance of FromHash.



88
89
90
91
# File 'lib/terragona/base.rb', line 88

def initialize (options={})
  super
  @input = Generic::FromHash.new(options)
end