module TokyoMetro::Modules::Api::ToFactory::Convert::Customize::TrainTimetable::TrainRelationsOnMarunouchiBranchLine::Info::StationTime::List

Public Instance Methods

seed_train_relations( *args ) click to toggle source

@note 東京メトロ Open Data では、データ構造上使用しない。

# File lib/tokyo_metro/modules/api/to_factory/convert/customize/train_timetable/train_relations_on_marunouchi_branch_line/info/station_time/list.rb, line 44
def seed_train_relations( *args )
  self.each do | station_time |
    station_time.send( __method__ , *args )
  end
end