Class: RightAws::IamInterface::ListGroupsParser
- Inherits:
-
BasicIamListParser
- Object
- RightAWSParser
- BasicIamListParser
- RightAws::IamInterface::ListGroupsParser
- Defined in:
- lib/iam/right_iam_groups.rb
Overview
PARSERS:
Constant Summary
Constants inherited from RightAWSParser
RightAWSParser::DEFAULT_XML_LIBRARY
Instance Attribute Summary
Attributes inherited from RightAWSParser
#full_tag_name, #result, #tag, #xml_lib, #xmlpath
Instance Method Summary collapse
-
#reset ⇒ Object
:nodoc:.
Methods inherited from BasicIamListParser
Methods inherited from RightAWSParser
#initialize, #method_missing, #parse, #tag_end, #tag_start, #tagend, #tagstart, #tagtext, #text, xml_lib, xml_lib=
Constructor Details
This class inherits a constructor from RightAws::RightAWSParser
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RightAws::RightAWSParser
Instance Method Details
#reset ⇒ Object
:nodoc:
147 148 149 |
# File 'lib/iam/right_iam_groups.rb', line 147 def reset @expected_tags = %w{ Arn GroupId GroupName Path } end |