Sha256: 471d3031cc188b0228ee54fc288afe61db5534722c2dd8f32219ba1e59729314

Contents?: true

Size: 282 Bytes

Versions: 12

Compression:

Stored size: 282 Bytes

Contents

require "integration/factories/collection_factory"

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

  def params
    {
      :name => resource_name,
      :auto_create_subnetworks => true
    }
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fog-google-1.24.1 test/integration/factories/networks_factory.rb
fog-google-1.24.0 test/integration/factories/networks_factory.rb
fog-google-1.23.0 test/integration/factories/networks_factory.rb
fog-google-1.22.0 test/integration/factories/networks_factory.rb
fog-google-1.21.1 test/integration/factories/networks_factory.rb
fog-google-1.21.0 test/integration/factories/networks_factory.rb
fog-google-1.20.0 test/integration/factories/networks_factory.rb
fog-google-1.19.0 test/integration/factories/networks_factory.rb
fog-google-1.18.0 test/integration/factories/networks_factory.rb
fog-google-1.17.0 test/integration/factories/networks_factory.rb
fog-google-1.16.1 test/integration/factories/networks_factory.rb
fog-google-1.16.0 test/integration/factories/networks_factory.rb