class TokyoMetro::Required::All::Api::StationFacility::Info::BarrierFree

Public Class Methods

other_files() click to toggle source
# File lib/tokyo_metro/required/all/api/station_facility/info/barrier_free.rb, line 3
def self.other_files
  [
    ::File.join( top_file , "info" ) ,
    all_files_in_the_same_directory ,
    ServiceDetail.files ,
    Facility.files
  ]
end