Class: NeverBounce::API::Response::ErrorMessage
- Inherits:
-
StatusMessage
- Object
- Base
- Container
- Message
- StatusMessage
- NeverBounce::API::Response::ErrorMessage
- Defined in:
- lib/never_bounce/api/response/error_message.rb
Overview
A failure (error) response from the server.
Instance Attribute Summary collapse
Attributes inherited from StatusMessage
Attributes inherited from Container
Instance Method Summary collapse
Methods inherited from Message
Methods inherited from Container
Instance Attribute Details
#message ⇒ String
10 |
# File 'lib/never_bounce/api/response/error_message.rb', line 10 oattr :message, :scalar |
Instance Method Details
#success? ⇒ false
13 14 15 |
# File 'lib/never_bounce/api/response/error_message.rb', line 13 def success? false end |