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

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-google-0.1.0/test/integration/factories/http_health_checks_factory.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/test/integration/factories/http_health_checks_factory.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/test/integration/factories/http_health_checks_factory.rb
fog-google-0.1.3 test/integration/factories/http_health_checks_factory.rb
fog-google-0.1.2 test/integration/factories/http_health_checks_factory.rb
fog-google-0.1.1 test/integration/factories/http_health_checks_factory.rb
fog-google-0.1.0 test/integration/factories/http_health_checks_factory.rb
fog-google-0.0.9 test/integration/factories/http_health_checks_factory.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-google-0.0.7/test/integration/factories/http_health_checks_factory.rb
fog-google-0.0.7 test/integration/factories/http_health_checks_factory.rb
fog-google-0.0.6 test/integration/factories/http_health_checks_factory.rb