Class: Kaltura::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

Returns the value of attribute height.



1443
1444
1445
# File 'lib/kaltura_client.rb', line 1443

def height
  @height
end

#leftObject

Returns the value of attribute left.



1440
1441
1442
# File 'lib/kaltura_client.rb', line 1440

def left
  @left
end

#topObject

Returns the value of attribute top.



1441
1442
1443
# File 'lib/kaltura_client.rb', line 1441

def top
  @top
end

#widthObject

Returns the value of attribute width.



1442
1443
1444
# File 'lib/kaltura_client.rb', line 1442

def width
  @width
end