Class: Kanrisuru::Core::Dmi::SystemBoot

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

Overview

Type 32: System Boot

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



259
260
261
# File 'lib/kanrisuru/core/dmi/types.rb', line 259

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



259
260
261
# File 'lib/kanrisuru/core/dmi/types.rb', line 259

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



259
260
261
# File 'lib/kanrisuru/core/dmi/types.rb', line 259

def dmi_type
  @dmi_type
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



259
260
261
# File 'lib/kanrisuru/core/dmi/types.rb', line 259

def status
  @status
end