Class: Kaltura::KalturaEventNotificationTemplate

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

#automatic_dispatch_enabledObject

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_parametersObject

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_atObject

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

#descriptionObject

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_conditionsObject

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_typeObject

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_typeObject

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

#idObject

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_enabledObject

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

#nameObject

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_idObject

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

#statusObject

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_nameObject

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

#typeObject

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_atObject

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_parametersObject

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