Class: TokyoMetro::Required::All::Api

Inherits:
TokyoMetro::Required show all
Defined in:
lib/tokyo_metro/required/all/api.rb

Defined Under Namespace

Classes: MetaClass, Point, RailwayLine, Station, StationFacility, StationTimetable, StationTrainTime, TrainLocation, TrainOperation, TrainTimetable

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApi

Returns a new instance of Api.



3
4
5
# File 'lib/tokyo_metro/required/all/api.rb', line 3

def initialize
  super( set_all_files_under_the_top_namespace: false )
end

Class Method Details

.other_filesObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/tokyo_metro/required/all/api.rb', line 7

def self.other_files
  [
    MetaClass.files ,
    fundamental_files ,
    Point.files ,
    RailwayLine.files ,
    Station.files ,
    StationFacility.files ,
    StationTrainTime.files ,
    StationTimetable.files ,
    TrainTimetable.files ,
    TrainOperation.files ,
    TrainLocation.files
  ]
end