class TokyoMetro::Required::All::Api::StationTimetable::Info::TrainTime::Info::Note::StartingStation

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tokyo_metro/required/all/api/station_timetable/info/train_time/info/note/starting_station.rb, line 3
def initialize
  super( set_all_files_under_the_top_namespace: false )
end
other_files() click to toggle source
# File lib/tokyo_metro/required/all/api/station_timetable/info/train_time/info/note/starting_station.rb, line 7
def self.other_files
  [ "fundamental" , "ayase" , "wakoshi" ].map { | filename |
    ::File.join( top_file , filename )
  }
end