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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_file_local_path ⇒ Object
Returns the value of attribute dest_file_local_path.
196 197 198 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 196 def dest_file_local_path @dest_file_local_path end |
#metadata_id ⇒ Object
Returns the value of attribute metadata_id.
197 198 199 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 197 def @metadata_id end |
#src_file_url ⇒ Object
Returns the value of attribute src_file_url.
195 196 197 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 195 def src_file_url @src_file_url end |