Method: OpenTrons::Commands#initialize
- Defined in:
- lib/opentrons/commands.rb
#initialize(protocol) ⇒ Commands
Returns a new instance of Commands.
5 6 7 8 |
# File 'lib/opentrons/commands.rb', line 5 def initialize(protocol) @protocol = protocol @command_list = [] end |