class TokyoMetro::Api::RailwayLine::Info::MetaClass::List
Public Instance Methods
seed( railway_line_id )
click to toggle source
Calls superclass method
# File lib/tokyo_metro/api/railway_line/info/meta_class/list.rb, line 6 def seed( railway_line_id ) super( railway_line_id , indent: 1 , not_on_the_top_layer: true , display_number: false , no_display: 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/railway_line/info/meta_class/list.rb, line 13 def to_strf( indent = 0 ) super( indent , 1 ) end