Sha256: 166a3380629895fd7c8bd3ac9b0d55ca0eebb494ee538dc702130a440d9ccab6
Contents?: true
Size: 386 Bytes
Versions: 26
Compression:
Stored size: 386 Bytes
Contents
require "integration/factories/collection_factory" class AddressesFactory < CollectionFactory def initialize(example) super(Fog::Compute[:google].addresses, example) end def get(identity) @subject.get(identity, TEST_REGION) end def all @subject.all(region: TEST_REGION) end def params { :name => resource_name, :region => TEST_REGION } end end
Version data entries
26 entries across 26 versions & 2 rubygems