Class: Kanrisuru::Core::Dmi::System

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

Overview

Type 1: Sytem Information

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def dmi_type
  @dmi_type
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def family
  @family
end

#manufacturerObject

Returns the value of attribute manufacturer

Returns:

  • (Object)

    the current value of manufacturer



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def manufacturer
  @manufacturer
end

#product_nameObject

Returns the value of attribute product_name

Returns:

  • (Object)

    the current value of product_name



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def product_name
  @product_name
end

#serial_numberObject

Returns the value of attribute serial_number

Returns:

  • (Object)

    the current value of serial_number



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def serial_number
  @serial_number
end

#sku_numberObject

Returns the value of attribute sku_number

Returns:

  • (Object)

    the current value of sku_number



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def sku_number
  @sku_number
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def uuid
  @uuid
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def version
  @version
end

#wake_up_typeObject

Returns the value of attribute wake_up_type

Returns:

  • (Object)

    the current value of wake_up_type



14
15
16
# File 'lib/kanrisuru/core/dmi/types.rb', line 14

def wake_up_type
  @wake_up_type
end