module TokyoMetro::Factory::BeforeSeed::Api::MetaClass::Timetables::TrainTypeModules::StartingStation

Private Instance Methods

is_starting?( regexp )
Alias for: starting?
start?( regexp )
Alias for: starting?
starting?( regexp ) click to toggle source
# File lib/tokyo_metro/factory/before_seed/api/meta_class/timetables/train_type_modules/starting_station.rb, line 7
def starting?( regexp )
  super( regexp , @starting_station_info_in_db.same_as )
end
Also aliased as: is_starting?, start?