Class: ApiSketch::Model::Response

Inherits:
Base
  • Object
show all
Defined in:
lib/api_sketch/model/response.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#description, #name

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from ApiSketch::Model::Base

Instance Attribute Details

#formatObject

Returns the value of attribute format.



2
3
4
# File 'lib/api_sketch/model/response.rb', line 2

def format
  @format
end

#headersObject

Returns the value of attribute headers.



2
3
4
# File 'lib/api_sketch/model/response.rb', line 2

def headers
  @headers
end

#http_statusObject

Returns the value of attribute http_status.



2
3
4
# File 'lib/api_sketch/model/response.rb', line 2

def http_status
  @http_status
end

#parametersObject

Returns the value of attribute parameters.



2
3
4
# File 'lib/api_sketch/model/response.rb', line 2

def parameters
  @parameters
end