Class: Kaltura::KalturaSshImportJobData

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

Direct Known Subclasses

KalturaDropFolderImportJobData

Instance Attribute Summary collapse

Attributes inherited from KalturaImportJobData

#dest_file_local_path, #file_size, #flavor_asset_id, #src_file_url

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#pass_phraseObject

Returns the value of attribute pass_phrase.



8545
8546
8547
# File 'lib/kaltura_client.rb', line 8545

def pass_phrase
  @pass_phrase
end

#private_keyObject

Returns the value of attribute private_key.



8543
8544
8545
# File 'lib/kaltura_client.rb', line 8543

def private_key
  @private_key
end

#public_keyObject

Returns the value of attribute public_key.



8544
8545
8546
# File 'lib/kaltura_client.rb', line 8544

def public_key
  @public_key
end