Class: Mormon::OSM::StopNode
- Inherits:
-
Object
- Object
- Mormon::OSM::StopNode
- Defined in:
- lib/mormon/osm_distance_optimizer.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#house_number ⇒ Object
Returns the value of attribute house_number.
-
#node_id ⇒ Object
Returns the value of attribute node_id.
-
#road ⇒ Object
Returns the value of attribute road.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance.
4 5 6 |
# File 'lib/mormon/osm_distance_optimizer.rb', line 4 def distance @distance end |
#house_number ⇒ Object
Returns the value of attribute house_number.
4 5 6 |
# File 'lib/mormon/osm_distance_optimizer.rb', line 4 def house_number @house_number end |
#node_id ⇒ Object
Returns the value of attribute node_id.
4 5 6 |
# File 'lib/mormon/osm_distance_optimizer.rb', line 4 def node_id @node_id end |
#road ⇒ Object
Returns the value of attribute road.
4 5 6 |
# File 'lib/mormon/osm_distance_optimizer.rb', line 4 def road @road end |
#zip_code ⇒ Object
Returns the value of attribute zip_code.
4 5 6 |
# File 'lib/mormon/osm_distance_optimizer.rb', line 4 def zip_code @zip_code end |