Sha256: 3cf83f5ff65779d7ab4d919d3155366ef92cfff3b5ad5fc4eac932a96d265e94

Contents?: true

Size: 352 Bytes

Versions: 26

Compression:

Stored size: 352 Bytes

Contents

require "integration/factories/collection_factory"

class ImagesFactory < CollectionFactory
  def initialize(example)
    super(Fog::Compute[:google].images, example)
  end

  def get(identity)
    @subject.get(identity, TEST_PROJECT)
  end

  def params
    { :name => resource_name,
      :raw_disk => { :source => TEST_RAW_DISK_SOURCE } }
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

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