class OpenTrons::VolumeCommand
Attributes
volume[RW]
Public Class Methods
new(command, pipette, volume, location)
click to toggle source
Calls superclass method
OpenTrons::PipetteCommand::new
# File lib/opentrons/commands.rb, line 74 def initialize(command, pipette, volume, location) super(command, pipette, location) params["volume"] = volume end