Class: Committee::Drivers::OpenAPI2::Schema

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject

Returns the value of attribute base_path.



166
167
168
# File 'lib/committee/drivers/open_api_2.rb', line 166

def base_path
  @base_path
end

#consumesObject

Returns the value of attribute consumes.



167
168
169
# File 'lib/committee/drivers/open_api_2.rb', line 167

def consumes
  @consumes
end

#definitionsObject

Returns the value of attribute definitions.



173
174
175
# File 'lib/committee/drivers/open_api_2.rb', line 173

def definitions
  @definitions
end

#driverObject

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



171
172
173
# File 'lib/committee/drivers/open_api_2.rb', line 171

def driver
  @driver
end

#producesObject

Returns the value of attribute produces.



174
175
176
# File 'lib/committee/drivers/open_api_2.rb', line 174

def produces
  @produces
end

#routesObject

Returns the value of attribute routes.



175
176
177
# File 'lib/committee/drivers/open_api_2.rb', line 175

def routes
  @routes
end