Class: Tep::Http::Response
- Inherits:
-
Object
- Object
- Tep::Http::Response
- Defined in:
- lib/tep/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 Method Summary collapse
-
#initialize ⇒ Response
constructor
A new instance of Response.
Constructor Details
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
523 524 525 |
# File 'lib/tep/http.rb', line 523 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers.
523 524 525 |
# File 'lib/tep/http.rb', line 523 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status.
523 524 525 |
# File 'lib/tep/http.rb', line 523 def status @status end |