Class: OpenTrons::AirGap

Inherits:
VolumeCommand show all
Defined in:
lib/opentrons/commands.rb

Instance Attribute Summary

Attributes inherited from VolumeCommand

#volume

Attributes inherited from PipetteCommand

#location, #pipette

Attributes inherited from Command

#command, #params

Instance Method Summary collapse

Methods inherited from Command

#inspect, #to_hash, #to_s

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