Class: Kanrisuru::Core::Dmi::ManagementDevice

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

Overview

Type 34: Management Device

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def address
  @address
end

#address_typeObject

Returns the value of attribute address_type

Returns:

  • (Object)

    the current value of address_type



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def address_type
  @address_type
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def description
  @description
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def dmi_type
  @dmi_type
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



272
273
274
# File 'lib/kanrisuru/core/dmi/types.rb', line 272

def type
  @type
end