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
7 8 9 |
# File 'lib/geo_ruby/georss.rb', line 7 def elev @elev end |
#featuretypetag ⇒ Object
Returns the value of attribute featuretypetag
7 8 9 |
# File 'lib/geo_ruby/georss.rb', line 7 def featuretypetag @featuretypetag end |
#floor ⇒ Object
Returns the value of attribute floor
7 8 9 |
# File 'lib/geo_ruby/georss.rb', line 7 def floor @floor end |
#radius ⇒ Object
Returns the value of attribute radius
7 8 9 |
# File 'lib/geo_ruby/georss.rb', line 7 def radius @radius end |
#relationshiptag ⇒ Object
Returns the value of attribute relationshiptag
7 8 9 |
# File 'lib/geo_ruby/georss.rb', line 7 def relationshiptag @relationshiptag end |