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
11291 11292 11293 |
# File 'lib/kaltura_types.rb', line 11291 def privileges @privileges end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
11294 11295 11296 11297 11298 11299 |
# File 'lib/kaltura_types.rb', line 11294 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 |