Class: Kanrisuru::Core::Dmi::MemoryError32Bit

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 18: 32-bit Memory Error Information

Instance Attribute Summary collapse

Instance Attribute Details

#device_addressObject

Returns the value of attribute device_address

Returns:

  • (Object)

    the current value of device_address



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def device_address
  @device_address
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def dmi_type
  @dmi_type
end

#granularityObject

Returns the value of attribute granularity

Returns:

  • (Object)

    the current value of granularity



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def granularity
  @granularity
end

#memory_array_addressObject

Returns the value of attribute memory_array_address

Returns:

  • (Object)

    the current value of memory_array_address



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def memory_array_address
  @memory_array_address
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def operation
  @operation
end

#resolutionObject

Returns the value of attribute resolution

Returns:

  • (Object)

    the current value of resolution



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def resolution
  @resolution
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def type
  @type
end

#vendor_syndromeObject

Returns the value of attribute vendor_syndrome

Returns:

  • (Object)

    the current value of vendor_syndrome



150
151
152
# File 'lib/kanrisuru/core/dmi/types.rb', line 150

def vendor_syndrome
  @vendor_syndrome
end