Class: Kaltura::KalturaAssetParamsResourceContainer

Inherits:
KalturaResource show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#asset_params_idObject

The asset params to associate with the reaource



2623
2624
2625
# File 'lib/kaltura_client.rb', line 2623

def asset_params_id
  @asset_params_id
end

#resourceObject

The content resource to associate with asset params



2620
2621
2622
# File 'lib/kaltura_client.rb', line 2620

def resource
  @resource
end