Class: ArrivalAndDeparture

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

Instance Attribute Summary collapse

Instance Attribute Details

#predicted_arrival_timeObject

Returns the value of attribute predicted_arrival_time.



35
36
37
# File 'lib/onebusaway_ruby_data.rb', line 35

def predicted_arrival_time
  @predicted_arrival_time
end

#predicted_departure_timeObject

Returns the value of attribute predicted_departure_time.



36
37
38
# File 'lib/onebusaway_ruby_data.rb', line 36

def predicted_departure_time
  @predicted_departure_time
end

#route_idObject

Returns the value of attribute route_id.



30
31
32
# File 'lib/onebusaway_ruby_data.rb', line 30

def route_id
  @route_id
end

#route_short_nameObject

Returns the value of attribute route_short_name.



31
32
33
# File 'lib/onebusaway_ruby_data.rb', line 31

def route_short_name
  @route_short_name
end

#scheduled_arrival_timeObject

Returns the value of attribute scheduled_arrival_time.



37
38
39
# File 'lib/onebusaway_ruby_data.rb', line 37

def scheduled_arrival_time
  @scheduled_arrival_time
end

#scheduled_departure_timeObject

Returns the value of attribute scheduled_departure_time.



38
39
40
# File 'lib/onebusaway_ruby_data.rb', line 38

def scheduled_departure_time
  @scheduled_departure_time
end

#stop_idObject

Returns the value of attribute stop_id.



34
35
36
# File 'lib/onebusaway_ruby_data.rb', line 34

def stop_id
  @stop_id
end

#trip_headsignObject

Returns the value of attribute trip_headsign.



33
34
35
# File 'lib/onebusaway_ruby_data.rb', line 33

def trip_headsign
  @trip_headsign
end

#trip_idObject

Returns the value of attribute trip_id.



32
33
34
# File 'lib/onebusaway_ruby_data.rb', line 32

def trip_id
  @trip_id
end