Class: Kanrisuru::Core::Dmi::MemoryModule

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

Overview

Type 6: Memory Module Information

Instance Attribute Summary collapse

Instance Attribute Details

#bank_connectionsObject

Returns the value of attribute bank_connections

Returns:

  • (Object)

    the current value of bank_connections



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def bank_connections
  @bank_connections
end

#current_speedObject

Returns the value of attribute current_speed

Returns:

  • (Object)

    the current value of current_speed



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def current_speed
  @current_speed
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def dmi_type
  @dmi_type
end

#enabled_sizeObject

Returns the value of attribute enabled_size

Returns:

  • (Object)

    the current value of enabled_size



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def enabled_size
  @enabled_size
end

#error_statusObject

Returns the value of attribute error_status

Returns:

  • (Object)

    the current value of error_status



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def error_status
  @error_status
end

#installed_sizeObject

Returns the value of attribute installed_size

Returns:

  • (Object)

    the current value of installed_size



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def installed_size
  @installed_size
end

#socket_designationObject

Returns the value of attribute socket_designation

Returns:

  • (Object)

    the current value of socket_designation



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def socket_designation
  @socket_designation
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



56
57
58
# File 'lib/kanrisuru/core/dmi/types.rb', line 56

def type
  @type
end