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

Adds isDefault to parser for describe_vpcs

This commit is contained in:
Greg Burek 2015-07-01 16:36:46 -07:00
parent 80ca9fd454
commit 524aac5c76

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