Class: Kaltura::KalturaAuthenticatedCondition
- Inherits:
-
KalturaCondition
- Object
- KalturaObjectBase
- KalturaCondition
- Kaltura::KalturaAuthenticatedCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#privileges ⇒ Object
The privelege needed to remove the restriction.
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#privileges ⇒ Object
The privelege needed to remove the restriction
10615 10616 10617 |
# File 'lib/kaltura_types.rb', line 10615 def privileges @privileges end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10618 10619 10620 10621 10622 10623 |
# File 'lib/kaltura_types.rb', line 10618 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 |