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.



316
317
318
# File 'lib/kaltura/kaltura_client.rb', line 316

def height
  @height
end

#leftObject

Returns the value of attribute left.



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

def left
  @left
end

#topObject

Returns the value of attribute top.



314
315
316
# File 'lib/kaltura/kaltura_client.rb', line 314

def top
  @top
end

#widthObject

Returns the value of attribute width.



315
316
317
# File 'lib/kaltura/kaltura_client.rb', line 315

def width
  @width
end