# File lib/fog/aws/parsers/compute/network_interface_parser.rb, line 6 def reset_nic @nic = { 'groupSet' => {}, 'attachment' => {}, 'association' => {}, 'tagSet' => {}, 'privateIpAddressesSet' => [] } @in_tag_set = false @in_group_set = false @in_attachment = false @in_association = false @in_private_ip_addresses = false end