Returns a new instance of Invoice.
33 34 35 36
# File 'lib/zold/commands/invoice.rb', line 33 def initialize(wallets:, log: Log::Quiet.new) @wallets = wallets @log = log end