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