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.0.0 test/integration/factories/http_health_checks_factory.rb
fog-google-0.6.0 test/integration/factories/http_health_checks_factory.rb
fog-google-0.5.5 test/integration/factories/http_health_checks_factory.rb
fog-google-0.5.4 test/integration/factories/http_health_checks_factory.rb
fog-google-0.5.3 test/integration/factories/http_health_checks_factory.rb
fog-google-0.5.2 test/integration/factories/http_health_checks_factory.rb
fog-google-0.5.1 test/integration/factories/http_health_checks_factory.rb
fog-google-0.5.0 test/integration/factories/http_health_checks_factory.rb
fog-google-0.4.2 test/integration/factories/http_health_checks_factory.rb
fog-google-0.4.1 test/integration/factories/http_health_checks_factory.rb
fog-google-0.4.0 test/integration/factories/http_health_checks_factory.rb
fog-google-0.3.2 test/integration/factories/http_health_checks_factory.rb
fog-google-0.3.1 test/integration/factories/http_health_checks_factory.rb
fog-google-0.3.0 test/integration/factories/http_health_checks_factory.rb
fog-google-0.2.0 test/integration/factories/http_health_checks_factory.rb