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.



197
198
199
# File 'lib/committee/drivers/open_api_2.rb', line 197

def base_path
  @base_path
end

#consumesObject

Returns the value of attribute consumes.



198
199
200
# File 'lib/committee/drivers/open_api_2.rb', line 198

def consumes
  @consumes
end

#definitionsObject

Returns the value of attribute definitions.



204
205
206
# File 'lib/committee/drivers/open_api_2.rb', line 204

def definitions
  @definitions
end

#driverObject

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



202
203
204
# File 'lib/committee/drivers/open_api_2.rb', line 202

def driver
  @driver
end

#producesObject

Returns the value of attribute produces.



205
206
207
# File 'lib/committee/drivers/open_api_2.rb', line 205

def produces
  @produces
end

#routesObject

Returns the value of attribute routes.



206
207
208
# File 'lib/committee/drivers/open_api_2.rb', line 206

def routes
  @routes
end