Class: ServiceErrorResponse
- Inherits:
-
ServiceStatusResponse
- Object
- ServiceStatusResponse
- ServiceErrorResponse
- Defined in:
- lib/src/ServiceStatusResponse.rb
Instance Attribute Summary
Attributes inherited from ServiceStatusResponse
Instance Method Summary collapse
-
#initialize(message) ⇒ ServiceErrorResponse
constructor
A new instance of ServiceErrorResponse.
Methods inherited from ServiceStatusResponse
Constructor Details
#initialize(message) ⇒ ServiceErrorResponse
Returns a new instance of ServiceErrorResponse.
30 31 32 |
# File 'lib/src/ServiceStatusResponse.rb', line 30 def initialize() super(, state=:error) end |