GenericSyncer
public class GenericSyncer
Base class with helpers for specific syncers
Not for initialization, just as base class
-
Creates a new Syncer
Declaration
Swift
public required init(sheetURL: String, ledgerURL: URL)
Parameters
sheetURL
HTTP URL of the Google sheet
ledgerURL
File URL of the ledger file
-
Creates a new Syncer
Declaration
Swift
public required init(sheetURL: String, ledger: Ledger)
Parameters
sheetURL
HTTP URL of the Google sheet
ledger
Ledger