module TokyoMetro::Factory::Seed::Api::StationTimetable::Info::TrainTime::Common
Private Instance Methods
optional_variables()
click to toggle source
# File lib/tokyo_metro/factory/seed/api/station_timetable/info/train_time/common.rb, line 10 def optional_variables [ @station_timetable_info , @operation_day_in_db , @train_timetables ] end
set_optional_variables( args )
click to toggle source
# File lib/tokyo_metro/factory/seed/api/station_timetable/info/train_time/common.rb, line 5 def set_optional_variables( args ) set_optional_variables__check_length_of_args( args , 3 ) @station_timetable_info , @operation_day_in_db , @train_timetables = args end