Class: RightAws::IamInterface::ListAccessKeysParser
- Inherits:
-
BasicIamListParser
- Object
- RightAWSParser
- BasicIamListParser
- RightAws::IamInterface::ListAccessKeysParser
- Defined in:
- lib/iam/right_iam_access_keys.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:
58 59 60 |
# File 'lib/iam/right_iam_access_keys.rb', line 58 def reset @expected_tags = %w{ AccessKeyId CreateDate Status UserName } end |