Class: NextBuses::Service
- Inherits:
-
Object
- Object
- NextBuses::Service
- Defined in:
- lib/next_buses/service.rb
Instance Attribute Summary collapse
-
#aimed_departure_time ⇒ Object
Returns the value of attribute aimed_departure_time.
-
#direction_name ⇒ Object
Returns the value of attribute direction_name.
-
#operator_ref ⇒ Object
Returns the value of attribute operator_ref.
-
#published_line_name ⇒ Object
Returns the value of attribute published_line_name.
-
#vehicle_mode ⇒ Object
Returns the value of attribute vehicle_mode.
Instance Attribute Details
#aimed_departure_time ⇒ Object
Returns the value of attribute aimed_departure_time.
3 4 5 |
# File 'lib/next_buses/service.rb', line 3 def aimed_departure_time @aimed_departure_time end |
#direction_name ⇒ Object
Returns the value of attribute direction_name.
3 4 5 |
# File 'lib/next_buses/service.rb', line 3 def direction_name @direction_name end |
#operator_ref ⇒ Object
Returns the value of attribute operator_ref.
3 4 5 |
# File 'lib/next_buses/service.rb', line 3 def operator_ref @operator_ref end |
#published_line_name ⇒ Object
Returns the value of attribute published_line_name.
3 4 5 |
# File 'lib/next_buses/service.rb', line 3 def published_line_name @published_line_name end |
#vehicle_mode ⇒ Object
Returns the value of attribute vehicle_mode.
3 4 5 |
# File 'lib/next_buses/service.rb', line 3 def vehicle_mode @vehicle_mode end |