Class: Kaltura::KalturaConvertJobData
- Inherits:
-
KalturaConvartableJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaConvartableJobData
- Kaltura::KalturaConvertJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#custom_data ⇒ Object
Returns the value of attribute custom_data.
-
#dest_file_sync_local_path ⇒ Object
Returns the value of attribute dest_file_sync_local_path.
-
#dest_file_sync_remote_url ⇒ Object
Returns the value of attribute dest_file_sync_remote_url.
-
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
-
#log_file_sync_local_path ⇒ Object
Returns the value of attribute log_file_sync_local_path.
-
#log_file_sync_remote_url ⇒ Object
Returns the value of attribute log_file_sync_remote_url.
-
#remote_media_id ⇒ Object
Returns the value of attribute remote_media_id.
Attributes inherited from KalturaConvartableJobData
#actual_src_file_sync_local_path, #current_operation_index, #current_operation_set, #engine_version, #flavor_params_output, #flavor_params_output_id, #media_info_id, #plugin_data, #src_file_sync_local_path, #src_file_sync_remote_url, #src_file_syncs
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#custom_data ⇒ Object
Returns the value of attribute custom_data.
8323 8324 8325 |
# File 'lib/kaltura_client.rb', line 8323 def custom_data @custom_data end |
#dest_file_sync_local_path ⇒ Object
Returns the value of attribute dest_file_sync_local_path.
8317 8318 8319 |
# File 'lib/kaltura_client.rb', line 8317 def dest_file_sync_local_path @dest_file_sync_local_path end |
#dest_file_sync_remote_url ⇒ Object
Returns the value of attribute dest_file_sync_remote_url.
8318 8319 8320 |
# File 'lib/kaltura_client.rb', line 8318 def dest_file_sync_remote_url @dest_file_sync_remote_url end |
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
8321 8322 8323 |
# File 'lib/kaltura_client.rb', line 8321 def flavor_asset_id @flavor_asset_id end |
#log_file_sync_local_path ⇒ Object
Returns the value of attribute log_file_sync_local_path.
8319 8320 8321 |
# File 'lib/kaltura_client.rb', line 8319 def log_file_sync_local_path @log_file_sync_local_path end |
#log_file_sync_remote_url ⇒ Object
Returns the value of attribute log_file_sync_remote_url.
8320 8321 8322 |
# File 'lib/kaltura_client.rb', line 8320 def log_file_sync_remote_url @log_file_sync_remote_url end |
#remote_media_id ⇒ Object
Returns the value of attribute remote_media_id.
8322 8323 8324 |
# File 'lib/kaltura_client.rb', line 8322 def remote_media_id @remote_media_id end |