Class: NRB::BreweryControlSystem::TemperatureProbe

Inherits:
Struct
  • Object
show all
Defined in:
lib/brewery_control_system/temperature_probe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coefficientsObject

Returns the value of attribute coefficients

Returns:

  • (Object)

    the current value of coefficients



2
3
4
# File 'lib/brewery_control_system/temperature_probe.rb', line 2

def coefficients
  @coefficients
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



2
3
4
# File 'lib/brewery_control_system/temperature_probe.rb', line 2

def enabled
  @enabled
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/brewery_control_system/temperature_probe.rb', line 2

def name
  @name
end

#resistanceObject

Returns the value of attribute resistance

Returns:

  • (Object)

    the current value of resistance



2
3
4
# File 'lib/brewery_control_system/temperature_probe.rb', line 2

def resistance
  @resistance
end

#setpointObject

Returns the value of attribute setpoint

Returns:

  • (Object)

    the current value of setpoint



2
3
4
# File 'lib/brewery_control_system/temperature_probe.rb', line 2

def setpoint
  @setpoint
end

#tempObject

Returns the value of attribute temp

Returns:

  • (Object)

    the current value of temp



2
3
4
# File 'lib/brewery_control_system/temperature_probe.rb', line 2

def temp
  @temp
end