Class: R2OAS::Schema::V3::Generator
- Inherits:
-
BaseGenerator
- Object
- Base
- Base
- Base
- BaseGenerator
- R2OAS::Schema::V3::Generator
- Extended by:
- Forwardable
- Defined in:
- lib/r2-oas/schema/v3/generator.rb
Constant Summary
Constants inherited from Base
Base::SUPPORT_COMPONENTS_OBJECTS
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Generator
constructor
A new instance of Generator.
Methods included from R2OAS::Sortable
Methods inherited from Base
Constructor Details
#initialize(options = {}) ⇒ Generator
Returns a new instance of Generator.
17 18 19 20 |
# File 'lib/r2-oas/schema/v3/generator.rb', line 17 def initialize( = {}) super @doc_generator = DocGenerator.new() end |