Class: Kaltura::Filter::UserFilter

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



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

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.



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

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#email_likeObject

Returns the value of attribute email_like.



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

def email_like
  @email_like
end

#email_starts_withObject

Returns the value of attribute email_starts_with.



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

def email_starts_with
  @email_starts_with
end

#id_equalObject

Returns the value of attribute id_equal.



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

def id_in
  @id_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



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

def partner_id_equal
  @partner_id_equal
end

#screen_name_likeObject

Returns the value of attribute screen_name_like.



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

def screen_name_like
  @screen_name_like
end

#screen_name_starts_withObject

Returns the value of attribute screen_name_starts_with.



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

def screen_name_starts_with
  @screen_name_starts_with
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



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

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



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

def tags_multi_like_or
  @tags_multi_like_or
end