Sha256: c970903af6bc9e77b269b3aa99f5eb5583fe6432a6bcb60a950578c15147de31

Contents?: true

Size: 563 Bytes

Versions: 1

Compression:

Stored size: 563 Bytes

Contents

# 地物情報 ug:Poi の配列のクラス
class TokyoMetro::Api::Point::List < TokyoMetro::Api::MetaClass::Hybrid::List

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

  undef :find_by_same_as

  def seed
    super( ::Station::Info.all , display_number: true )
  end

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

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tokyo_metro-0.10.1 lib/tokyo_metro/api/point/list.rb