Class: Net::HTTPResponse
- Inherits:
-
Object
- Object
- Net::HTTPResponse
- Defined in:
- lib/rc_rest/net_http_stub.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Setter for body content.
Instance Attribute Details
#body ⇒ Object
Setter for body content
11 12 13 |
# File 'lib/rc_rest/net_http_stub.rb', line 11 def body @body end |