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.
312 313 314 |
# File 'lib/kaltura/kaltura_client.rb', line 312 def height @height end |
#left ⇒ Object
Returns the value of attribute left.
309 310 311 |
# File 'lib/kaltura/kaltura_client.rb', line 309 def left @left end |
#top ⇒ Object
Returns the value of attribute top.
310 311 312 |
# File 'lib/kaltura/kaltura_client.rb', line 310 def top @top end |
#width ⇒ Object
Returns the value of attribute width.
311 312 313 |
# File 'lib/kaltura/kaltura_client.rb', line 311 def width @width end |