class Kaltura::KalturaHttpNotificationDataText

Attributes

content[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
# File lib/kaltura_plugins/kaltura_http_notification_client_plugin.rb, line 149
def from_xml(xml_element)
        super
        if xml_element.elements['content'] != nil
                self.content = KalturaClientBase.object_from_xml(xml_element.elements['content'], 'KalturaStringValue')
        end
end