module TokyoMetro::Factory::Seed::Reference::Dictionary::TrainType

Private Instance Methods

hanzomon_line_holiday_express_to_tokyu_den_en_toshi_line_stopping_at_minami_machida() click to toggle source
# File lib/tokyo_metro/factory/seed/reference/dictionary/train_type.rb, line 9
def hanzomon_line_holiday_express_to_tokyu_den_en_toshi_line_stopping_at_minami_machida
  ::TrainType.find_by_same_as( "custom.TrainType:TokyoMetro.Hanzomon.HolidayExpress.ToTokyu" )
end
romance_car() click to toggle source
# File lib/tokyo_metro/factory/seed/reference/dictionary/train_type.rb, line 5
def romance_car
  ::TrainType.find_by_same_as( "custom.TrainType:TokyoMetro.Chiyoda.RomanceCar.Normal" )
end
toei_mita_line_express_train_to_tokyu() click to toggle source
# File lib/tokyo_metro/factory/seed/reference/dictionary/train_type.rb, line 21
def toei_mita_line_express_train_to_tokyu
  ::TrainType.find_by_same_as( "custom.TrainType:Toei.Mita.Express.ToTokyu" )
end
toei_mita_line_local_train_normal() click to toggle source
# File lib/tokyo_metro/factory/seed/reference/dictionary/train_type.rb, line 13
def toei_mita_line_local_train_normal
  ::TrainType.find_by_same_as( "custom.TrainType:Toei.Mita.Local.Normal" )
end
toei_mita_line_local_train_to_tokyu() click to toggle source
# File lib/tokyo_metro/factory/seed/reference/dictionary/train_type.rb, line 17
def toei_mita_line_local_train_to_tokyu
  ::TrainType.find_by_same_as( "custom.TrainType:Toei.Mita.Local.ToTokyu" )
end