Class: Kaltura::KalturaConvartableJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaConvartableJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaConvertCollectionJobData, KalturaConvertJobData, KalturaExtractMediaJobData, KalturaPostConvertJobData
Instance Attribute Summary collapse
-
#actual_src_file_sync_local_path ⇒ Object
The translated path as used by the scheduler.
-
#current_operation_index ⇒ Object
Returns the value of attribute current_operation_index.
-
#current_operation_set ⇒ Object
Returns the value of attribute current_operation_set.
-
#engine_version ⇒ Object
Returns the value of attribute engine_version.
-
#flavor_params_output ⇒ Object
Returns the value of attribute flavor_params_output.
-
#flavor_params_output_id ⇒ Object
Returns the value of attribute flavor_params_output_id.
-
#media_info_id ⇒ Object
Returns the value of attribute media_info_id.
-
#plugin_data ⇒ Object
Returns the value of attribute plugin_data.
-
#src_file_sync_local_path ⇒ Object
Returns the value of attribute src_file_sync_local_path.
-
#src_file_sync_remote_url ⇒ Object
Returns the value of attribute src_file_sync_remote_url.
-
#src_file_syncs ⇒ Object
Returns the value of attribute src_file_syncs.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actual_src_file_sync_local_path ⇒ Object
The translated path as used by the scheduler
7088 7089 7090 |
# File 'lib/kaltura_client.rb', line 7088 def actual_src_file_sync_local_path @actual_src_file_sync_local_path end |
#current_operation_index ⇒ Object
Returns the value of attribute current_operation_index.
7096 7097 7098 |
# File 'lib/kaltura_client.rb', line 7096 def current_operation_index @current_operation_index end |
#current_operation_set ⇒ Object
Returns the value of attribute current_operation_set.
7095 7096 7097 |
# File 'lib/kaltura_client.rb', line 7095 def current_operation_set @current_operation_set end |
#engine_version ⇒ Object
Returns the value of attribute engine_version.
7091 7092 7093 |
# File 'lib/kaltura_client.rb', line 7091 def engine_version @engine_version end |
#flavor_params_output ⇒ Object
Returns the value of attribute flavor_params_output.
7093 7094 7095 |
# File 'lib/kaltura_client.rb', line 7093 def flavor_params_output @flavor_params_output end |
#flavor_params_output_id ⇒ Object
Returns the value of attribute flavor_params_output_id.
7092 7093 7094 |
# File 'lib/kaltura_client.rb', line 7092 def flavor_params_output_id @flavor_params_output_id end |
#media_info_id ⇒ Object
Returns the value of attribute media_info_id.
7094 7095 7096 |
# File 'lib/kaltura_client.rb', line 7094 def media_info_id @media_info_id end |
#plugin_data ⇒ Object
Returns the value of attribute plugin_data.
7097 7098 7099 |
# File 'lib/kaltura_client.rb', line 7097 def plugin_data @plugin_data end |
#src_file_sync_local_path ⇒ Object
Returns the value of attribute src_file_sync_local_path.
7085 7086 7087 |
# File 'lib/kaltura_client.rb', line 7085 def src_file_sync_local_path @src_file_sync_local_path end |
#src_file_sync_remote_url ⇒ Object
Returns the value of attribute src_file_sync_remote_url.
7089 7090 7091 |
# File 'lib/kaltura_client.rb', line 7089 def src_file_sync_remote_url @src_file_sync_remote_url end |
#src_file_syncs ⇒ Object
Returns the value of attribute src_file_syncs.
7090 7091 7092 |
# File 'lib/kaltura_client.rb', line 7090 def src_file_syncs @src_file_syncs end |