Class: OpenTrons::VolumeCommand
- Inherits:
-
PipetteCommand
- Object
- Command
- PipetteCommand
- OpenTrons::VolumeCommand
- Defined in:
- lib/opentrons/commands.rb
Instance Attribute Summary collapse
-
#volume ⇒ Object
Returns the value of attribute volume.
Attributes inherited from PipetteCommand
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(command, pipette, volume, location) ⇒ VolumeCommand
constructor
A new instance of VolumeCommand.
Methods inherited from Command
Constructor Details
#initialize(command, pipette, volume, location) ⇒ VolumeCommand
Returns a new instance of VolumeCommand.
74 75 76 77 |
# File 'lib/opentrons/commands.rb', line 74 def initialize(command, pipette, volume, location) super(command, pipette, location) params["volume"] = volume end |
Instance Attribute Details
#volume ⇒ Object
Returns the value of attribute volume.
72 73 74 |
# File 'lib/opentrons/commands.rb', line 72 def volume @volume end |