Class: Kaltura::KalturaFileSyncImportJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_plugins/kaltura_multi_centers_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_pathObject

Returns the value of attribute dest_file_path.



36
37
38
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 36

def dest_file_path
  @dest_file_path
end

#file_sizeObject

Returns the value of attribute file_size.



37
38
39
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 37

def file_size
  @file_size
end

#filesync_idObject

Returns the value of attribute filesync_id.



34
35
36
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 34

def filesync_id
  @filesync_id
end

#source_urlObject

Returns the value of attribute source_url.



33
34
35
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 33

def source_url
  @source_url
end

#tmp_file_pathObject

Returns the value of attribute tmp_file_path.



35
36
37
# File 'lib/kaltura_plugins/kaltura_multi_centers_client_plugin.rb', line 35

def tmp_file_path
  @tmp_file_path
end