Class: Ekispert::Course::Route::Line::ArrivalState::Gate
- Inherits:
-
EkispertBase
- Object
- EkispertBase
- Ekispert::Course::Route::Line::ArrivalState::Gate
- Defined in:
- lib/ekispert/course/route/line/arrival_state/gate.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#geo_point ⇒ Object
Returns the value of attribute geo_point.
-
#name_list ⇒ Object
Returns the value of attribute name_list.
Instance Method Summary collapse
-
#initialize(element) ⇒ Gate
constructor
A new instance of Gate.
Methods included from Util
Constructor Details
#initialize(element) ⇒ Gate
Returns a new instance of Gate.
9 10 11 12 13 |
# File 'lib/ekispert/course/route/line/arrival_state/gate.rb', line 9 def initialize(element) @geo_point_list = [] @name_list = [] super(element) end |
Instance Attribute Details
#geo_point ⇒ Object
Returns the value of attribute geo_point.
7 8 9 |
# File 'lib/ekispert/course/route/line/arrival_state/gate.rb', line 7 def geo_point @geo_point end |
#name_list ⇒ Object
Returns the value of attribute name_list.
7 8 9 |
# File 'lib/ekispert/course/route/line/arrival_state/gate.rb', line 7 def name_list @name_list end |