Class: Aws::Ec2::QEc2DescribeRegionsParser
- Defined in:
- lib/ec2/ec2.rb
Overview
PARSERS: Regions
Constant Summary
Constants inherited from AwsParser
AwsParser::DEFAULT_XML_LIBRARY
Instance Attribute Summary
Attributes inherited from AwsParser
Instance Method Summary collapse
- #reset ⇒ Object
-
#tagend(name) ⇒ Object
:nodoc:.
Methods inherited from AwsParser
#initialize, #method_missing, #parse, #tag_end, #tag_start, #tagstart, #tagtext, #text, xml_lib, xml_lib=
Constructor Details
This class inherits a constructor from Aws::AwsParser
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Aws::AwsParser
Instance Method Details
#reset ⇒ Object
2081 2082 2083 |
# File 'lib/ec2/ec2.rb', line 2081 def reset @result = [] end |
#tagend(name) ⇒ Object
:nodoc:
2077 2078 2079 |
# File 'lib/ec2/ec2.rb', line 2077 def tagend(name) @result << @text if name == 'regionName' end |