Class: Kaltura::KalturaSearchOperator
- Inherits:
-
KalturaSearchItem
- Object
- KalturaObjectBase
- KalturaSearchItem
- Kaltura::KalturaSearchOperator
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
7946 7947 7948 |
# File 'lib/kaltura_client.rb', line 7946 def items @items end |
#type ⇒ Object
Returns the value of attribute type.
7945 7946 7947 |
# File 'lib/kaltura_client.rb', line 7945 def type @type end |