Sha256: b6b7f02522f89a13dde511a51893800c431b0fe7797d7a94b4cf90a4ce8b0c38

Contents?: true

Size: 694 Bytes

Versions: 114

Compression:

Stored size: 694 Bytes

Contents

Aws.config[:ec2] = {
  stub_responses: {
    describe_internet_gateways: {
      internet_gateways: [
        internet_gateway_id: 'igw-1ab2cd3e',
        attachments: [
          {
            vpc_id: 'vpc-ab123cde',
            state: 'available'
          }
        ],
        tags: [
          {
            key: 'Name',
            value: 'my-internet-gateway'
          }
        ]
      ]
    },
    describe_vpcs: {
      vpcs: [
        {
          vpc_id: 'vpc-ab123cde',
          state: 'available',
          cidr_block: '10.0.0.0/16',
          tags: [
            {
              key: 'Name',
              value: 'my-vpc'
            }
          ]
        }
      ]
    }
  }
}

Version data entries

114 entries across 114 versions & 4 rubygems

Version Path
cthiesfork-awspec-1.2.2 lib/awspec/stub/internet_gateway.rb
cthiesfork-awspec-1.2.1 lib/awspec/stub/internet_gateway.rb
awspec-1.18.5 lib/awspec/stub/internet_gateway.rb
cthiesfork-awspec-1.2.0 lib/awspec/stub/internet_gateway.rb
cthiesfork-awspec-1.1.0 lib/awspec/stub/internet_gateway.rb
cthiesfork-awspec-1.0.0 lib/awspec/stub/internet_gateway.rb
awspec-1.18.4 lib/awspec/stub/internet_gateway.rb
awspec-1.18.3 lib/awspec/stub/internet_gateway.rb
awspec-1.18.2 lib/awspec/stub/internet_gateway.rb
awspec-1.18.1 lib/awspec/stub/internet_gateway.rb
awspec-1.18.0 lib/awspec/stub/internet_gateway.rb
awspec-1.17.4 lib/awspec/stub/internet_gateway.rb
awspec-1.17.3 lib/awspec/stub/internet_gateway.rb
awspec-1.17.2 lib/awspec/stub/internet_gateway.rb
awspec-1.17.1 lib/awspec/stub/internet_gateway.rb
awspec-1.17.0 lib/awspec/stub/internet_gateway.rb
awspec-1.16.1 lib/awspec/stub/internet_gateway.rb
awspec-1.16.0 lib/awspec/stub/internet_gateway.rb
awspec-1.15.3 lib/awspec/stub/internet_gateway.rb
awspec-1.15.2 lib/awspec/stub/internet_gateway.rb