Class: KalturaApi::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

Method Summary

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.



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_idObject

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_urlObject

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