Class: Treblle::Models::Response
- Inherits:
-
Object
- Object
- Treblle::Models::Response
- Defined in:
- lib/treblle/models/response.rb,
lib/treblle/models/response/exception.rb
Defined Under Namespace
Classes: Exception
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#size ⇒ Object
Returns the value of attribute size.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
6 7 8 |
# File 'lib/treblle/models/response.rb', line 6 def body @body end |
#exception ⇒ Object
Returns the value of attribute exception.
6 7 8 |
# File 'lib/treblle/models/response.rb', line 6 def exception @exception end |
#headers ⇒ Object
Returns the value of attribute headers.
6 7 8 |
# File 'lib/treblle/models/response.rb', line 6 def headers @headers end |
#size ⇒ Object
Returns the value of attribute size.
6 7 8 |
# File 'lib/treblle/models/response.rb', line 6 def size @size end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/treblle/models/response.rb', line 6 def status @status end |