vmpooler-dns-gcp/lib/vmpooler/dns/google/clouddns.rb
2023-04-17 09:55:55 -04:00

14 lines
239 B
Ruby

# frozen_string_literal: true
require_relative "clouddns/version"
module Vmpooler
module Dns
module Google
module Clouddns
class Error < StandardError; end
# Your code goes here...
end
end
end
end