Class: Kanrisuru::Core::Dmi::Baseboard

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

Overview

Type 2: Baseboard Information

Instance Attribute Summary collapse

Instance Attribute Details

#asset_tagObject

Returns the value of attribute asset_tag

Returns:

  • (Object)

    the current value of asset_tag



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def asset_tag
  @asset_tag
end

#chassis_handleObject

Returns the value of attribute chassis_handle

Returns:

  • (Object)

    the current value of chassis_handle



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def chassis_handle
  @chassis_handle
end

#contained_object_handlesObject

Returns the value of attribute contained_object_handles

Returns:

  • (Object)

    the current value of contained_object_handles



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def contained_object_handles
  @contained_object_handles
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def dmi_type
  @dmi_type
end

#featuresObject

Returns the value of attribute features

Returns:

  • (Object)

    the current value of features



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def features
  @features
end

#location_in_chassisObject

Returns the value of attribute location_in_chassis

Returns:

  • (Object)

    the current value of location_in_chassis



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def location_in_chassis
  @location_in_chassis
end

#manufacturerObject

Returns the value of attribute manufacturer

Returns:

  • (Object)

    the current value of manufacturer



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def manufacturer
  @manufacturer
end

#product_nameObject

Returns the value of attribute product_name

Returns:

  • (Object)

    the current value of product_name



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def product_name
  @product_name
end

#serial_numberObject

Returns the value of attribute serial_number

Returns:

  • (Object)

    the current value of serial_number



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def serial_number
  @serial_number
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def type
  @type
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



21
22
23
# File 'lib/kanrisuru/core/dmi/types.rb', line 21

def version
  @version
end