Class: Kaltura::KalturaUploadedFileTokenResource
- Inherits:
-
KalturaDataCenterContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- KalturaDataCenterContentResource
- Kaltura::KalturaUploadedFileTokenResource
- Defined in:
- lib/kaltura_client.rb
Overview
Used to ingest media that uploaded to the system and represented by token that returned from upload.upload action or uploadToken.add action.
Instance Attribute Summary collapse
-
#token ⇒ Object
Token that returned from upload.upload action or uploadToken.add action.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#token ⇒ Object
Token that returned from upload.upload action or uploadToken.add action.
8776 8777 8778 |
# File 'lib/kaltura_client.rb', line 8776 def token @token end |