Class: SwaggerYard::Response

Inherits:
Object
  • Object
show all
Includes:
Example
Defined in:
lib/swagger_yard/operation.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Example

#example, #example=

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/swagger_yard/operation.rb', line 4

def description
  @description
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/swagger_yard/operation.rb', line 4

def status
  @status
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/swagger_yard/operation.rb', line 4

def type
  @type
end