Class: KalturaApi::KalturaContextDataResult
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaContextDataResult
- Defined in:
- lib/kaltura_client.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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actions ⇒ Object
Array of actions as received from the rules that invalidated
3327 3328 3329 |
# File 'lib/kaltura_client.rb', line 3327 def actions @actions end |
#messages ⇒ Object
Array of messages as received from the rules that invalidated
3324 3325 3326 |
# File 'lib/kaltura_client.rb', line 3324 def @messages end |