Class: Kaltura::CropDimensions
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::CropDimensions
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#left ⇒ Object
Returns the value of attribute left.
-
#top ⇒ Object
Returns the value of attribute top.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
316 317 318 |
# File 'lib/kaltura/kaltura_client.rb', line 316 def height @height end |
#left ⇒ Object
Returns the value of attribute left.
313 314 315 |
# File 'lib/kaltura/kaltura_client.rb', line 313 def left @left end |
#top ⇒ Object
Returns the value of attribute top.
314 315 316 |
# File 'lib/kaltura/kaltura_client.rb', line 314 def top @top end |
#width ⇒ Object
Returns the value of attribute width.
315 316 317 |
# File 'lib/kaltura/kaltura_client.rb', line 315 def width @width end |