# File lib/fog/aws/parsers/iam/login_profile.rb, line 12 def end_element(name) case name when 'UserName' @response['LoginProfile']['UserName'] = value when 'CreateDate' @response['LoginProfile']['CreateDate'] = Time.parse(value) when 'RequestId' @response[name] = value end end
Generated with the Darkfish Rdoc Generator 2.