Class: Ekispert::Course::Route::Line::ArrivalState::Gate

Inherits:
EkispertBase
  • Object
show all
Defined in:
lib/ekispert/course/route/line/arrival_state/gate.rb

Defined Under Namespace

Classes: GeoPoint, Name

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Util

#snakecase

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_pointObject

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_listObject

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