Class: Ratis::Timetable::Stop
- Inherits:
-
Struct
- Object
- Struct
- Ratis::Timetable::Stop
- Defined in:
- lib/ratis/timetable/stop.rb
Instance Attribute Summary collapse
-
#area ⇒ Object
Returns the value of attribute area.
-
#atis_stop_id ⇒ Object
Returns the value of attribute atis_stop_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#ratis_stop_id ⇒ Object
Returns the value of attribute ratis_stop_id.
-
#stop_id ⇒ Object
Returns the value of attribute stop_id.
Instance Attribute Details
#area ⇒ Object
Returns the value of attribute area
4 5 6 |
# File 'lib/ratis/timetable/stop.rb', line 4 def area @area end |
#atis_stop_id ⇒ Object
Returns the value of attribute atis_stop_id
4 5 6 |
# File 'lib/ratis/timetable/stop.rb', line 4 def atis_stop_id @atis_stop_id end |
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/ratis/timetable/stop.rb', line 4 def description @description end |
#ratis_stop_id ⇒ Object
Returns the value of attribute ratis_stop_id
4 5 6 |
# File 'lib/ratis/timetable/stop.rb', line 4 def ratis_stop_id @ratis_stop_id end |
#stop_id ⇒ Object
Returns the value of attribute stop_id
4 5 6 |
# File 'lib/ratis/timetable/stop.rb', line 4 def stop_id @stop_id end |