Class: Kanrisuru::Core::Dmi::TemperatureProbe

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

Overview

Type 28: Temperature Probe

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyObject

Returns the value of attribute accuracy

Returns:

  • (Object)

    the current value of accuracy



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def accuracy
  @accuracy
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def description
  @description
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def dmi_type
  @dmi_type
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def location
  @location
end

#maximum_valueObject

Returns the value of attribute maximum_value

Returns:

  • (Object)

    the current value of maximum_value



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def maximum_value
  @maximum_value
end

#minimum_valueObject

Returns the value of attribute minimum_value

Returns:

  • (Object)

    the current value of minimum_value



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def minimum_value
  @minimum_value
end

#nominal_valueObject

Returns the value of attribute nominal_value

Returns:

  • (Object)

    the current value of nominal_value



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def nominal_value
  @nominal_value
end

#oem_specific_informationObject

Returns the value of attribute oem_specific_information

Returns:

  • (Object)

    the current value of oem_specific_information



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def oem_specific_information
  @oem_specific_information
end

#resolutionObject

Returns the value of attribute resolution

Returns:

  • (Object)

    the current value of resolution



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def resolution
  @resolution
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def status
  @status
end

#toleranceObject

Returns the value of attribute tolerance

Returns:

  • (Object)

    the current value of tolerance



226
227
228
# File 'lib/kanrisuru/core/dmi/types.rb', line 226

def tolerance
  @tolerance
end