Method: Zold::Invoice#initialize
- Defined in:
- lib/zold/commands/invoice.rb
#initialize(wallets:, log: Log::Quiet.new) ⇒ Invoice
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 |