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