Sha256: cb7fcce59567f9274c3ac3f081bf9600fb20df242fdc9225cc8c6426ff58386c

Contents?: true

Size: 225 Bytes

Versions: 103

Compression:

Stored size: 225 Bytes

Contents

Aws.config[:ec2] = {
  stub_responses: {
    describe_addresses: {
      addresses: [
        {
          domain: 'vpc',
          public_ip: '123.0.456.789',
          instance_id: 'i-ec12345a'
        }
      ]
    }
  }
}

Version data entries

103 entries across 103 versions & 4 rubygems

Version Path
awspec-0.79.1 lib/awspec/stub/eip.rb
awspec-0.79.0 lib/awspec/stub/eip.rb
awspec-0.78.1 lib/awspec/stub/eip.rb