# File lib/fog/aws/parsers/iam/list_account_aliases.rb, line 12 def end_element(name) case name when 'member' @response['AccountAliases'] << @value when 'IsTruncated' response[name] = (@value == 'true') when 'Marker', 'RequestId' response[name] = @value end end
Generated with the Darkfish Rdoc Generator 2.