Class: Committee::Drivers::Schema

Inherits:
Object
  • Object
show all
Defined in:
lib/committee/drivers.rb

Overview

Schema is a base class for driver schema implementations.

Direct Known Subclasses

HyperSchema::Schema, OpenAPI2::Schema

Instance Method Summary collapse

Instance Method Details

#driverObject

A link back to the derivative instace of Committee::Drivers::Driver that create this schema.



57
58
59
# File 'lib/committee/drivers.rb', line 57

def driver
  raise "needs implementation"
end