Class: Kaltura::KalturaEventNotificationTemplate
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaEventNotificationTemplate
- Defined in:
- lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb
Direct Known Subclasses
KalturaEmailNotificationTemplate, KalturaHttpNotificationTemplate
Instance Attribute Summary collapse
-
#automatic_dispatch_enabled ⇒ Object
Define that the template could be dispatched automatically by the system.
-
#content_parameters ⇒ Object
Define the content dynamic parameters.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#event_conditions ⇒ Object
Define the conditions that cause this notification to be triggered.
-
#event_object_type ⇒ Object
Define the object that raied the event that should trigger this notification.
-
#event_type ⇒ Object
Define the event that should trigger this notification.
-
#id ⇒ Object
Returns the value of attribute id.
-
#manual_dispatch_enabled ⇒ Object
Define that the template could be dispatched manually from the API.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_parameters ⇒ Object
Define the content dynamic parameters.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#automatic_dispatch_enabled ⇒ Object
Define that the template could be dispatched automatically by the system
137 138 139 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 137 def automatic_dispatch_enabled @automatic_dispatch_enabled end |
#content_parameters ⇒ Object
Define the content dynamic parameters
149 150 151 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 149 def content_parameters @content_parameters end |
#created_at ⇒ Object
Returns the value of attribute created_at.
130 131 132 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 130 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
127 128 129 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 127 def description @description end |
#event_conditions ⇒ Object
Define the conditions that cause this notification to be triggered
146 147 148 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 146 def event_conditions @event_conditions end |
#event_object_type ⇒ Object
Define the object that raied the event that should trigger this notification
143 144 145 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 143 def event_object_type @event_object_type end |
#event_type ⇒ Object
Define the event that should trigger this notification
140 141 142 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 140 def event_type @event_type end |
#id ⇒ Object
Returns the value of attribute id.
123 124 125 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 123 def id @id end |
#manual_dispatch_enabled ⇒ Object
Define that the template could be dispatched manually from the API
134 135 136 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 134 def manual_dispatch_enabled @manual_dispatch_enabled end |
#name ⇒ Object
Returns the value of attribute name.
125 126 127 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 125 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
124 125 126 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 124 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
129 130 131 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 129 def status @status end |
#system_name ⇒ Object
Returns the value of attribute system_name.
126 127 128 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 126 def system_name @system_name end |
#type ⇒ Object
Returns the value of attribute type.
128 129 130 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 128 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
131 132 133 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 131 def updated_at @updated_at end |
#user_parameters ⇒ Object
Define the content dynamic parameters
152 153 154 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 152 def user_parameters @user_parameters end |