Class: KalturaApi::KalturaServerFileResource

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

Overview

Used to ingest media file that is already accessible on the shared disc.

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#local_file_pathObject

Full path to the local file



8716
8717
8718
# File 'lib/kaltura_client.rb', line 8716

def local_file_path
  @local_file_path
end