1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #144 from gregburek/isDefault-vpc-parser

Adds isDefault to parser for describe_vpcs
This commit is contained in:
Paulo Henrique Lopes Ribeiro 2015-07-01 17:01:52 -07:00
commit 0bb68dc33d

View file

@ -30,7 +30,7 @@ module Fog
end
else
case name
when 'vpcId', 'state', 'cidrBlock', 'dhcpOptionsId', 'instanceTenancy'
when 'vpcId', 'state', 'cidrBlock', 'dhcpOptionsId', 'instanceTenancy', 'isDefault'
@vpc[name] = value
when 'item'
@response['vpcSet'] << @vpc