Class: Kaltura::KalturaCategoryUserProviderFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaCategoryUserProviderFilter
- Defined in:
- lib/kaltura_plugins/kaltura_email_notification_client_plugin.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.
-
#permission_names_match_and ⇒ Object
Returns the value of attribute permission_names_match_and.
-
#permission_names_match_or ⇒ Object
Returns the value of attribute permission_names_match_or.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#update_method_equal ⇒ Object
Returns the value of attribute update_method_equal.
-
#update_method_in ⇒ Object
Returns the value of attribute update_method_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
-
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
-
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
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.
89 90 91 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 89 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.
90 91 92 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 90 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#permission_names_match_and ⇒ Object
Returns the value of attribute permission_names_match_and.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 95 def @permission_names_match_and end |
#permission_names_match_or ⇒ Object
Returns the value of attribute permission_names_match_or.
96 97 98 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 96 def @permission_names_match_or end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
87 88 89 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 87 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
88 89 90 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 88 def status_in @status_in end |
#update_method_equal ⇒ Object
Returns the value of attribute update_method_equal.
93 94 95 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 93 def update_method_equal @update_method_equal end |
#update_method_in ⇒ Object
Returns the value of attribute update_method_in.
94 95 96 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 94 def update_method_in @update_method_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
91 92 93 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 91 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
92 93 94 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 92 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
85 86 87 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 85 def user_id_equal @user_id_equal end |
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
86 87 88 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 86 def user_id_in @user_id_in end |