Class: R2OAS::Schema::V3::Cleaner
- Inherits:
-
BaseCleaner
- Object
- Base
- Base
- Base
- BaseCleaner
- R2OAS::Schema::V3::Cleaner
- Defined in:
- lib/r2-oas/schema/v3/cleaner.rb
Constant Summary
Constants inherited from Base
Base::SUPPORT_COMPONENTS_OBJECTS
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Base
Constructor Details
This class inherits a constructor from R2OAS::Base
Instance Method Details
#clean_docs ⇒ Object
10 11 12 13 14 15 |
# File 'lib/r2-oas/schema/v3/cleaner.rb', line 10 def clean_docs logger.info '[Clean OAS file] start' components_cleaner = ComponentsCleaner.new(@options) components_cleaner.clean_docs logger.info '[Clean OAS file] end' end |