Sha256: 024f15ef4b75a6fc54c0ff0ab2eedcfac27dc02c48483922f45a7e245db3dce9
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Seam module Clients class NoiseSensors < BaseClient def noise_thresholds @noise_thresholds ||= Seam::Clients::NoiseSensorsNoiseThresholds.new(self) end def simulate @simulate ||= Seam::Clients::NoiseSensorsSimulate.new(self) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seam-2.0.0a2 | lib/seam/clients/noise_sensors.rb |
seam-2.0.0.prerelease.1 | lib/seam/clients/noise_sensors.rb |