Class: TokyoMetro::Required::All::Refinement::Api::StationTimetable

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

Class Method Summary collapse

Class Method Details

.other_filesObject



3
4
5
6
7
8
9
10
11
12
# File 'lib/tokyo_metro/required/all/refinement/api/station_timetable.rb', line 3

def self.other_files
  [
    [ "info" ] ,
    [ "info" , "fundamental" ] ,
    [ "info" , "fundamental" , "info" ] ,
    [ "info" , "fundamental" , "list" ]
  ].map { | filename |
    File.join( top_file , *filename )
  }
end