class Kaltura::KalturaEmailNotificationCategoryRecipientJobData
Job Data representing the provider of recipients for a single categoryId
Attributes
category_user_filter[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaEmailNotificationRecipientJobData#from_xml
# File lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb, line 184 def from_xml(xml_element) super if xml_element.elements['categoryUserFilter'] != nil self.category_user_filter = KalturaClientBase.object_from_xml(xml_element.elements['categoryUserFilter'], 'KalturaCategoryUserFilter') end end