module TokyoMetro::Modules::Api::ToFactory::Convert::Patch::TrainTimetable::YurakuchoLine::Generate::List
Public Instance Methods
generate( max = nil )
click to toggle source
Calls superclass method
# File lib/tokyo_metro/modules/api/to_factory/convert/patch/train_timetable/yurakucho_line/generate/list.rb, line 3 def generate( max = nil ) ary = super( max ) return ::TokyoMetro::Factory::Convert::Patch::Api::TrainTimetable::YurakuchoLine::Generate::List.updated( ary ) end