class Kaltura::KalturaEmailNotificationRecipientProvider

Abstract core class which provides the recipients (to, CC, BCC) for an email notification

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaObjectBase#from_xml
# File lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb, line 98
def from_xml(xml_element)
        super
end