Class: Coolio::Http::Response
- Inherits:
-
Struct
- Object
- Struct
- Coolio::Http::Response
- Defined in:
- lib/cool.io/http.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
13 14 15 |
# File 'lib/cool.io/http.rb', line 13 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
13 14 15 |
# File 'lib/cool.io/http.rb', line 13 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/cool.io/http.rb', line 13 def status @status end |