Class: CuffSert::MessageAction
- Inherits:
-
BaseAction
- Object
- BaseAction
- CuffSert::MessageAction
- Defined in:
- lib/cuffsert/actions.rb
Instance Attribute Summary
Attributes inherited from BaseAction
#cfclient, #confirmation, #s3client
Instance Method Summary collapse
- #as_observable ⇒ Object
-
#initialize(message) ⇒ MessageAction
constructor
A new instance of MessageAction.
- #validate! ⇒ Object
Methods inherited from BaseAction
Constructor Details
#initialize(message) ⇒ MessageAction
Returns a new instance of MessageAction.
39 40 41 42 |
# File 'lib/cuffsert/actions.rb', line 39 def initialize() super(nil, nil) @message = end |
Instance Method Details
#as_observable ⇒ Object
47 48 49 |
# File 'lib/cuffsert/actions.rb', line 47 def as_observable @message.as_observable end |
#validate! ⇒ Object
44 45 |
# File 'lib/cuffsert/actions.rb', line 44 def validate! end |