# File lib/fog/aws/parsers/iam/get_group_policy.rb, line 13 def end_element(name) case name when 'GroupName', 'PolicyName', 'PolicyDocument' @response[name] = @value when 'RequestId' @response[name] = @value end end
docs.amazonwebservices.com/IAM/latest/APIReference/API_GetGroupPolicy.html
# File lib/fog/aws/parsers/iam/get_group_policy.rb, line 9 def reset @response = {} end
Generated with the Darkfish Rdoc Generator 2.