Module: Hws::Instruments
- Defined in:
- lib/hws-instruments.rb,
lib/generators/hws/instruments/install_generator.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Exceptions, Executors, Models Classes: InstallGenerator, Railtie
Class Method Summary collapse
Class Method Details
.create_instrument_config(*args) ⇒ Object
24 25 26 |
# File 'lib/hws-instruments.rb', line 24 def self.create_instrument_config(*args) Models::InstrumentConfig.create_config(*args) end |