Class: Kaltura::KalturaValue
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaValue
- Defined in:
- lib/kaltura_client.rb
Overview
A representation to return an array of values
Direct Known Subclasses
KalturaBooleanValue, KalturaIntegerValue, KalturaStringValue
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
3604 3605 3606 |
# File 'lib/kaltura_client.rb', line 3604 def description @description end |