Class: ApiSpec::ErrorResponse
- Inherits:
-
Struct
- Object
- Struct
- ApiSpec::ErrorResponse
- Defined in:
- lib/api_spec/helpers.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/api_spec/helpers.rb', line 9 def body @body end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/api_spec/helpers.rb', line 9 def status @status end |