Class: Terragona::CSVParser

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

Returns a new instance of CSVParser.



81
82
83
84
# File 'lib/terragona/base.rb', line 81

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