Class: Wakame::Event::ServiceFailed
- Inherits:
-
ServiceStatus
- Object
- Base
- ServiceStatus
- Wakame::Event::ServiceFailed
- Defined in:
- lib/wakame/event.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Attributes inherited from ServiceStatus
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(instance_id, message) ⇒ ServiceFailed
constructor
A new instance of ServiceFailed.
Methods inherited from Base
Constructor Details
#initialize(instance_id, message) ⇒ ServiceFailed
Returns a new instance of ServiceFailed.
98 99 100 101 |
# File 'lib/wakame/event.rb', line 98 def initialize(instance_id, ) super(instance_id) @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
97 98 99 |
# File 'lib/wakame/event.rb', line 97 def @message end |