Class: TokyoMetro::Required::All::Factory::Convert::Common
- Inherits:
-
TokyoMetro::Required
- Object
- RequiredFiles::MetaClass
- TokyoMetro::Required
- TokyoMetro::Required::All::Factory::Convert::Common
- Defined in:
- lib/tokyo_metro/required/all/factory/convert/common.rb
Defined Under Namespace
Classes: Api
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Common
constructor
A new instance of Common.
Constructor Details
#initialize ⇒ Common
Returns a new instance of Common.
3 4 5 |
# File 'lib/tokyo_metro/required/all/factory/convert/common.rb', line 3 def initialize super( set_all_files_under_the_top_namespace: false ) end |
Class Method Details
.other_files ⇒ Object
7 8 9 10 11 |
# File 'lib/tokyo_metro/required/all/factory/convert/common.rb', line 7 def self.other_files [ Api.files ] end |