Class: Onebusaway::EncodedPolyline
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#levels ⇒ Object
Returns the value of attribute levels.
-
#points ⇒ Object
Returns the value of attribute points.
Method Summary
Methods inherited from Base
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length.
149 150 151 |
# File 'lib/onebusaway.rb', line 149 def length @length end |
#levels ⇒ Object
Returns the value of attribute levels.
149 150 151 |
# File 'lib/onebusaway.rb', line 149 def levels @levels end |
#points ⇒ Object
Returns the value of attribute points.
149 150 151 |
# File 'lib/onebusaway.rb', line 149 def points @points end |