Class: OpenTrons::AirGap
- Inherits:
-
VolumeCommand
- Object
- Command
- PipetteCommand
- VolumeCommand
- OpenTrons::AirGap
- 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) ⇒ AirGap
constructor
A new instance of AirGap.
Methods inherited from Command
Constructor Details
#initialize(pipette, volume, location) ⇒ AirGap
Returns a new instance of AirGap.
99 100 101 |
# File 'lib/opentrons/commands.rb', line 99 def initialize(pipette, volume, location) super("air-gap", pipette, volume, location) end |