class TokyoMetro::Api::Point::List
地物情報 ug:Poi の配列のクラス
Public Instance Methods
seed()
click to toggle source
Calls superclass method
# File lib/tokyo_metro/api/point/list.rb, line 9 def seed super( ::Station::Info.all , display_number: 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/point/list.rb, line 16 def to_strf( indent = 0 ) super( indent , 2 ) end