Class: Kaltura::KalturaThumbAsset

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

Instance Attribute Summary collapse

Attributes inherited from KalturaAsset

#actual_source_asset_params_ids, #created_at, #deleted_at, #description, #entry_id, #file_ext, #id, #partner_data, #partner_description, #partner_id, #size, #tags, #updated_at, #version

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#heightObject

The height of the Flavor Asset



5644
5645
5646
# File 'lib/kaltura_client.rb', line 5644

def height
  @height
end

#statusObject

The status of the asset



5647
5648
5649
# File 'lib/kaltura_client.rb', line 5647

def status
  @status
end

#thumb_params_idObject

The Flavor Params used to create this Flavor Asset



5638
5639
5640
# File 'lib/kaltura_client.rb', line 5638

def thumb_params_id
  @thumb_params_id
end

#widthObject

The width of the Flavor Asset



5641
5642
5643
# File 'lib/kaltura_client.rb', line 5641

def width
  @width
end