Class: Kaltura::KalturaSearchCondition

Inherits:
KalturaSearchItem show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaSearchComparableCondition

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#fieldObject

Returns the value of attribute field.



7939
7940
7941
# File 'lib/kaltura_client.rb', line 7939

def field
  @field
end

#valueObject

Returns the value of attribute value.



7940
7941
7942
# File 'lib/kaltura_client.rb', line 7940

def value
  @value
end