Class: Kaltura::KalturaCategoryUserProviderFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#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.



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_equalObject

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_andObject

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
  @permission_names_match_and
end

#permission_names_match_orObject

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
  @permission_names_match_or
end

#status_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_equalObject

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_equalObject

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_inObject

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