Class: Kaltura::KalturaUserFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaUserFilter
- Defined in:
- lib/kaltura_client.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 KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
2495 2496 2497 |
# File 'lib/kaltura_client.rb', line 2495 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.
2496 2497 2498 |
# File 'lib/kaltura_client.rb', line 2496 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#email_like ⇒ Object
Returns the value of attribute email_like.
2491 2492 2493 |
# File 'lib/kaltura_client.rb', line 2491 def email_like @email_like end |
#email_starts_with ⇒ Object
Returns the value of attribute email_starts_with.
2492 2493 2494 |
# File 'lib/kaltura_client.rb', line 2492 def email_starts_with @email_starts_with end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
2486 2487 2488 |
# File 'lib/kaltura_client.rb', line 2486 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
2487 2488 2489 |
# File 'lib/kaltura_client.rb', line 2487 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
2488 2489 2490 |
# File 'lib/kaltura_client.rb', line 2488 def partner_id_equal @partner_id_equal end |
#screen_name_like ⇒ Object
Returns the value of attribute screen_name_like.
2489 2490 2491 |
# File 'lib/kaltura_client.rb', line 2489 def screen_name_like @screen_name_like end |
#screen_name_starts_with ⇒ Object
Returns the value of attribute screen_name_starts_with.
2490 2491 2492 |
# File 'lib/kaltura_client.rb', line 2490 def screen_name_starts_with @screen_name_starts_with end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
2494 2495 2496 |
# File 'lib/kaltura_client.rb', line 2494 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
2493 2494 2495 |
# File 'lib/kaltura_client.rb', line 2493 def @tags_multi_like_or end |