mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 11:28:41 -05:00
9 lines
No EOL
217 B
Ruby
9 lines
No EOL
217 B
Ruby
MockDNS = Struct.new(
|
|
# https://rubydoc.info/gems/google-cloud-dns/0.35.1/Google/Cloud/Dns
|
|
:change, :credentials, :project, :record, :zone,
|
|
keyword_init: true
|
|
) do
|
|
def zone(zone)
|
|
self.zone = zone
|
|
end
|
|
end |