Class: Kaltura::KalturaCategoryFilter

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

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#depth_equalObject

Returns the value of attribute depth_equal.



1415
1416
1417
# File 'lib/kaltura_client.rb', line 1415

def depth_equal
  @depth_equal
end

#full_name_equalObject

Returns the value of attribute full_name_equal.



1416
1417
1418
# File 'lib/kaltura_client.rb', line 1416

def full_name_equal
  @full_name_equal
end

#full_name_starts_withObject

Returns the value of attribute full_name_starts_with.



1417
1418
1419
# File 'lib/kaltura_client.rb', line 1417

def full_name_starts_with
  @full_name_starts_with
end

#id_equalObject

Returns the value of attribute id_equal.



1411
1412
1413
# File 'lib/kaltura_client.rb', line 1411

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



1412
1413
1414
# File 'lib/kaltura_client.rb', line 1412

def id_in
  @id_in
end

#parent_id_equalObject

Returns the value of attribute parent_id_equal.



1413
1414
1415
# File 'lib/kaltura_client.rb', line 1413

def parent_id_equal
  @parent_id_equal
end

#parent_id_inObject

Returns the value of attribute parent_id_in.



1414
1415
1416
# File 'lib/kaltura_client.rb', line 1414

def parent_id_in
  @parent_id_in
end