Method: Zold::Fetch#initialize

Defined in:
lib/zold/commands/fetch.rb

#initialize(wallets:, remotes:, copies:, log: Log::NULL) ⇒ Fetch

Returns a new instance of Fetch.



65
66
67
68
69
70
# File 'lib/zold/commands/fetch.rb', line 65

def initialize(wallets:, remotes:, copies:, log: Log::NULL)
  @wallets = wallets
  @remotes = remotes
  @copies = copies
  @log = log
end