Class: Kanrisuru::Core::Dmi::SystemConfigurationOptions

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

Overview

Type 12: System Configuration Options

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



101
102
103
# File 'lib/kanrisuru/core/dmi/types.rb', line 101

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



101
102
103
# File 'lib/kanrisuru/core/dmi/types.rb', line 101

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



101
102
103
# File 'lib/kanrisuru/core/dmi/types.rb', line 101

def dmi_type
  @dmi_type
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



101
102
103
# File 'lib/kanrisuru/core/dmi/types.rb', line 101

def options
  @options
end