class Kaltura::KalturaEventNotificationDispatchScope

Attributes

dynamic_values[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb, line 437
def from_xml(xml_element)
        super
        if xml_element.elements['dynamicValues'] != nil
                self.dynamic_values = KalturaClientBase.object_from_xml(xml_element.elements['dynamicValues'], 'KalturaKeyValue')
        end
end