Class: Kaltura::KalturaDistributionThumbDimensions

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_content_distribution_client_plugin.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

#heightObject

Returns the value of attribute height.



275
276
277
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 275

def height
  @height
end

#widthObject

Returns the value of attribute width.



274
275
276
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 274

def width
  @width
end