Class: Radiosonde::Wrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/radiosonde/wrapper.rb

Defined Under Namespace

Classes: Alarm, AlarmCollection, CloudWatch

Class Method Summary collapse

Class Method Details

.wrap(cw, opts = {}) ⇒ Object



3
4
5
# File 'lib/radiosonde/wrapper.rb', line 3

def wrap(cw, opts = {})
  Radiosonde::Wrapper::CloudWatch.new(cw, opts)
end