Class: EncodingDotCom::HttpAdapters::Response
- Inherits:
-
Struct
- Object
- Struct
- EncodingDotCom::HttpAdapters::Response
- Defined in:
- lib/encoding_dot_com/http_adapters/curb_adapter.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'lib/encoding_dot_com/http_adapters/curb_adapter.rb', line 4 def body @body end |
#code ⇒ Object
Returns the value of attribute code
4 5 6 |
# File 'lib/encoding_dot_com/http_adapters/curb_adapter.rb', line 4 def code @code end |