Class: ServiceOkayResponse
- Inherits:
-
ServiceStatusResponse
- Object
- ServiceStatusResponse
- ServiceOkayResponse
- Defined in:
- lib/src/ServiceStatusResponse.rb
Instance Attribute Summary
Attributes inherited from ServiceStatusResponse
Instance Method Summary collapse
-
#initialize ⇒ ServiceOkayResponse
constructor
A new instance of ServiceOkayResponse.
Methods inherited from ServiceStatusResponse
Constructor Details
#initialize ⇒ ServiceOkayResponse
Returns a new instance of ServiceOkayResponse.
24 25 26 |
# File 'lib/src/ServiceStatusResponse.rb', line 24 def initialize super(='Service Operating Normally', state=:okay) end |