Class: Kaltura::KalturaDistributionThumbDimensions
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaDistributionThumbDimensions
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#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.
275 276 277 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 275 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
274 275 276 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 274 def width @width end |