Class: Kanrisuru::Core::Dmi::ElectricalCurrentProbe

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

Overview

Type 29: Electrical Current Probe

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyObject

Returns the value of attribute accuracy

Returns:

  • (Object)

    the current value of accuracy



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def accuracy
  @accuracy
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def description
  @description
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def dmi_type
  @dmi_type
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def location
  @location
end

#maximum_valueObject

Returns the value of attribute maximum_value

Returns:

  • (Object)

    the current value of maximum_value



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def maximum_value
  @maximum_value
end

#minimum_valueObject

Returns the value of attribute minimum_value

Returns:

  • (Object)

    the current value of minimum_value



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def minimum_value
  @minimum_value
end

#nominal_valueObject

Returns the value of attribute nominal_value

Returns:

  • (Object)

    the current value of nominal_value



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

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



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def oem_specific_information
  @oem_specific_information
end

#resolutionObject

Returns the value of attribute resolution

Returns:

  • (Object)

    the current value of resolution



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def resolution
  @resolution
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def status
  @status
end

#toleranceObject

Returns the value of attribute tolerance

Returns:

  • (Object)

    the current value of tolerance



235
236
237
# File 'lib/kanrisuru/core/dmi/types.rb', line 235

def tolerance
  @tolerance
end