Sha256: 8e8b1a89b3e104ae4fbe46822203d5cc45de9b12c219ab375be7c348451b5b46

Contents?: true

Size: 285 Bytes

Versions: 11

Compression:

Stored size: 285 Bytes

Contents

require "integration/factories/collection_factory"

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

  def params
    {:name => resource_name,
     :zone_name => TEST_ZONE,
     :size_gb => TEST_SIZE_GB}
  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/disks_factory.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/test/integration/factories/disks_factory.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/test/integration/factories/disks_factory.rb
fog-google-0.1.3 test/integration/factories/disks_factory.rb
fog-google-0.1.2 test/integration/factories/disks_factory.rb
fog-google-0.1.1 test/integration/factories/disks_factory.rb
fog-google-0.1.0 test/integration/factories/disks_factory.rb
fog-google-0.0.9 test/integration/factories/disks_factory.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-google-0.0.7/test/integration/factories/disks_factory.rb
fog-google-0.0.7 test/integration/factories/disks_factory.rb
fog-google-0.0.6 test/integration/factories/disks_factory.rb