Class: Aws::AcfInterface::AcfDistributionParser

Inherits:
AcfBaseDistributionParser show all
Defined in:
lib/acf/acf_interface.rb

Overview

:nodoc:

Constant Summary

Constants inherited from Aws::AwsParser

Aws::AwsParser::DEFAULT_XML_LIBRARY

Instance Attribute Summary

Attributes inherited from Aws::AwsParser

#result, #xml_lib, #xmlpath

Instance Method Summary collapse

Methods inherited from AcfBaseDistributionParser

#reset

Methods inherited from Aws::AwsParser

#initialize, #method_missing, #parse, #reset, #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

#tagend(name) ⇒ Object



386
387
388
389
# File 'lib/acf/acf_interface.rb', line 386

def tagend(name)
  super
  @result = @distribution
end