Class: Fizzy::Response
- Inherits:
-
Data
- Object
- Data
- Fizzy::Response
- Defined in:
- lib/fizzy/client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
4 5 6 |
# File 'lib/fizzy/client.rb', line 4 def body @body end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
4 5 6 |
# File 'lib/fizzy/client.rb', line 4 def headers @headers end |
#status ⇒ Object (readonly)
Returns the value of attribute status
4 5 6 |
# File 'lib/fizzy/client.rb', line 4 def status @status end |