Class: KalturaApi::KalturaCropDimensions

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

#heightObject

Crop height



3359
3360
3361
# File 'lib/kaltura_client.rb', line 3359

def height
  @height
end

#leftObject

Crop left point



3350
3351
3352
# File 'lib/kaltura_client.rb', line 3350

def left
  @left
end

#topObject

Crop top point



3353
3354
3355
# File 'lib/kaltura_client.rb', line 3353

def top
  @top
end

#widthObject

Crop width



3356
3357
3358
# File 'lib/kaltura_client.rb', line 3356

def width
  @width
end