class Kaltura::KalturaWebexDropFolderContentProcessorJobData
Attributes
description[RW]
webex_host_id[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaDropFolderContentProcessorJobData#from_xml
# File lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb, line 158 def from_xml(xml_element) super if xml_element.elements['description'] != nil self.description = xml_element.elements['description'].text end if xml_element.elements['webexHostId'] != nil self.webex_host_id = xml_element.elements['webexHostId'].text end end