Class: Committee::Drivers::HyperSchema::Schema

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

Instance Attribute Summary collapse

Instance Attribute Details

#driverObject

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



114
115
116
# File 'lib/committee/drivers/hyper_schema.rb', line 114

def driver
  @driver
end

#routesObject

Returns the value of attribute routes.



116
117
118
# File 'lib/committee/drivers/hyper_schema.rb', line 116

def routes
  @routes
end