module Google::Cloud
def self.configure
-
(Google::Cloud::Config)
- The top-level configuration object for
def self.configure @config ||= Config.create yield @config if block_given? @config end
(Google::Cloud::Config)
- The top-level configuration object for
def self.configure @config ||= Config.create yield @config if block_given? @config end