Class: Kaltura::KalturaServerFileResource

Inherits:
KalturaDataCenterContentResource show all
Defined in:
lib/kaltura_types.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, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#local_file_pathObject

Full path to the local file



13029
13030
13031
# File 'lib/kaltura_types.rb', line 13029

def local_file_path
  @local_file_path
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



13032
13033
13034
13035
# File 'lib/kaltura_types.rb', line 13032

def from_xml(xml_element)
  super
  self.local_file_path = xml_element.elements['localFilePath'].text
end