Class: Kaltura::KalturaServerFileResource
- Inherits:
-
KalturaDataCenterContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- KalturaDataCenterContentResource
- Kaltura::KalturaServerFileResource
- Defined in:
- lib/kaltura_client.rb
Overview
Used to ingest media file that is already accessible on the shared disc.
Instance Attribute Summary collapse
-
#local_file_path ⇒ Object
Full path to the local file.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#local_file_path ⇒ Object
Full path to the local file
8716 8717 8718 |
# File 'lib/kaltura_client.rb', line 8716 def local_file_path @local_file_path end |