Class: RestClient::TyphoeusAdapter::Response
- Inherits:
-
Struct
- Object
- Struct
- RestClient::TyphoeusAdapter::Response
- Extended by:
- Forwardable
- Defined in:
- lib/rest_client/typhoeus_adapter.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Method Summary collapse
Instance Attribute Details
#raw ⇒ Object
Returns the value of attribute raw
21 22 23 |
# File 'lib/rest_client/typhoeus_adapter.rb', line 21 def raw @raw end |
Instance Method Details
#status ⇒ Object
27 28 29 |
# File 'lib/rest_client/typhoeus_adapter.rb', line 27 def status raw.code end |