Class: Kaltura::KalturaRemoteStorageResources
- Inherits:
-
KalturaContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- Kaltura::KalturaRemoteStorageResources
- Defined in:
- lib/kaltura_client.rb
Overview
Used to ingest media that is available on remote server and accessible using the supplied URL, the media file won’t be downloaded but a file sync object of URL type will point to the media URL.
Instance Attribute Summary collapse
-
#resources ⇒ Object
Array of remote stoage resources.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#resources ⇒ Object
Array of remote stoage resources
8525 8526 8527 |
# File 'lib/kaltura_client.rb', line 8525 def resources @resources end |