Class: OpenASN::HttpClient::Response
- Inherits:
-
Struct
- Object
- Struct
- OpenASN::HttpClient::Response
- Defined in:
- lib/openasn/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#etag ⇒ Object
Returns the value of attribute etag.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
23 24 25 |
# File 'lib/openasn/http_client.rb', line 23 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
23 24 25 |
# File 'lib/openasn/http_client.rb', line 23 def etag @etag end |