class VPC::SimpleVpcStub

Public Class Methods

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