Class: E2B::API::HttpClient::DetailedResponse
- Inherits:
-
Struct
- Object
- Struct
- E2B::API::HttpClient::DetailedResponse
- Defined in:
- lib/e2b/api/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
13 14 15 |
# File 'lib/e2b/api/http_client.rb', line 13 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
13 14 15 |
# File 'lib/e2b/api/http_client.rb', line 13 def headers @headers end |