Sha256: d81e872e443a2fd5c6a08934d3092aea023c23930afcd76ceaf041b612e5bc52

Contents?: true

Size: 743 Bytes

Versions: 1

Compression:

Stored size: 743 Bytes

Contents

# 各種施設の配列
class TokyoMetro::Api::StationFacility::Info::BarrierFree::List < TokyoMetro::Api::MetaClass::Fundamental::List

  include ::TokyoMetro::ClassNameLibrary::Api::StationFacility
  include ::TokyoMetro::Modules::Common::ToFactory::Seed::List

  # インスタンスの情報を整形した文字列にして返すメソッド
  # @param indent [Integer (>=0)] インデントの幅
  # @return [String]
  def to_strf( indent = 0 )
    super( indent , 1 )
  end

  def seed( station_facility_info_id , indent )
    super( station_facility_info_id , indent: indent + 1 , not_on_the_top_layer: true )
  end

  def self.factory_for_seeding_this_class
    factory_for_seeding_barrier_free_facilities_of_each_station
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tokyo_metro-0.10.1 lib/tokyo_metro/api/station_facility/info/barrier_free/list.rb