module TokyoMetro::Modules::Api::ToFactory::Convert::Customize::Fare::ChiyodaBranchLine::Ayase::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/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