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