Class: Kaltura::KalturaImportJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaImportJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dest_file_local_path ⇒ Object
Returns the value of attribute dest_file_local_path.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
-
#src_file_url ⇒ Object
Returns the value of attribute src_file_url.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_file_local_path ⇒ Object
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_size ⇒ Object
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_id ⇒ Object
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_url ⇒ Object
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 |