Fog::Parsers::Base
# File lib/fog/aws/parsers/iam/list_policies.rb, line 12 def end_element(name) case name when 'member' @response['PolicyNames'] << value when 'IsTruncated' response[name] = (value == 'true') when 'Marker', 'RequestId' response[name] = value end end
# File lib/fog/aws/parsers/iam/list_policies.rb, line 8 def reset @response = { 'PolicyNames' => [] } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.