Class: Ratis::RouteStops::Stop
- Inherits:
-
Struct
- Object
- Struct
- Ratis::RouteStops::Stop
- Defined in:
- lib/ratis/route_stops/stop.rb
Instance Attribute Summary collapse
-
#alpha_seq ⇒ Object
Returns the value of attribute alpha_seq.
-
#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.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#point ⇒ Object
Returns the value of attribute point.
-
#stop_id ⇒ Object
Returns the value of attribute stop_id.
-
#stop_seq ⇒ Object
Returns the value of attribute stop_seq.
Instance Attribute Details
#alpha_seq ⇒ Object
Returns the value of attribute alpha_seq
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def alpha_seq @alpha_seq end |
#area ⇒ Object
Returns the value of attribute area
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def area @area end |
#atis_stop_id ⇒ Object
Returns the value of attribute atis_stop_id
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def atis_stop_id @atis_stop_id end |
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def description @description end |
#latitude ⇒ Object
Returns the value of attribute latitude
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def longitude @longitude end |
#point ⇒ Object
Returns the value of attribute point
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def point @point end |
#stop_id ⇒ Object
Returns the value of attribute stop_id
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def stop_id @stop_id end |
#stop_seq ⇒ Object
Returns the value of attribute stop_seq
3 4 5 |
# File 'lib/ratis/route_stops/stop.rb', line 3 def stop_seq @stop_seq end |