class OpenTrons::Delay

Public Class Methods

new(wait, message) click to toggle source
Calls superclass method OpenTrons::Command::new
# File lib/opentrons/commands.rb, line 81
def initialize(wait, message)
        super("delay", {"wait" => wait, "message" => message})
end