Sha256: 7163239c47631c329d3b64e07fa529251d1487cd22ede95bc1262f6c2a5d1449
Contents?: true
Size: 395 Bytes
Versions: 21
Compression:
Stored size: 395 Bytes
Contents
module Fog module Compute class Google class Mock def delete_http_health_check(_check_name) # :no-coverage: Fog::Mock.not_implemented # :no-coverage: end end class Real def delete_http_health_check(check_name) @compute.delete_http_health_check(@project, check_name) end end end end end
Version data entries
21 entries across 21 versions & 2 rubygems