Class: GeoRuby::GeorssTags
- Inherits:
-
Struct
- Object
- Struct
- GeoRuby::GeorssTags
- Defined in:
- lib/geo_ruby/georss.rb
Overview
Contains tags possibly found on GeoRss Simple geometries
Instance Attribute Summary collapse
-
#elev ⇒ Object
Returns the value of attribute elev.
-
#featuretypetag ⇒ Object
Returns the value of attribute featuretypetag.
-
#floor ⇒ Object
Returns the value of attribute floor.
-
#radius ⇒ Object
Returns the value of attribute radius.
-
#relationshiptag ⇒ Object
Returns the value of attribute relationshiptag.
Instance Attribute Details
#elev ⇒ Object
Returns the value of attribute elev
18 19 20 |
# File 'lib/geo_ruby/georss.rb', line 18 def elev @elev end |
#featuretypetag ⇒ Object
Returns the value of attribute featuretypetag
18 19 20 |
# File 'lib/geo_ruby/georss.rb', line 18 def featuretypetag @featuretypetag end |
#floor ⇒ Object
Returns the value of attribute floor
18 19 20 |
# File 'lib/geo_ruby/georss.rb', line 18 def floor @floor end |
#radius ⇒ Object
Returns the value of attribute radius
18 19 20 |
# File 'lib/geo_ruby/georss.rb', line 18 def radius @radius end |
#relationshiptag ⇒ Object
Returns the value of attribute relationshiptag
18 19 20 |
# File 'lib/geo_ruby/georss.rb', line 18 def relationshiptag @relationshiptag end |