class TokyoMetro::Required::All::Refinement::Api::StationTimetable

Public Class Methods

other_files() click to toggle source
# 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