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.
38 39 40 41 42 43 |
# File 'lib/zold/commands/invoice.rb', line 38 def initialize(wallets:, remotes:, copies:, log: Log::NULL) @wallets = wallets @remotes = remotes @copies = copies @log = log end |