Class: Locomotive::ImageResizeForm
- Inherits:
-
Object
- Object
- Locomotive::ImageResizeForm
- Includes:
- ActiveModel::Model
- Defined in:
- app/helpers/locomotive/content_assets_helper.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
37 38 39 |
# File 'app/helpers/locomotive/content_assets_helper.rb', line 37 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
37 38 39 |
# File 'app/helpers/locomotive/content_assets_helper.rb', line 37 def width @width end |