Class: StopSchedule
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- StopSchedule
- Defined in:
- lib/onebusaway_ruby_data.rb
Instance Attribute Summary collapse
-
#stop_id ⇒ Object
Returns the value of attribute stop_id.
-
#stop_route_schedules ⇒ Object
Returns the value of attribute stop_route_schedules.
Instance Attribute Details
#stop_id ⇒ Object
Returns the value of attribute stop_id.
149 150 151 |
# File 'lib/onebusaway_ruby_data.rb', line 149 def stop_id @stop_id end |
#stop_route_schedules ⇒ Object
Returns the value of attribute stop_route_schedules.
150 151 152 |
# File 'lib/onebusaway_ruby_data.rb', line 150 def stop_route_schedules @stop_route_schedules end |