Method: OpenTrons::Commands#to_list
- Defined in:
- lib/opentrons/commands.rb
#to_list ⇒ Object
return a pure list of hashes
11 12 13 |
# File 'lib/opentrons/commands.rb', line 11 def to_list return command_list.map {|command| command.to_hash} end |