class VPC::StandardVpcStub

Public Class Methods

new() click to toggle source
Calls superclass method VPC::StandardVpc::new
# File lib/etude_for_aws/vpc/standard_vpc.rb, line 88
def initialize
  super
  @config = VPC::ConfigurationStub.new
  @gateway = VPC::VpcApiGatewayStub.new
end