Class: Kaltura::KalturaConvertCollectionJobData
- Inherits:
-
KalturaConvartableJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaConvartableJobData
- Kaltura::KalturaConvertCollectionJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#command_lines_str ⇒ Object
Returns the value of attribute command_lines_str.
-
#dest_dir_local_path ⇒ Object
Returns the value of attribute dest_dir_local_path.
-
#dest_dir_remote_url ⇒ Object
Returns the value of attribute dest_dir_remote_url.
-
#dest_file_name ⇒ Object
Returns the value of attribute dest_file_name.
-
#flavors ⇒ Object
Returns the value of attribute flavors.
-
#input_xml_local_path ⇒ Object
Returns the value of attribute input_xml_local_path.
-
#input_xml_remote_url ⇒ Object
Returns the value of attribute input_xml_remote_url.
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
#command_lines_str ⇒ Object
Returns the value of attribute command_lines_str.
8311 8312 8313 |
# File 'lib/kaltura_client.rb', line 8311 def command_lines_str @command_lines_str end |
#dest_dir_local_path ⇒ Object
Returns the value of attribute dest_dir_local_path.
8306 8307 8308 |
# File 'lib/kaltura_client.rb', line 8306 def dest_dir_local_path @dest_dir_local_path end |
#dest_dir_remote_url ⇒ Object
Returns the value of attribute dest_dir_remote_url.
8307 8308 8309 |
# File 'lib/kaltura_client.rb', line 8307 def dest_dir_remote_url @dest_dir_remote_url end |
#dest_file_name ⇒ Object
Returns the value of attribute dest_file_name.
8308 8309 8310 |
# File 'lib/kaltura_client.rb', line 8308 def dest_file_name @dest_file_name end |
#flavors ⇒ Object
Returns the value of attribute flavors.
8312 8313 8314 |
# File 'lib/kaltura_client.rb', line 8312 def flavors @flavors end |
#input_xml_local_path ⇒ Object
Returns the value of attribute input_xml_local_path.
8309 8310 8311 |
# File 'lib/kaltura_client.rb', line 8309 def input_xml_local_path @input_xml_local_path end |
#input_xml_remote_url ⇒ Object
Returns the value of attribute input_xml_remote_url.
8310 8311 8312 |
# File 'lib/kaltura_client.rb', line 8310 def input_xml_remote_url @input_xml_remote_url end |