Class: OpenTrons::DropTip
- Inherits:
-
PipetteCommand
- Object
- Command
- PipetteCommand
- OpenTrons::DropTip
- Defined in:
- lib/opentrons/commands.rb
Instance Attribute Summary
Attributes inherited from PipetteCommand
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(pipette, location) ⇒ DropTip
constructor
A new instance of DropTip.
Methods inherited from Command
Constructor Details
#initialize(pipette, location) ⇒ DropTip
Returns a new instance of DropTip.
111 112 113 |
# File 'lib/opentrons/commands.rb', line 111 def initialize(pipette, location) super("drop-tip", pipette, location) end |