class TokyoMetro::Required::All::Factory::Convert::Customize::Api

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tokyo_metro/required/all/factory/convert/customize/api.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/factory/convert/customize/api.rb, line 7
def self.other_files
  [
    Fare.files ,
    RailwayLine.files ,
    Station.files ,
    StationFacility.files ,
    StationTimetable.files ,
    TrainTimetable.files ,
    TrainLocation.files
  ]
end