class Cuprum::Collections::Basic::Commands::BuildOne
Command
for generating a collection entity from an attributes hash.
Private Instance Methods
process(attributes:)
click to toggle source
# File lib/cuprum/collections/basic/commands/build_one.rb, line 41 def process(attributes:) tools.hsh.convert_keys_to_strings(attributes) end