class Kaltura::KalturaEmailNotificationGroupRecipientJobData

JobData representing the dynamic user receipient array

Attributes

group_id[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb, line 222
def from_xml(xml_element)
        super
        if xml_element.elements['groupId'] != nil
                self.group_id = xml_element.elements['groupId'].text
        end
end