Class: Exerb::Win32::IconFile::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/exerb/win32/icon_file.rb

Overview

#

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEntry

Returns a new instance of Entry.



64
65
66
67
68
69
# File 'lib/exerb/win32/icon_file.rb', line 64

def initialize
  @width     = nil
  @height    = nil
  @bit_count = nil
  @value     = nil
end

Instance Attribute Details

#bit_countObject

Returns the value of attribute bit_count.



71
72
73
# File 'lib/exerb/win32/icon_file.rb', line 71

def bit_count
  @bit_count
end

#heightObject

Returns the value of attribute height.



71
72
73
# File 'lib/exerb/win32/icon_file.rb', line 71

def height
  @height
end

#valueObject

Returns the value of attribute value.



71
72
73
# File 'lib/exerb/win32/icon_file.rb', line 71

def value
  @value
end

#widthObject

Returns the value of attribute width.



71
72
73
# File 'lib/exerb/win32/icon_file.rb', line 71

def width
  @width
end