Class: GeoRuby::Shp4r::Dbf::Field
- Inherits:
-
Column::Base
- Object
- Column::Base
- GeoRuby::Shp4r::Dbf::Field
- Defined in:
- lib/geo_ruby/shp4r/dbf.rb
Instance Method Summary collapse
-
#initialize(name, type, length, decimal = 0, version = 1, encoding = nil) ⇒ Field
constructor
A new instance of Field.
Constructor Details
#initialize(name, type, length, decimal = 0, version = 1, encoding = nil) ⇒ Field
Returns a new instance of Field.
23 24 25 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 23 def initialize(name, type, length, decimal = 0, version=1, encoding=nil) super(name, type, length, decimal, version, encoding) end |