Class: Kaltura::KalturaCropDimensions
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCropDimensions
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
1443 1444 1445 |
# File 'lib/kaltura_client.rb', line 1443 def height @height end |
#left ⇒ Object
Returns the value of attribute left.
1440 1441 1442 |
# File 'lib/kaltura_client.rb', line 1440 def left @left end |
#top ⇒ Object
Returns the value of attribute top.
1441 1442 1443 |
# File 'lib/kaltura_client.rb', line 1441 def top @top end |
#width ⇒ Object
Returns the value of attribute width.
1442 1443 1444 |
# File 'lib/kaltura_client.rb', line 1442 def width @width end |