Class: Kaltura::Filter::UserFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::UserFilter
- Defined in:
- lib/kaltura/filter/user_filter.rb
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#email_like ⇒ Object
Returns the value of attribute email_like.
-
#email_starts_with ⇒ Object
Returns the value of attribute email_starts_with.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#screen_name_like ⇒ Object
Returns the value of attribute screen_name_like.
-
#screen_name_starts_with ⇒ Object
Returns the value of attribute screen_name_starts_with.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
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_equal ⇒ Object
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_like ⇒ Object
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_with ⇒ Object
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_equal ⇒ Object
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_in ⇒ Object
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_equal ⇒ Object
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_like ⇒ Object
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_with ⇒ Object
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_and ⇒ Object
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 end |
#tags_multi_like_or ⇒ Object
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 end |