Sha256: b6603da9d98751965aa1959c7117fd5ff38247392115e2a7e9037ee1ab2e13df
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
require 'meac_control/command/generic' module MEACControl module Command class Drive < Generic def initialize @command = 'Drive' end def on @value = 'ON' end def off @value = 'OFF' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meac_control-1.0.0 | lib/meac_control/command/drive.rb |