Class: Kaltura::KalturaImportMetadataJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaImportMetadataJobData
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#dest_file_local_path ⇒ Object
Returns the value of attribute dest_file_local_path.
-
#metadata_id ⇒ Object
Returns the value of attribute metadata_id.
-
#src_file_url ⇒ Object
Returns the value of attribute src_file_url.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_file_local_path ⇒ Object
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_id ⇒ Object
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_url ⇒ Object
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 |