Module: Brewby::Inputs
- Defined in:
- lib/brewby/inputs.rb,
lib/brewby/inputs/test.rb,
lib/brewby/inputs/ds18b20.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.adapter_class(adapter) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/brewby/inputs.rb', line 6 def self.adapter_class adapter case adapter when :test Brewby::Inputs::Test else Brewby::Inputs::DS18B20 end end |