Module: GClouder::Resources::Compute::URLMaps::URLMap

Includes:
GCloud
Defined in:
lib/gclouder/resources/compute/url_maps.rb

Class Method Summary collapse

Methods included from GCloud

#gcloud, included, #verify

Methods included from Config::CLIArgs

check, #cli_args, cli_args, included, load, valid_resources

Methods included from Config::Project

load, #project, project

Methods included from Helpers

#hash_to_args, included, #module_exists?, #to_arg, #to_deep_merge_hash, #valid_json?

Methods included from Logging

#add, #bad, #change, #debug, #error, #fatal, #good, included, #info, log, loggers, #remove, report, #resource_state, setup, #warn, #warning

Methods included from Shell

included, #shell

Class Method Details

.ensure(name, args = {}, silent: false) ⇒ Object



68
69
70
71
# File 'lib/gclouder/resources/compute/url_maps.rb', line 68

def self.ensure(name, args = {}, silent: false)
  args = args.tap { |hs| hs.delete("path_matchers") }
  Resource.ensure :"compute url-maps", name, hash_to_args(args), silent: silent
end