Class: Onebusaway::EncodedPolyline

Inherits:
Base
  • Object
show all
Defined in:
lib/onebusaway.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

from_xml, parse

Instance Attribute Details

#lengthObject

Returns the value of attribute length.



149
150
151
# File 'lib/onebusaway.rb', line 149

def length
  @length
end

#levelsObject

Returns the value of attribute levels.



149
150
151
# File 'lib/onebusaway.rb', line 149

def levels
  @levels
end

#pointsObject

Returns the value of attribute points.



149
150
151
# File 'lib/onebusaway.rb', line 149

def points
  @points
end