Class: Kaltura::KalturaWidevineRepositorySyncJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaWidevineRepositorySyncJobData
- Defined in:
- lib/kaltura_plugins/kaltura_widevine_client_plugin.rb
Instance Attribute Summary collapse
-
#modified_attributes ⇒ Object
Returns the value of attribute modified_attributes.
-
#monitor_sync_completion ⇒ Object
Returns the value of attribute monitor_sync_completion.
-
#sync_mode ⇒ Object
Returns the value of attribute sync_mode.
-
#wv_asset_ids ⇒ Object
Returns the value of attribute wv_asset_ids.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#modified_attributes ⇒ Object
Returns the value of attribute modified_attributes.
77 78 79 |
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 77 def modified_attributes @modified_attributes end |
#monitor_sync_completion ⇒ Object
Returns the value of attribute monitor_sync_completion.
78 79 80 |
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 78 def monitor_sync_completion @monitor_sync_completion end |
#sync_mode ⇒ Object
Returns the value of attribute sync_mode.
75 76 77 |
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 75 def sync_mode @sync_mode end |
#wv_asset_ids ⇒ Object
Returns the value of attribute wv_asset_ids.
76 77 78 |
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 76 def wv_asset_ids @wv_asset_ids end |