Class: Kaltura::KalturaConvertJobData
- Inherits:
-
KalturaConvartableJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaConvartableJobData
- Kaltura::KalturaConvertJobData
- Defined in:
- lib/kaltura_types.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.
-
#dest_file_sync_shared_path ⇒ Object
Returns the value of attribute dest_file_sync_shared_path.
-
#engine_message ⇒ Object
Returns the value of attribute engine_message.
-
#estimated_effort ⇒ Object
Returns the value of attribute estimated_effort.
-
#extra_dest_file_syncs ⇒ Object
Returns the value of attribute extra_dest_file_syncs.
-
#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.
-
#user_cpu ⇒ Object
Returns the value of attribute user_cpu.
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
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#custom_data ⇒ Object
Returns the value of attribute custom_data.
17093 17094 17095 |
# File 'lib/kaltura_types.rb', line 17093 def custom_data @custom_data end |
#dest_file_sync_local_path ⇒ Object
Returns the value of attribute dest_file_sync_local_path.
17087 17088 17089 |
# File 'lib/kaltura_types.rb', line 17087 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.
17088 17089 17090 |
# File 'lib/kaltura_types.rb', line 17088 def dest_file_sync_remote_url @dest_file_sync_remote_url end |
#dest_file_sync_shared_path ⇒ Object
Returns the value of attribute dest_file_sync_shared_path.
17096 17097 17098 |
# File 'lib/kaltura_types.rb', line 17096 def dest_file_sync_shared_path @dest_file_sync_shared_path end |
#engine_message ⇒ Object
Returns the value of attribute engine_message.
17095 17096 17097 |
# File 'lib/kaltura_types.rb', line 17095 def end |
#estimated_effort ⇒ Object
Returns the value of attribute estimated_effort.
17098 17099 17100 |
# File 'lib/kaltura_types.rb', line 17098 def estimated_effort @estimated_effort end |
#extra_dest_file_syncs ⇒ Object
Returns the value of attribute extra_dest_file_syncs.
17094 17095 17096 |
# File 'lib/kaltura_types.rb', line 17094 def extra_dest_file_syncs @extra_dest_file_syncs end |
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
17091 17092 17093 |
# File 'lib/kaltura_types.rb', line 17091 def flavor_asset_id @flavor_asset_id end |
#log_file_sync_local_path ⇒ Object
Returns the value of attribute log_file_sync_local_path.
17089 17090 17091 |
# File 'lib/kaltura_types.rb', line 17089 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.
17090 17091 17092 |
# File 'lib/kaltura_types.rb', line 17090 def log_file_sync_remote_url @log_file_sync_remote_url end |
#remote_media_id ⇒ Object
Returns the value of attribute remote_media_id.
17092 17093 17094 |
# File 'lib/kaltura_types.rb', line 17092 def remote_media_id @remote_media_id end |
#user_cpu ⇒ Object
Returns the value of attribute user_cpu.
17097 17098 17099 |
# File 'lib/kaltura_types.rb', line 17097 def user_cpu @user_cpu end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17107 17108 17109 17110 17111 17112 17113 17114 17115 17116 17117 17118 17119 17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 17132 17133 17134 17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 17145 |
# File 'lib/kaltura_types.rb', line 17107 def from_xml(xml_element) super if xml_element.elements['destFileSyncLocalPath'] != nil self.dest_file_sync_local_path = xml_element.elements['destFileSyncLocalPath'].text end if xml_element.elements['destFileSyncRemoteUrl'] != nil self.dest_file_sync_remote_url = xml_element.elements['destFileSyncRemoteUrl'].text end if xml_element.elements['logFileSyncLocalPath'] != nil self.log_file_sync_local_path = xml_element.elements['logFileSyncLocalPath'].text end if xml_element.elements['logFileSyncRemoteUrl'] != nil self.log_file_sync_remote_url = xml_element.elements['logFileSyncRemoteUrl'].text end if xml_element.elements['flavorAssetId'] != nil self.flavor_asset_id = xml_element.elements['flavorAssetId'].text end if xml_element.elements['remoteMediaId'] != nil self.remote_media_id = xml_element.elements['remoteMediaId'].text end if xml_element.elements['customData'] != nil self.custom_data = xml_element.elements['customData'].text end if xml_element.elements['extraDestFileSyncs'] != nil self.extra_dest_file_syncs = KalturaClientBase.object_from_xml(xml_element.elements['extraDestFileSyncs'], 'KalturaDestFileSyncDescriptor') end if xml_element.elements['engineMessage'] != nil self. = xml_element.elements['engineMessage'].text end if xml_element.elements['destFileSyncSharedPath'] != nil self.dest_file_sync_shared_path = xml_element.elements['destFileSyncSharedPath'].text end if xml_element.elements['userCpu'] != nil self.user_cpu = xml_element.elements['userCpu'].text end if xml_element.elements['estimatedEffort'] != nil self.estimated_effort = xml_element.elements['estimatedEffort'].text end end |