Fog::Parsers::Base
# File lib/fog/aws/parsers/elb/attach_load_balancer_to_subnets.rb, line 12 def end_element(name) case name when 'member' @response['AttachLoadBalancerToSubnetsResult']['Subnets'] << value when 'RequestId' @response['ResponseMetadata'][name] = value end end
# File lib/fog/aws/parsers/elb/attach_load_balancer_to_subnets.rb, line 8 def reset @response = { 'AttachLoadBalancerToSubnetsResult' => { 'Subnets' => [] }, 'ResponseMetadata' => {} } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.