class Kaltura::KalturaUiConfAdminListResponse

Attributes

objects[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method
# File lib/kaltura_plugins/kaltura_admin_console_client_plugin.rb, line 181
def from_xml(xml_element)
        super
        if xml_element.elements['objects'] != nil
                self.objects = KalturaClientBase.object_from_xml(xml_element.elements['objects'], 'KalturaUiConfAdmin')
        end
end