Class: TriggerCustomEvent
- Inherits:
-
Object
- Object
- TriggerCustomEvent
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comtriggerCustomEvent
customEvent - CustomEvent
recipientData - RecipientData
Instance Attribute Summary collapse
-
#customEvent ⇒ Object
Returns the value of attribute customEvent.
-
#recipientData ⇒ Object
Returns the value of attribute recipientData.
Instance Method Summary collapse
-
#initialize(customEvent = nil, recipientData = []) ⇒ TriggerCustomEvent
constructor
A new instance of TriggerCustomEvent.
Constructor Details
#initialize(customEvent = nil, recipientData = []) ⇒ TriggerCustomEvent
Returns a new instance of TriggerCustomEvent.
1158 1159 1160 1161 |
# File 'lib/stub/default.rb', line 1158 def initialize(customEvent = nil, recipientData = []) @customEvent = customEvent @recipientData = recipientData end |
Instance Attribute Details
#customEvent ⇒ Object
Returns the value of attribute customEvent.
1155 1156 1157 |
# File 'lib/stub/default.rb', line 1155 def customEvent @customEvent end |
#recipientData ⇒ Object
Returns the value of attribute recipientData.
1156 1157 1158 |
# File 'lib/stub/default.rb', line 1156 def recipientData @recipientData end |