Class: ScheduleStopTime

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

Instance Attribute Summary collapse

Instance Attribute Details

#arrival_enabledObject

Returns the value of attribute arrival_enabled.



104
105
106
# File 'lib/onebusaway_ruby_data.rb', line 104

def arrival_enabled
  @arrival_enabled
end

#arrival_timeObject

Returns the value of attribute arrival_time.



106
107
108
# File 'lib/onebusaway_ruby_data.rb', line 106

def arrival_time
  @arrival_time
end

#departure_enabledObject

Returns the value of attribute departure_enabled.



103
104
105
# File 'lib/onebusaway_ruby_data.rb', line 103

def departure_enabled
  @departure_enabled
end

#departure_timeObject

Returns the value of attribute departure_time.



109
110
111
# File 'lib/onebusaway_ruby_data.rb', line 109

def departure_time
  @departure_time
end

#service_idObject

Returns the value of attribute service_id.



107
108
109
# File 'lib/onebusaway_ruby_data.rb', line 107

def service_id
  @service_id
end

#stop_headsignObject

Returns the value of attribute stop_headsign.



105
106
107
# File 'lib/onebusaway_ruby_data.rb', line 105

def stop_headsign
  @stop_headsign
end

#trip_idObject

Returns the value of attribute trip_id.



108
109
110
# File 'lib/onebusaway_ruby_data.rb', line 108

def trip_id
  @trip_id
end