Class: Toadhopper::Response
- Inherits:
-
Struct
- Object
- Struct
- Toadhopper::Response
- Defined in:
- lib/toadhopper.rb
Overview
Airbrake API response
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
20 21 22 |
# File 'lib/toadhopper.rb', line 20 def body @body end |
#errors ⇒ Object
Returns the value of attribute errors
20 21 22 |
# File 'lib/toadhopper.rb', line 20 def errors @errors end |
#status ⇒ Object
Returns the value of attribute status
20 21 22 |
# File 'lib/toadhopper.rb', line 20 def status @status end |