module TokyoMetro::Modules::Api::ToFactory::Convert::Customize::Station::ChiyodaBranchLine::Generate::List
Public Instance Methods
generate( max = nil )
click to toggle source
Calls superclass method
# File lib/tokyo_metro/modules/api/to_factory/convert/customize/station/chiyoda_branch_line/generate/list.rb, line 3 def generate( max = nil ) ary = super( max ) return ::TokyoMetro::Factory::Convert::Customize::Api::Station::ChiyodaBranchLine::Generate::List.updated( ary ) end