class
Configuration::Validators::Networking
- Configuration::Validators::Networking
- Reference
- Object
Defined in:
configuration/validators/networking.crConstructors
Instance Method Summary
- #errors : Array(String)
- #hetzner_client : Hetzner::Client
- #networking : Configuration::Models::Networking
- #private_network : Configuration::Models::NetworkingConfig::PrivateNetwork
- #settings : Configuration::Main
- #validate
Constructor Detail
def self.new(errors : Array(String), networking : Configuration::Models::Networking, settings : Configuration::Main, hetzner_client : Hetzner::Client, private_network : Configuration::Models::NetworkingConfig::PrivateNetwork)
#