Class: OpenTrons::BlowOut
- Inherits:
-
PipetteCommand
- Object
- Command
- PipetteCommand
- OpenTrons::BlowOut
- Defined in:
- lib/opentrons/commands.rb
Instance Attribute Summary
Attributes inherited from PipetteCommand
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(pipette, location) ⇒ BlowOut
constructor
A new instance of BlowOut.
Methods inherited from Command
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 |