Class: TyphoeusAdapter::Response
- Inherits:
-
Struct
- Object
- Struct
- TyphoeusAdapter::Response
- Defined in:
- lib/wcc/contentful/simple_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
31 32 33 |
# File 'lib/wcc/contentful/simple_client/typhoeus_adapter.rb', line 31 def raw @raw end |
Instance Method Details
#status ⇒ Object
38 39 40 |
# File 'lib/wcc/contentful/simple_client/typhoeus_adapter.rb', line 38 def status raw.code end |