Class: NRB::BreweryControlSystem::TemperatureProbe
- Inherits:
-
Struct
- Object
- Struct
- NRB::BreweryControlSystem::TemperatureProbe
- Defined in:
- lib/brewery_control_system/temperature_probe.rb
Instance Attribute Summary collapse
-
#coefficients ⇒ Object
Returns the value of attribute coefficients.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#name ⇒ Object
Returns the value of attribute name.
-
#resistance ⇒ Object
Returns the value of attribute resistance.
-
#setpoint ⇒ Object
Returns the value of attribute setpoint.
-
#temp ⇒ Object
Returns the value of attribute temp.
Instance Attribute Details
#coefficients ⇒ Object
Returns the value of attribute coefficients
2 3 4 |
# File 'lib/brewery_control_system/temperature_probe.rb', line 2 def coefficients @coefficients end |
#enabled ⇒ Object
Returns the value of attribute enabled
2 3 4 |
# File 'lib/brewery_control_system/temperature_probe.rb', line 2 def enabled @enabled end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/brewery_control_system/temperature_probe.rb', line 2 def name @name end |
#resistance ⇒ Object
Returns the value of attribute resistance
2 3 4 |
# File 'lib/brewery_control_system/temperature_probe.rb', line 2 def resistance @resistance end |
#setpoint ⇒ Object
Returns the value of attribute setpoint
2 3 4 |
# File 'lib/brewery_control_system/temperature_probe.rb', line 2 def setpoint @setpoint end |
#temp ⇒ Object
Returns the value of attribute temp
2 3 4 |
# File 'lib/brewery_control_system/temperature_probe.rb', line 2 def temp @temp end |