Module: AWS::EC2::Parser

Included in:
Client
Defined in:
lib/aws/ec2/parser.rb

Instance Method Summary collapse

Instance Method Details

#parse(xml_response) ⇒ Object



15
16
17
# File 'lib/aws/ec2/parser.rb', line 15

def parse(xml_response)
  result = XmlSimple.xml_in(xml_response, { 'forcearray' => ['item'], 'suppressempty' => nil, 'keeproot' => false })
end