Class: Kaltura::Filter::UiConfFilter

Inherits:
BaseFilter show all
Defined in:
lib/kaltura/filter/ui_conf_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

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



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

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



11
12
13
# File 'lib/kaltura/filter/ui_conf_filter.rb', line 11

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#creation_mode_equalObject

Returns the value of attribute creation_mode_equal.



14
15
16
# File 'lib/kaltura/filter/ui_conf_filter.rb', line 14

def creation_mode_equal
  @creation_mode_equal
end

#creation_mode_inObject

Returns the value of attribute creation_mode_in.



15
16
17
# File 'lib/kaltura/filter/ui_conf_filter.rb', line 15

def creation_mode_in
  @creation_mode_in
end

#id_equalObject

Returns the value of attribute id_equal.



4
5
6
# File 'lib/kaltura/filter/ui_conf_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/ui_conf_filter.rb', line 5

def id_in
  @id_in
end

#name_likeObject

Returns the value of attribute name_like.



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

def name_like
  @name_like
end

#obj_type_equalObject

Returns the value of attribute obj_type_equal.



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

def obj_type_equal
  @obj_type_equal
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



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

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



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

def tags_multi_like_or
  @tags_multi_like_or
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



12
13
14
# File 'lib/kaltura/filter/ui_conf_filter.rb', line 12

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



13
14
15
# File 'lib/kaltura/filter/ui_conf_filter.rb', line 13

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end