class Ekispert::Point::Station::GateGroup

Attributes

gate_list[RW]

Public Class Methods

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