Class: OpenTrons::Aspirate

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

Returns a new instance of Aspirate.



87
88
89
# File 'lib/opentrons/commands.rb', line 87

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