Class: Kanrisuru::Core::Dmi::MemoryError64Bit

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

Overview

Type 33: 64-bit Memory Error

Instance Attribute Summary collapse

Instance Attribute Details

#device_addressObject

Returns the value of attribute device_address

Returns:

  • (Object)

    the current value of device_address



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def device_address
  @device_address
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def dmi_type
  @dmi_type
end

#granularityObject

Returns the value of attribute granularity

Returns:

  • (Object)

    the current value of granularity



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def granularity
  @granularity
end

#memory_array_addressObject

Returns the value of attribute memory_array_address

Returns:

  • (Object)

    the current value of memory_array_address



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def memory_array_address
  @memory_array_address
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def operation
  @operation
end

#resolutionObject

Returns the value of attribute resolution

Returns:

  • (Object)

    the current value of resolution



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def resolution
  @resolution
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def type
  @type
end

#vendor_syndromeObject

Returns the value of attribute vendor_syndrome

Returns:

  • (Object)

    the current value of vendor_syndrome



265
266
267
# File 'lib/kanrisuru/core/dmi/types.rb', line 265

def vendor_syndrome
  @vendor_syndrome
end