Method: Zold::Invoice#initialize
- Defined in:
- lib/zold/commands/invoice.rb
#initialize(wallets:, remotes:, copies:, log: Log::NULL) ⇒ Invoice
Returns a new instance of Invoice.
39 40 41 42 43 44 |
# File 'lib/zold/commands/invoice.rb', line 39 def initialize(wallets:, remotes:, copies:, log: Log::NULL) @wallets = wallets @remotes = remotes @copies = copies @log = log end |