Class: Committee::Drivers::OpenAPI2::Schema
- Defined in:
- lib/committee/drivers/open_api_2.rb
Instance Attribute Summary collapse
-
#base_path ⇒ Object
Returns the value of attribute base_path.
-
#consumes ⇒ Object
Returns the value of attribute consumes.
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#driver ⇒ Object
A link back to the derivative instace of Committee::Drivers::Driver that create this schema.
-
#produces ⇒ Object
Returns the value of attribute produces.
-
#routes ⇒ Object
Returns the value of attribute routes.
Instance Attribute Details
#base_path ⇒ Object
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 |
#consumes ⇒ Object
Returns the value of attribute consumes.
167 168 169 |
# File 'lib/committee/drivers/open_api_2.rb', line 167 def consumes @consumes end |
#definitions ⇒ Object
Returns the value of attribute definitions.
173 174 175 |
# File 'lib/committee/drivers/open_api_2.rb', line 173 def definitions @definitions end |
#driver ⇒ Object
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 |
#produces ⇒ Object
Returns the value of attribute produces.
174 175 176 |
# File 'lib/committee/drivers/open_api_2.rb', line 174 def produces @produces end |
#routes ⇒ Object
Returns the value of attribute routes.
175 176 177 |
# File 'lib/committee/drivers/open_api_2.rb', line 175 def routes @routes end |