Class: Kanrisuru::Core::Dmi::OnboardDevicesExtendedInformation

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

Overview

Type 41: On Board Devices Extended Information

Instance Attribute Summary collapse

Instance Attribute Details

#bus_addressObject

Returns the value of attribute bus_address

Returns:

  • (Object)

    the current value of bus_address



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def bus_address
  @bus_address
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def dmi_type
  @dmi_type
end

#reference_designationObject

Returns the value of attribute reference_designation

Returns:

  • (Object)

    the current value of reference_designation



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def reference_designation
  @reference_designation
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def type
  @type
end

#type_instanceObject

Returns the value of attribute type_instance

Returns:

  • (Object)

    the current value of type_instance



335
336
337
# File 'lib/kanrisuru/core/dmi/types.rb', line 335

def type_instance
  @type_instance
end