Class: R2OAS::Schema::V3::Cleaner

Inherits:
BaseCleaner show all
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

#support_components_objects

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from R2OAS::Base

Instance Method Details

#clean_docsObject



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