Class: Kaltura::CropDimensions

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#heightObject

Returns the value of attribute height.



312
313
314
# File 'lib/kaltura/kaltura_client.rb', line 312

def height
  @height
end

#leftObject

Returns the value of attribute left.



309
310
311
# File 'lib/kaltura/kaltura_client.rb', line 309

def left
  @left
end

#topObject

Returns the value of attribute top.



310
311
312
# File 'lib/kaltura/kaltura_client.rb', line 310

def top
  @top
end

#widthObject

Returns the value of attribute width.



311
312
313
# File 'lib/kaltura/kaltura_client.rb', line 311

def width
  @width
end