# File lib/fog/compute/parsers/aws/describe_security_groups.rb, line 8 def reset @group = {} @ip_permission = { 'groups' => [], 'ipRanges' => []} @ip_range = {} @security_group = { 'ipPermissions' => [] } @response = { 'securityGroupInfo' => [] } end