Class: StopRouteSchedule
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- StopRouteSchedule
- Defined in:
- lib/onebusaway_ruby_data.rb
Instance Attribute Summary collapse
-
#route_id ⇒ Object
Returns the value of attribute route_id.
-
#stop_route_direction_schedules ⇒ Object
Returns the value of attribute stop_route_direction_schedules.
Instance Attribute Details
#route_id ⇒ Object
Returns the value of attribute route_id.
138 139 140 |
# File 'lib/onebusaway_ruby_data.rb', line 138 def route_id @route_id end |
#stop_route_direction_schedules ⇒ Object
Returns the value of attribute stop_route_direction_schedules.
139 140 141 |
# File 'lib/onebusaway_ruby_data.rb', line 139 def stop_route_direction_schedules @stop_route_direction_schedules end |