Class: Net::HTTPResponse
- Inherits:
-
Object
- Object
- Net::HTTPResponse
- Defined in:
- lib/foundation_api/test_helper.rb
Instance Method Summary collapse
Instance Method Details
#body=(content) ⇒ Object
14 15 16 17 |
# File 'lib/foundation_api/test_helper.rb', line 14 def body=(content) @body = content @read = true end |