Class: R2OAS::Schema::V3::Generator

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

Methods included from R2OAS::Sortable

#deep_sort

Methods inherited from Base

#support_components_objects

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(options = {})
  super
  @doc_generator = DocGenerator.new(options)
end