Class: ApiSketch::Model::Response
- Defined in:
- lib/api_sketch/model/response.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#http_status ⇒ Object
Returns the value of attribute http_status.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from ApiSketch::Model::Base
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
2 3 4 |
# File 'lib/api_sketch/model/response.rb', line 2 def format @format end |
#headers ⇒ Object
Returns the value of attribute headers.
2 3 4 |
# File 'lib/api_sketch/model/response.rb', line 2 def headers @headers end |
#http_status ⇒ Object
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 |
#parameters ⇒ Object
Returns the value of attribute parameters.
2 3 4 |
# File 'lib/api_sketch/model/response.rb', line 2 def parameters @parameters end |