Class: Kaltura::KalturaEventNotificationParameter

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#descriptionObject

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

#keyObject

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

#valueObject

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