Class: TokyoMetro::Required::All::Api::StationTimetable::Info::TrainTime

Inherits:
TokyoMetro::Required
  • Object
show all
Defined in:
lib/tokyo_metro/required/all/api/station_timetable/info/train_time.rb

Defined Under Namespace

Classes: Info

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTrainTime

Returns a new instance of TrainTime.



3
4
5
# File 'lib/tokyo_metro/required/all/api/station_timetable/info/train_time.rb', line 3

def initialize
  super( set_all_files_under_the_top_namespace: false )
end

Class Method Details

.other_filesObject



7
8
9
10
11
12
# File 'lib/tokyo_metro/required/all/api/station_timetable/info/train_time.rb', line 7

def self.other_files
  [
    ::File.join( top_file , "list" ) ,
    Info.files
  ]
end