Class: Kaltura::KalturaServerFileResource
- Inherits:
-
KalturaDataCenterContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- KalturaDataCenterContentResource
- Kaltura::KalturaServerFileResource
- Defined in:
- lib/kaltura_types.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
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#local_file_path ⇒ Object
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 |