lib/fog/aws/parsers/compute/create_vpc.rb in fog-1.22.0 vs lib/fog/aws/parsers/compute/create_vpc.rb in fog-1.22.1

- old
+ new

@@ -1,12 +1,10 @@ module Fog module Parsers module Compute module AWS - class CreateVpc < Fog::Parsers::Base - def reset @vpc = { 'tagSet' => {} } @response = { 'vpcSet' => [] } @tag = {} end @@ -45,7 +43,5 @@ end end end end end - -