class Kaltura::KalturaStorageProfileListResponse

Attributes

objects[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaListResponse#from_xml
# File lib/kaltura_types.rb, line 15309
def from_xml(xml_element)
        super
        if xml_element.elements['objects'] != nil
                self.objects = KalturaClientBase.object_from_xml(xml_element.elements['objects'], 'KalturaStorageProfile')
        end
end