Class: Kaltura::KalturaSshImportJobData
- Inherits:
-
KalturaImportJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaImportJobData
- Kaltura::KalturaSshImportJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#pass_phrase ⇒ Object
Returns the value of attribute pass_phrase.
-
#private_key ⇒ Object
Returns the value of attribute private_key.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
Attributes inherited from KalturaImportJobData
#dest_file_local_path, #file_size, #flavor_asset_id, #src_file_url
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#pass_phrase ⇒ Object
Returns the value of attribute pass_phrase.
8545 8546 8547 |
# File 'lib/kaltura_client.rb', line 8545 def pass_phrase @pass_phrase end |
#private_key ⇒ Object
Returns the value of attribute private_key.
8543 8544 8545 |
# File 'lib/kaltura_client.rb', line 8543 def private_key @private_key end |
#public_key ⇒ Object
Returns the value of attribute public_key.
8544 8545 8546 |
# File 'lib/kaltura_client.rb', line 8544 def public_key @public_key end |