Class: Rhinestone::Response
- Inherits:
-
Struct
- Object
- Struct
- Rhinestone::Response
- Defined in:
- lib/rhinestone/response.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
2 3 4 |
# File 'lib/rhinestone/response.rb', line 2 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
2 3 4 |
# File 'lib/rhinestone/response.rb', line 2 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'lib/rhinestone/response.rb', line 2 def status @status end |