class Kaltura::KalturaAuthenticatedCondition
Attributes
privileges[RW]
The privelege needed to remove the restriction
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaCondition#from_xml
# File lib/kaltura_types.rb, line 11071 def from_xml(xml_element) super if xml_element.elements['privileges'] != nil self.privileges = KalturaClientBase.object_from_xml(xml_element.elements['privileges'], 'KalturaStringValue') end end