class Ekispert::Point::Station::GateGroup::Gate

Attributes

geo_point_list[RW]
name_list[RW]

Public Class Methods

new(element) click to toggle source
Calls superclass method Ekispert::EkispertBase::new
# File lib/ekispert/point/station/gate_group/gate.rb, line 8
def initialize(element)
  @name_list = []
  @geo_point_list = []
  super(element)
end

Public Instance Methods

geo_point() click to toggle source
# File lib/ekispert/point/station/gate_group/gate.rb, line 18
def geo_point
  @geo_point_list[0]
end
name() click to toggle source
# File lib/ekispert/point/station/gate_group/gate.rb, line 14
def name
  @name_list[0].text
end