Class: Blufin::ImageContainer

Inherits:
Object
  • Object
show all
Defined in:
lib/core/image.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height.


7
8
9
# File 'lib/core/image.rb', line 7

def height
  @height
end

#ratioObject

Returns the value of attribute ratio.


7
8
9
# File 'lib/core/image.rb', line 7

def ratio
  @ratio
end

#sizeObject

Returns the value of attribute size.


7
8
9
# File 'lib/core/image.rb', line 7

def size
  @size
end

#size_humanObject

Returns the value of attribute size_human.


7
8
9
# File 'lib/core/image.rb', line 7

def size_human
  @size_human
end

#typeObject

Returns the value of attribute type.


7
8
9
# File 'lib/core/image.rb', line 7

def type
  @type
end

#widthObject

Returns the value of attribute width.


7
8
9
# File 'lib/core/image.rb', line 7

def width
  @width
end