Class: Kaltura::KalturaUserRoleCondition
- Inherits:
-
KalturaCondition
- Object
- KalturaObjectBase
- KalturaCondition
- Kaltura::KalturaUserRoleCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#role_ids ⇒ Object
Comma separated list of role ids.
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#role_ids ⇒ Object
Comma separated list of role ids
10593 10594 10595 |
# File 'lib/kaltura_types.rb', line 10593 def role_ids @role_ids end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10596 10597 10598 10599 |
# File 'lib/kaltura_types.rb', line 10596 def from_xml(xml_element) super self.role_ids = xml_element.elements['roleIds'].text end |