Class: OpenTrons::Dispense

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) ⇒ Dispense



93
94
95
# File 'lib/opentrons/commands.rb', line 93

def initialize(pipette, volume, location)
  super("dispense", pipette, volume, location)
end