Class: Kaltura::KalturaKontikiStorageExportJobData
- Inherits:
-
KalturaStorageExportJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaStorageJobData
- KalturaStorageExportJobData
- Kaltura::KalturaKontikiStorageExportJobData
- Defined in:
- lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb
Instance Attribute Summary collapse
-
#content_moid ⇒ Object
Unique Kontiki MOID for the content uploaded to Kontiki.
-
#flavor_asset_id ⇒ Object
Holds the id of the exported asset.
-
#service_token ⇒ Object
Returns the value of attribute service_token.
Attributes inherited from KalturaStorageExportJobData
Attributes inherited from KalturaStorageJobData
#dest_file_sync_stored_path, #ftp_passive_mode, #server_password, #server_url, #server_username, #src_file_sync_id, #src_file_sync_local_path
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#content_moid ⇒ Object
Unique Kontiki MOID for the content uploaded to Kontiki
58 59 60 |
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 58 def content_moid @content_moid end |
#flavor_asset_id ⇒ Object
Holds the id of the exported asset
55 56 57 |
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 55 def flavor_asset_id @flavor_asset_id end |
#service_token ⇒ Object
Returns the value of attribute service_token.
59 60 61 |
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 59 def service_token @service_token end |