Sha256: 972577b7a578353b931df9a2b46363ab1eebc91b551ab1f27afbb119c4291c20

Contents?: true

Size: 250 Bytes

Versions: 55

Compression:

Stored size: 250 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

55 entries across 55 versions & 2 rubygems

Version Path
fog-google-1.24.1 test/integration/factories/http_health_checks_factory.rb
fog-google-1.24.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.23.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.22.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.21.1 test/integration/factories/http_health_checks_factory.rb
fog-google-1.21.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.20.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.19.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.18.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.17.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.16.1 test/integration/factories/http_health_checks_factory.rb
fog-google-1.16.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.15.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.14.0 test/integration/factories/http_health_checks_factory.rb
gitlab-fog-google-1.14.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.13.0 test/integration/factories/http_health_checks_factory.rb
gitlab-fog-google-1.13.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.12.1 test/integration/factories/http_health_checks_factory.rb
fog-google-1.12.0 test/integration/factories/http_health_checks_factory.rb
fog-google-1.11.0 test/integration/factories/http_health_checks_factory.rb