class TokyoMetro::Factory::Convert::Customize::Api::Fare::ChiyodaBranchLine::KitaAyase::Info

Constants

REGEXP

Public Instance Methods

process() click to toggle source
# File lib/tokyo_metro/factory/convert/customize/api/fare/chiyoda_branch_line/kita_ayase/info.rb, line 5
def process
  if to_process_from_station?
    replace_same_as
    replace_from_station
  elsif to_process_to_station?
    replace_same_as
    replace_to_station
  end
end