Class: Kaltura::KalturaEventNotificationParameter
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaEventNotificationParameter
- Defined in:
- lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb
Direct Known Subclasses
KalturaEmailNotificationParameter, KalturaEventNotificationArrayParameter
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#key ⇒ Object
The key in the subject and body to be replaced with the dynamic value.
-
#value ⇒ Object
The dynamic value to be placed in the final output.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
115 116 117 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 115 def description @description end |
#key ⇒ Object
The key in the subject and body to be replaced with the dynamic value
114 115 116 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 114 def key @key end |
#value ⇒ Object
The dynamic value to be placed in the final output
118 119 120 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 118 def value @value end |