Fog::Parsers::Base
# File lib/fog/aws/parsers/iam/create_user.rb, line 12 def end_element(name) case name when 'Arn', 'UserId', 'UserName', 'Path' @response['User'][name] = value when 'RequestId' @response[name] = value end end
# File lib/fog/aws/parsers/iam/create_user.rb, line 8 def reset @response = { 'User' => {} } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.