Class: SafeImage::Ico::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/safe_image/ico.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bppObject (readonly)

Returns the value of attribute bpp

Returns:

  • (Object)

    the current value of bpp



27
28
29
# File 'lib/safe_image/ico.rb', line 27

def bpp
  @bpp
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



27
28
29
# File 'lib/safe_image/ico.rb', line 27

def height
  @height
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



27
28
29
# File 'lib/safe_image/ico.rb', line 27

def offset
  @offset
end

#pngObject (readonly)

Returns the value of attribute png

Returns:

  • (Object)

    the current value of png



27
28
29
# File 'lib/safe_image/ico.rb', line 27

def png
  @png
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



27
28
29
# File 'lib/safe_image/ico.rb', line 27

def size
  @size
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



27
28
29
# File 'lib/safe_image/ico.rb', line 27

def width
  @width
end