class Kaltura::KalturaEmailNotificationGroupRecipientProvider
API class for recipient provider which constructs a dynamic list of recipients according to a user filter
Attributes
group_id[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaEmailNotificationRecipientProvider#from_xml
# File lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb, line 236 def from_xml(xml_element) super if xml_element.elements['groupId'] != nil self.group_id = xml_element.elements['groupId'].text end end