Class: Kaltura::KalturaConversionAttribute

Inherits:
KalturaObjectBase 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

#flavor_params_idObject

The id of the flavor params, set to null for source flavor



3334
3335
3336
# File 'lib/kaltura_client.rb', line 3334

def flavor_params_id
  @flavor_params_id
end

#nameObject

Attribute name



3337
3338
3339
# File 'lib/kaltura_client.rb', line 3337

def name
  @name
end

#valueObject

Attribute value



3340
3341
3342
# File 'lib/kaltura_client.rb', line 3340

def value
  @value
end