Class: OpenTrons::Dispense
- Inherits:
-
VolumeCommand
- Object
- Command
- PipetteCommand
- VolumeCommand
- OpenTrons::Dispense
- Defined in:
- lib/opentrons/commands.rb
Instance Attribute Summary
Attributes inherited from VolumeCommand
Attributes inherited from PipetteCommand
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(pipette, volume, location) ⇒ Dispense
constructor
A new instance of Dispense.
Methods inherited from Command
Constructor Details
#initialize(pipette, volume, location) ⇒ Dispense
93 94 95 |
# File 'lib/opentrons/commands.rb', line 93 def initialize(pipette, volume, location) super("dispense", pipette, volume, location) end |