Sha256: cb003ed40a1455622920e27004477ff95dd3dfcedf92ca40a37a9a4f9a82726e
Contents?: true
Size: 388 Bytes
Versions: 17
Compression:
Stored size: 388 Bytes
Contents
module Kaltura module Service class XInternalService < BaseService def x_add_bulk_download(entry_ids, flavor_params_id='') kparams = {} client.add_param(kparams, 'entryIds', entry_ids) client.add_param(kparams, 'flavorParamsId', flavor_params_id) perform_request('xInternal','xAddBulkDownload',kparams,false) end end #class XInternalService end end
Version data entries
17 entries across 17 versions & 2 rubygems