class Kaltura::KalturaConcatAttributes
Concat operation attributes
Attributes
resource[RW]
The resource to be concatenated
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaOperationAttributes#from_xml
# File lib/kaltura_types.rb, line 12122 def from_xml(xml_element) super if xml_element.elements['resource'] != nil self.resource = KalturaClientBase.object_from_xml(xml_element.elements['resource'], 'KalturaDataCenterContentResource') end end