Class: Kaltura::KalturaSearchCondition
- Inherits:
-
KalturaSearchItem
- Object
- KalturaObjectBase
- KalturaSearchItem
- Kaltura::KalturaSearchCondition
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
7939 7940 7941 |
# File 'lib/kaltura_client.rb', line 7939 def field @field end |
#value ⇒ Object
Returns the value of attribute value.
7940 7941 7942 |
# File 'lib/kaltura_client.rb', line 7940 def value @value end |