Class: Octarine::SimpleHTTP::Response
- Inherits:
-
Struct
- Object
- Struct
- Octarine::SimpleHTTP::Response
- Defined in:
- lib/octarine/simple_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
9 10 11 |
# File 'lib/octarine/simple_http.rb', line 9 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
9 10 11 |
# File 'lib/octarine/simple_http.rb', line 9 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/octarine/simple_http.rb', line 9 def status @status end |