Class: KalturaApi::KalturaUploadedFileTokenResource

Inherits:
KalturaDataCenterContentResource show all
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

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#tokenObject

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