Class: Kaltura::KalturaCaptureThumbJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaCaptureThumbJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#actual_src_file_sync_local_path ⇒ Object
The translated path as used by the scheduler.
-
#src_asset_id ⇒ Object
Returns the value of attribute src_asset_id.
-
#src_asset_type ⇒ Object
Returns the value of attribute src_asset_type.
-
#src_file_sync_local_path ⇒ Object
Returns the value of attribute src_file_sync_local_path.
-
#src_file_sync_remote_url ⇒ Object
Returns the value of attribute src_file_sync_remote_url.
-
#thumb_asset_id ⇒ Object
Returns the value of attribute thumb_asset_id.
-
#thumb_params_output_id ⇒ Object
Returns the value of attribute thumb_params_output_id.
-
#thumb_path ⇒ Object
Returns the value of attribute thumb_path.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actual_src_file_sync_local_path ⇒ Object
The translated path as used by the scheduler
6765 6766 6767 |
# File 'lib/kaltura_client.rb', line 6765 def actual_src_file_sync_local_path @actual_src_file_sync_local_path end |
#src_asset_id ⇒ Object
Returns the value of attribute src_asset_id.
6769 6770 6771 |
# File 'lib/kaltura_client.rb', line 6769 def src_asset_id @src_asset_id end |
#src_asset_type ⇒ Object
Returns the value of attribute src_asset_type.
6770 6771 6772 |
# File 'lib/kaltura_client.rb', line 6770 def src_asset_type @src_asset_type end |
#src_file_sync_local_path ⇒ Object
Returns the value of attribute src_file_sync_local_path.
6762 6763 6764 |
# File 'lib/kaltura_client.rb', line 6762 def src_file_sync_local_path @src_file_sync_local_path end |
#src_file_sync_remote_url ⇒ Object
Returns the value of attribute src_file_sync_remote_url.
6766 6767 6768 |
# File 'lib/kaltura_client.rb', line 6766 def src_file_sync_remote_url @src_file_sync_remote_url end |
#thumb_asset_id ⇒ Object
Returns the value of attribute thumb_asset_id.
6768 6769 6770 |
# File 'lib/kaltura_client.rb', line 6768 def thumb_asset_id @thumb_asset_id end |
#thumb_params_output_id ⇒ Object
Returns the value of attribute thumb_params_output_id.
6767 6768 6769 |
# File 'lib/kaltura_client.rb', line 6767 def thumb_params_output_id @thumb_params_output_id end |
#thumb_path ⇒ Object
Returns the value of attribute thumb_path.
6771 6772 6773 |
# File 'lib/kaltura_client.rb', line 6771 def thumb_path @thumb_path end |