lib/fog/voxel/parsers/compute/voxcloud_delete.rb in fog-1.22.0 vs lib/fog/voxel/parsers/compute/voxcloud_delete.rb in fog-1.22.1
- old
+ new
@@ -1,12 +1,10 @@
module Fog
module Parsers
module Compute
module Voxel
-
class VoxcloudDelete < Fog::Parsers::Base
-
def reset
@response = {}
end
def start_element(name, attrs = [])
@@ -20,12 +18,10 @@
'code' => attr_value('code', attrs),
'msg' => attr_value('msg', attrs)
}
end
end
-
end
-
end
end
end
end