Class: RatPackSwagger::SwaggerPathItem
- Inherits:
-
Object
- Object
- RatPackSwagger::SwaggerPathItem
- Includes:
- SwaggerType
- Defined in:
- lib/swagger_spec.rb
Instance Attribute Summary collapse
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#get ⇒ Object
Returns the value of attribute get.
-
#head ⇒ Object
Returns the value of attribute head.
-
#options ⇒ Object
Returns the value of attribute options.
-
#patch ⇒ Object
Returns the value of attribute patch.
-
#post ⇒ Object
Returns the value of attribute post.
-
#put ⇒ Object
Returns the value of attribute put.
Method Summary
Methods included from SwaggerType
Instance Attribute Details
#delete ⇒ Object
Returns the value of attribute delete.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def delete @delete end |
#get ⇒ Object
Returns the value of attribute get.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def get @get end |
#head ⇒ Object
Returns the value of attribute head.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def head @head end |
#options ⇒ Object
Returns the value of attribute options.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def end |
#patch ⇒ Object
Returns the value of attribute patch.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def patch @patch end |
#post ⇒ Object
Returns the value of attribute post.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def post @post end |
#put ⇒ Object
Returns the value of attribute put.
20 21 22 |
# File 'lib/swagger_spec.rb', line 20 def put @put end |