Class: RatPackSwagger::SwaggerPathItem

Inherits:
Object
  • Object
show all
Includes:
SwaggerType
Defined in:
lib/swagger_spec.rb

Instance Attribute Summary collapse

Method Summary

Methods included from SwaggerType

#to_h

Instance Attribute Details

#deleteObject

Returns the value of attribute delete.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def delete
  @delete
end

#getObject

Returns the value of attribute get.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def get
  @get
end

#headObject

Returns the value of attribute head.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def head
  @head
end

#optionsObject

Returns the value of attribute options.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def options
  @options
end

#patchObject

Returns the value of attribute patch.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def patch
  @patch
end

#postObject

Returns the value of attribute post.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def post
  @post
end

#putObject

Returns the value of attribute put.



20
21
22
# File 'lib/swagger_spec.rb', line 20

def put
  @put
end