Class: Kaltura::KalturaEmailNotificationCategoryRecipientProvider
- Inherits:
-
KalturaEmailNotificationRecipientProvider
- Object
- KalturaObjectBase
- KalturaEmailNotificationRecipientProvider
- Kaltura::KalturaEmailNotificationCategoryRecipientProvider
- 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
-
#category_id ⇒ Object
The ID of the category whose subscribers should receive the email notification.
-
#category_user_filter ⇒ Object
Returns the value of attribute category_user_filter.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#category_id ⇒ Object
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_filter ⇒ Object
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 |