Module: TokyoMetro::Modules::Api::ToFactory::Convert::Customize::Fare::ChiyodaBranchLine::Ayase::Generate::List
- Defined in:
- lib/tokyo_metro/modules/api/to_factory/convert/customize/fare/chiyoda_branch_line/ayase/generate/list.rb
Instance Method Summary collapse
Instance Method Details
#generate(max = nil) ⇒ Object
3 4 5 6 |
# File 'lib/tokyo_metro/modules/api/to_factory/convert/customize/fare/chiyoda_branch_line/ayase/generate/list.rb', line 3 def generate( max = nil ) ary = super( max ) return ::TokyoMetro::Factory::Convert::Customize::Api::Fare::ChiyodaBranchLine::Ayase::Generate::List.updated( ary ) end |