class ScalewayDDNS::Updater
- ScalewayDDNS::Updater
- Reference
- Object
Overview
The Updater class handles the actual DDNS update process.
Defined in:
scaleway_ddns/updater.crConstructors
-
.new(config : Config)
Initializes an instance of the Updater class with a configuration object.
Instance Method Summary
-
#run
Initiates the DNS update process and continuously updates the DNS records based on the configured interval.
Constructor Detail
Initializes an instance of the Updater class with a configuration object.
Instance Method Detail
def run
#
Initiates the DNS update process and continuously updates the DNS records based on the configured interval.