# File lib/fog/aws/parsers/iam/get_user.rb, line 13 def end_element(name) case name when 'Arn', 'UserId', 'UserName', 'Path' @response['User'][name] = value when 'CreateDate' @response['User'][name] = Time.parse(value) when 'RequestId' @response[name] = value end end
docs.amazonwebservices.com/IAM/latest/APIReference/API_GetUser.html
# File lib/fog/aws/parsers/iam/get_user.rb, line 9 def reset @response = { 'User' => {} } end
Generated with the Darkfish Rdoc Generator 2.