Class: OpenTrons::BlowOut

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

Instance Attribute Summary

Attributes inherited from PipetteCommand

#location, #pipette

Attributes inherited from Command

#command, #params

Instance Method Summary collapse

Methods inherited from Command

#inspect, #to_hash, #to_s

Constructor Details

#initialize(pipette, location) ⇒ BlowOut



123
124
125
# File 'lib/opentrons/commands.rb', line 123

def initialize(pipette, location)
	super("blowout", pipette, location)
end