Class: OSMN::Result
- Inherits:
-
Struct
- Object
- Struct
- OSMN::Result
- Defined in:
- lib/osmn/structs.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#boundingbox ⇒ Object
Returns the value of attribute boundingbox.
-
#class ⇒ Object
Returns the value of attribute class.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#importance ⇒ Object
Returns the value of attribute importance.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#licence ⇒ Object
Returns the value of attribute licence.
-
#lon ⇒ Object
Returns the value of attribute lon.
-
#osm_id ⇒ Object
Returns the value of attribute osm_id.
-
#osm_type ⇒ Object
Returns the value of attribute osm_type.
-
#place_id ⇒ Object
Returns the value of attribute place_id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def address @address end |
#boundingbox ⇒ Object
Returns the value of attribute boundingbox
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def boundingbox @boundingbox end |
#class ⇒ Object
Returns the value of attribute class
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def class @class end |
#display_name ⇒ Object
Returns the value of attribute display_name
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def display_name @display_name end |
#icon ⇒ Object
Returns the value of attribute icon
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def icon @icon end |
#importance ⇒ Object
Returns the value of attribute importance
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def importance @importance end |
#lat ⇒ Object
Returns the value of attribute lat
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def lat @lat end |
#licence ⇒ Object
Returns the value of attribute licence
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def licence @licence end |
#lon ⇒ Object
Returns the value of attribute lon
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def lon @lon end |
#osm_id ⇒ Object
Returns the value of attribute osm_id
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def osm_id @osm_id end |
#osm_type ⇒ Object
Returns the value of attribute osm_type
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def osm_type @osm_type end |
#place_id ⇒ Object
Returns the value of attribute place_id
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def place_id @place_id end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/osmn/structs.rb', line 2 def type @type end |