Sha256: 92ca78b5f0dd8143624cf8fbca70768e683d14b3c737432411f25c552f977006
Contents?: true
Size: 248 Bytes
Versions: 11
Compression:
Stored size: 248 Bytes
Contents
require "integration/factories/collection_factory" class HttpHealthChecksFactory < CollectionFactory def initialize(example) super(Fog::Compute[:google].http_health_checks, example) end def params {:name => resource_name} end end
Version data entries
11 entries across 9 versions & 3 rubygems