class TokyoMetro::Api::StationFacility::Info::BarrierFree::List
各種施設の配列
Public Class Methods
factory_for_seeding_this_class()
click to toggle source
# File lib/tokyo_metro/api/station_facility/info/barrier_free/list.rb, line 18 def self.factory_for_seeding_this_class factory_for_seeding_barrier_free_facilities_of_each_station end
Public Instance Methods
seed( station_facility_info_id , indent )
click to toggle source
Calls superclass method
# File lib/tokyo_metro/api/station_facility/info/barrier_free/list.rb, line 14 def seed( station_facility_info_id , indent ) super( station_facility_info_id , indent: indent + 1 , not_on_the_top_layer: true ) end
to_strf( indent = 0 )
click to toggle source
インスタンスの情報を整形した文字列にして返すメソッド @param indent [Integer (>=0)] インデントの幅 @return [String]
Calls superclass method
TokyoMetro::Api::MetaClass::Fundamental::List#to_strf
# File lib/tokyo_metro/api/station_facility/info/barrier_free/list.rb, line 10 def to_strf( indent = 0 ) super( indent , 1 ) end