Class: Kaltura::KalturaIndexTagsByPrivacyContextJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaIndexTagsByPrivacyContextJobData
- Defined in:
- lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb
Instance Attribute Summary collapse
-
#added_privacy_contexts ⇒ Object
Returns the value of attribute added_privacy_contexts.
-
#changed_category_id ⇒ Object
Returns the value of attribute changed_category_id.
-
#deleted_privacy_contexts ⇒ Object
Returns the value of attribute deleted_privacy_contexts.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#added_privacy_contexts ⇒ Object
Returns the value of attribute added_privacy_contexts.
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 70 def added_privacy_contexts @added_privacy_contexts end |
#changed_category_id ⇒ Object
Returns the value of attribute changed_category_id.
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 68 def changed_category_id @changed_category_id end |
#deleted_privacy_contexts ⇒ Object
Returns the value of attribute deleted_privacy_contexts.
69 70 71 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 69 def deleted_privacy_contexts @deleted_privacy_contexts end |