Class: Kanrisuru::Core::Dmi::OnBoardDevice

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

Overview

Type 10: On Board Device Information

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



89
90
91
# File 'lib/kanrisuru/core/dmi/types.rb', line 89

def description
  @description
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



89
90
91
# File 'lib/kanrisuru/core/dmi/types.rb', line 89

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



89
90
91
# File 'lib/kanrisuru/core/dmi/types.rb', line 89

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



89
90
91
# File 'lib/kanrisuru/core/dmi/types.rb', line 89

def dmi_type
  @dmi_type
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



89
90
91
# File 'lib/kanrisuru/core/dmi/types.rb', line 89

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



89
90
91
# File 'lib/kanrisuru/core/dmi/types.rb', line 89

def type
  @type
end