Class: SAAL::Envoy::ACQualityUnderlying
- Inherits:
-
SensorUnderlying
- Object
- SensorUnderlying
- SAAL::Envoy::ACQualityUnderlying
- Defined in:
- lib/envoy.rb
Instance Method Summary collapse
-
#initialize(key, production) ⇒ ACQualityUnderlying
constructor
A new instance of ACQualityUnderlying.
- #read(uncached = false) ⇒ Object
Methods inherited from SensorUnderlying
#sensor_type, writeable!, #writeable?
Constructor Details
#initialize(key, production) ⇒ ACQualityUnderlying
Returns a new instance of ACQualityUnderlying.
132 133 134 135 |
# File 'lib/envoy.rb', line 132 def initialize(key, production) @key = key @production = production end |
Instance Method Details
#read(uncached = false) ⇒ Object
137 138 139 |
# File 'lib/envoy.rb', line 137 def read(uncached = false) @production.read_val(@key) end |