Class: GeoRuby::Shp4r::Dbf::Record

Inherits:
Object
  • Object
show all
Defined in:
lib/geo_ruby/shp4r/dbf.rb

Instance Method Summary collapse

Instance Method Details

#[](v) ⇒ Object



14
15
16
# File 'lib/geo_ruby/shp4r/dbf.rb', line 14

def [](v)
  attributes[v.downcase]
end