Class: Kaltura::KalturaImportJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaSshImportJobData

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.



7510
7511
7512
# File 'lib/kaltura_client.rb', line 7510

def dest_file_local_path
  @dest_file_local_path
end

#file_sizeObject

Returns the value of attribute file_size.



7512
7513
7514
# File 'lib/kaltura_client.rb', line 7512

def file_size
  @file_size
end

#flavor_asset_idObject

Returns the value of attribute flavor_asset_id.



7511
7512
7513
# File 'lib/kaltura_client.rb', line 7511

def flavor_asset_id
  @flavor_asset_id
end

#src_file_urlObject

Returns the value of attribute src_file_url.



7509
7510
7511
# File 'lib/kaltura_client.rb', line 7509

def src_file_url
  @src_file_url
end