Class: Ratis::RoutePattern::Stop
- Inherits:
-
Object
- Object
- Ratis::RoutePattern::Stop
- Defined in:
- lib/ratis/route_pattern/stop.rb
Instance Attribute Summary collapse
-
#area ⇒ Object
Returns the value of attribute area.
-
#atisid ⇒ Object
Returns the value of attribute atisid.
-
#boardflag ⇒ Object
Returns the value of attribute boardflag.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lng ⇒ Object
Returns the value of attribute lng.
-
#point ⇒ Object
Returns the value of attribute point.
-
#stopid ⇒ Object
Returns the value of attribute stopid.
-
#timepoint ⇒ Object
Returns the value of attribute timepoint.
Instance Attribute Details
#area ⇒ Object
Returns the value of attribute area.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def area @area end |
#atisid ⇒ Object
Returns the value of attribute atisid.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def atisid @atisid end |
#boardflag ⇒ Object
Returns the value of attribute boardflag.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def boardflag @boardflag end |
#desc ⇒ Object
Returns the value of attribute desc.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def desc @desc end |
#lat ⇒ Object
Returns the value of attribute lat.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def lat @lat end |
#lng ⇒ Object
Returns the value of attribute lng.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def lng @lng end |
#point ⇒ Object
Returns the value of attribute point.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def point @point end |
#stopid ⇒ Object
Returns the value of attribute stopid.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def stopid @stopid end |
#timepoint ⇒ Object
Returns the value of attribute timepoint.
4 5 6 |
# File 'lib/ratis/route_pattern/stop.rb', line 4 def timepoint @timepoint end |