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

Public Instance Methods

bound_for?( *list_of_train_terminal_station , compared: @terminal_station_info_in_db.same_as ) click to toggle source
# File lib/tokyo_metro/factory/before_seed/api/meta_class/timetables/train_type_modules/terminal_station.rb, line 5
def bound_for?( *list_of_train_terminal_station , compared: @terminal_station_info_in_db.same_as )
  super( list_of_train_terminal_station , compared )
end
is_bound_for?( *list_of_train_terminal_station , compared: @terminal_station_info_in_db.same_as )
Alias for: bound_for?
is_terminating?( *list_of_train_terminal_station , compared: @terminal_station_info_in_db.same_as )
Alias for: bound_for?
terminate?( *list_of_train_terminal_station , compared: @terminal_station_info_in_db.same_as )
Alias for: bound_for?