Class: RightAws::Ec2::QEc2ConfirmProductInstanceParser

Inherits:
RightAWSParser
  • Object
show all
Defined in:
lib/ec2/right_ec2.rb

Instance Attribute Summary

Attributes inherited from RightAWSParser

#result, #xml_lib, #xmlpath

Instance Method Summary collapse

Methods inherited from RightAWSParser

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

#resetObject



971
972
973
# File 'lib/ec2/right_ec2.rb', line 971

def reset
  @result = nil
end

#tagend(name) ⇒ Object



968
969
970
# File 'lib/ec2/right_ec2.rb', line 968

def tagend(name)
  @result = @text if name == 'ownerId'
end