Class: Infold::ActiveStorage::ActiveStorageThumb

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/infold/property/active_storage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height.



33
34
35
# File 'lib/infold/property/active_storage.rb', line 33

def height
  @height
end

#kindObject

Returns the value of attribute kind.



33
34
35
# File 'lib/infold/property/active_storage.rb', line 33

def kind
  @kind
end

#widthObject

Returns the value of attribute width.



33
34
35
# File 'lib/infold/property/active_storage.rb', line 33

def width
  @width
end