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