Class: TokyoMetro::Factory::Convert::Common::Api::StationFacility::BarrierFree::Facility::Escalator

Inherits:
MetaClass::Fundamental::Updated show all
Includes:
ClassNameLibrary::Api::StationFacility
Defined in:
lib/tokyo_metro/factory/convert/common/api/station_facility/barrier_free/facility/escalator.rb

Instance Attribute Summary

Attributes inherited from MetaClass::Fundamental

#object

Instance Method Summary collapse

Methods inherited from MetaClass::Fundamental::Updated

#updated, updated

Constructor Details

#initialize(object, generator_instance) ⇒ Escalator

Returns a new instance of Escalator.



5
6
7
8
# File 'lib/tokyo_metro/factory/convert/common/api/station_facility/barrier_free/facility/escalator.rb', line 5

def initialize( object , generator_instance )
  super( object )
  @generator_instance = generator_instance
end

Instance Method Details

#processObject



10
11
12
13
14
15
16
17
# File 'lib/tokyo_metro/factory/convert/common/api/station_facility/barrier_free/facility/escalator.rb', line 10

def process
  if to_process?
    # puts self.class.name
    # puts same_as

    replace_infos
  end
end