Class: Kaltura::KalturaContextDataResult
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaContextDataResult
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#actions ⇒ Object
Array of actions as received from the rules that invalidated.
-
#messages ⇒ Object
Array of messages as received from the rules that invalidated.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actions ⇒ Object
Array of actions as received from the rules that invalidated
1747 1748 1749 |
# File 'lib/kaltura_types.rb', line 1747 def actions @actions end |
#messages ⇒ Object
Array of messages as received from the rules that invalidated
1744 1745 1746 |
# File 'lib/kaltura_types.rb', line 1744 def end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
1750 1751 1752 1753 1754 |
# File 'lib/kaltura_types.rb', line 1750 def from_xml(xml_element) super self. = KalturaClientBase.object_from_xml(xml_element.elements['messages'], 'KalturaString') self.actions = KalturaClientBase.object_from_xml(xml_element.elements['actions'], 'KalturaRuleAction') end |