Class: Kaltura::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



10395
10396
10397
# File 'lib/kaltura_client.rb', line 10395

def local_file_path
  @local_file_path
end