Class: KalturaApi::KalturaUrlResource
- Inherits:
-
KalturaContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- KalturaApi::KalturaUrlResource
- 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.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#url ⇒ Object
Remote URL, FTP, HTTP or HTTPS.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#url ⇒ Object
Remote URL, FTP, HTTP or HTTPS
5208 5209 5210 |
# File 'lib/kaltura_client.rb', line 5208 def url @url end |