Class: Kaltura::KalturaUrlResource

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

Overview

Used to ingest media that is available on remote server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready.

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#urlObject

Remote URL, FTP, HTTP or HTTPS



5208
5209
5210
# File 'lib/kaltura_client.rb', line 5208

def url
  @url
end