class Committee::Drivers::OpenAPI2::Schema
Attributes
A link back to the derivative instance of Committee::Drivers::Driver
that create this schema.
Public Instance Methods
Source
# File lib/committee/drivers/open_api_2/schema.rb, line 19 def build_router(options) @validator_option = Committee::SchemaValidator::Option.new(options, self, :hyper_schema) Committee::SchemaValidator::HyperSchema::Router.new(self, @validator_option) end