Class: Infold::ActiveStorage::ActiveStorageThumb
- Inherits:
-
Object
- Object
- Infold::ActiveStorage::ActiveStorageThumb
- Includes:
- ActiveModel::Model
- Defined in:
- lib/infold/property/active_storage.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
33 34 35 |
# File 'lib/infold/property/active_storage.rb', line 33 def height @height end |
#kind ⇒ Object
Returns the value of attribute kind.
33 34 35 |
# File 'lib/infold/property/active_storage.rb', line 33 def kind @kind end |
#width ⇒ Object
Returns the value of attribute width.
33 34 35 |
# File 'lib/infold/property/active_storage.rb', line 33 def width @width end |