Class: KalturaApi::KalturaIntegerValue
- Inherits:
-
KalturaValue
- Object
- KalturaObjectBase
- KalturaValue
- KalturaApi::KalturaIntegerValue
- Defined in:
- lib/kaltura_client.rb
Overview
An int representation to return an array of ints
Direct Known Subclasses
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from KalturaValue
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
6993 6994 6995 |
# File 'lib/kaltura_client.rb', line 6993 def value @value end |