Class: Kaltura::KalturaHttpNotification
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaHttpNotification
- Defined in:
- lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb
Overview
Wrapper for sent notifications
Instance Attribute Summary collapse
-
#event_notification_job_id ⇒ Object
ID of the batch job that execute the notification.
-
#event_object_type ⇒ Object
Object type that triggered the notification.
-
#event_type ⇒ Object
Ecent type that triggered the notification.
-
#object ⇒ Object
Object that triggered the notification.
-
#template_id ⇒ Object
ID of the template that triggered the notification.
-
#template_name ⇒ Object
Name of the template that triggered the notification.
-
#template_system_name ⇒ Object
System name of the template that triggered the notification.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#event_notification_job_id ⇒ Object
ID of the batch job that execute the notification
86 87 88 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 86 def event_notification_job_id @event_notification_job_id end |
#event_object_type ⇒ Object
Object type that triggered the notification
83 84 85 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 83 def event_object_type @event_object_type end |
#event_type ⇒ Object
Ecent type that triggered the notification
98 99 100 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 98 def event_type @event_type end |
#object ⇒ Object
Object that triggered the notification
80 81 82 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 80 def object @object end |
#template_id ⇒ Object
ID of the template that triggered the notification
89 90 91 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 89 def template_id @template_id end |
#template_name ⇒ Object
Name of the template that triggered the notification
92 93 94 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 92 def template_name @template_name end |
#template_system_name ⇒ Object
System name of the template that triggered the notification
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb', line 95 def template_system_name @template_system_name end |