Class: OpenTrons::Delay

Inherits:
Command show all
Defined in:
lib/opentrons/commands.rb

Instance Attribute Summary

Attributes inherited from Command

#command, #params

Instance Method Summary collapse

Methods inherited from Command

#inspect, #to_hash, #to_s

Constructor Details

#initialize(wait, message) ⇒ Delay



81
82
83
# File 'lib/opentrons/commands.rb', line 81

def initialize(wait, message)
  super("delay", {"wait" => wait, "message" => message})
end