Class: Kaltura::Filter::CategoryFilter

Inherits:
BaseFilter show all
Defined in:
lib/kaltura/filter/category_filter.rb

Instance Attribute Summary collapse

Attributes inherited from BaseFilter

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#depth_equalObject

Returns the value of attribute depth_equal.



8
9
10
# File 'lib/kaltura/filter/category_filter.rb', line 8

def depth_equal
  @depth_equal
end

#full_name_equalObject

Returns the value of attribute full_name_equal.



9
10
11
# File 'lib/kaltura/filter/category_filter.rb', line 9

def full_name_equal
  @full_name_equal
end

#full_name_starts_withObject

Returns the value of attribute full_name_starts_with.



10
11
12
# File 'lib/kaltura/filter/category_filter.rb', line 10

def full_name_starts_with
  @full_name_starts_with
end

#id_equalObject

Returns the value of attribute id_equal.



4
5
6
# File 'lib/kaltura/filter/category_filter.rb', line 4

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



5
6
7
# File 'lib/kaltura/filter/category_filter.rb', line 5

def id_in
  @id_in
end

#parent_id_equalObject

Returns the value of attribute parent_id_equal.



6
7
8
# File 'lib/kaltura/filter/category_filter.rb', line 6

def parent_id_equal
  @parent_id_equal
end

#parent_id_inObject

Returns the value of attribute parent_id_in.



7
8
9
# File 'lib/kaltura/filter/category_filter.rb', line 7

def parent_id_in
  @parent_id_in
end