# File lib/fog/aws/parsers/elb/detach_load_balancer_from_subnets.rb, line 8 def reset @response = { 'DetachLoadBalancerFromSubnetsResult' => { 'Subnets' => [] }, 'ResponseMetadata' => {} } end