Class: Kaltura::KalturaEmailNotificationCategoryRecipientJobData

Inherits:
KalturaEmailNotificationRecipientJobData show all
Defined in:
lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb

Overview

Job Data representing the provider of recipients for a single categoryId

Instance Attribute Summary collapse

Attributes inherited from KalturaEmailNotificationRecipientJobData

#provider_type

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#category_user_filterObject

Returns the value of attribute category_user_filter.



156
157
158
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 156

def category_user_filter
  @category_user_filter
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



159
160
161
162
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 159

def from_xml(xml_element)
	super
	self.category_user_filter = KalturaClientBase.object_from_xml(xml_element.elements['categoryUserFilter'], 'KalturaCategoryUserFilter')
end