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
sheetURLHTTP URL of the Google sheet
ledgerURLFile URL of the ledger file
-
Creates a new Syncer
Declaration
Swift
public required init(sheetURL: String, ledger: Ledger)Parameters
sheetURLHTTP URL of the Google sheet
ledgerLedger
View on GitHub
Install in Dash
GenericSyncer Class Reference