class TokyoMetro::Api::Station::Info::Common::List

Public Instance Methods

seed( station_info_id , indent ) click to toggle source
Calls superclass method
# File lib/tokyo_metro/api/station/info/common/list.rb, line 6
def seed( station_info_id , indent )
  super( station_info_id , indent: indent + 1 , not_on_the_top_layer: true , no_display: true , display_number: false )
end
to_strf( indent = 0 ) click to toggle source

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

# File lib/tokyo_metro/api/station/info/common/list.rb, line 13
def to_strf( indent = 0 )
  super( indent , 0 )
end