lib/fog/aws/parsers/auto_scaling/basic.rb in fog-1.22.0 vs lib/fog/aws/parsers/auto_scaling/basic.rb in fog-1.22.1

- old
+ new

@@ -1,12 +1,10 @@ module Fog module Parsers module AWS module AutoScaling - class Basic < Fog::Parsers::Base - def reset @response = { 'ResponseMetadata' => {} } end def start_element(name, attrs = []) @@ -17,12 +15,10 @@ case name when 'RequestId' @response['ResponseMetadata'][name] = value end end - end - end end end end