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