Class: Kaltura::KalturaImportMetadataJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_plugins/kaltura_metadata_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#dest_file_local_pathObject

Returns the value of attribute dest_file_local_path.



220
221
222
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 220

def dest_file_local_path
  @dest_file_local_path
end

#metadata_idObject

Returns the value of attribute metadata_id.



221
222
223
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 221

def 
  
end

#src_file_urlObject

Returns the value of attribute src_file_url.



219
220
221
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 219

def src_file_url
  @src_file_url
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



227
228
229
230
231
232
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 227

def from_xml(xml_element)
  super
  self.src_file_url = xml_element.elements['srcFileUrl'].text
  self.dest_file_local_path = xml_element.elements['destFileLocalPath'].text
  self. = xml_element.elements['metadataId'].text
end