Class: Kaltura::KalturaEmailNotificationCategoryRecipientProvider

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

Overview

API object which provides the recipients of category related notifications.

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#category_idObject

The ID of the category whose subscribers should receive the email notification.



130
131
132
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 130

def category_id
  @category_id
end

#category_user_filterObject

Returns the value of attribute category_user_filter.



131
132
133
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 131

def category_user_filter
  @category_user_filter
end