Method: Fog::Parsers::AWS::ELB::ApplySecurityGroupsToLoadBalancer#end_element

Defined in:
lib/fog/aws/parsers/elb/apply_security_groups_to_load_balancer.rb

#end_element(name) ⇒ Object

[View source]

12
13
14
15
16
17
18
19
# File 'lib/fog/aws/parsers/elb/apply_security_groups_to_load_balancer.rb', line 12

def end_element(name)
  case name
  when 'member'
    @response['ApplySecurityGroupsToLoadBalancerResult']['SecurityGroups'] << value
  when 'RequestId'
    @response['ResponseMetadata'][name] = value
  end
end