Class: OpenapiFirst::ParsedResponse
- Inherits:
-
Data
- Object
- Data
- OpenapiFirst::ParsedResponse
- Defined in:
- lib/openapi_first/response_parser.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
6 7 8 |
# File 'lib/openapi_first/response_parser.rb', line 6 def body @body end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
6 7 8 |
# File 'lib/openapi_first/response_parser.rb', line 6 def headers @headers end |