Class: StopRouteDirectionSchedule

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/onebusaway_ruby_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_frequenciesObject

Returns the value of attribute schedule_frequencies.



125
126
127
# File 'lib/onebusaway_ruby_data.rb', line 125

def schedule_frequencies
  @schedule_frequencies
end

#schedule_stop_timesObject

Returns the value of attribute schedule_stop_times.



126
127
128
# File 'lib/onebusaway_ruby_data.rb', line 126

def schedule_stop_times
  @schedule_stop_times
end

#trip_headsignObject

Returns the value of attribute trip_headsign.



124
125
126
# File 'lib/onebusaway_ruby_data.rb', line 124

def trip_headsign
  @trip_headsign
end