ace-client-ext 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
@@ -124,7 +124,9 @@ module AceClient
124
124
  end
125
125
 
126
126
  def delete_volumes
127
- # not implemented yet
127
+ self.volumes.each do |volume|
128
+ self.action('DeleteVolume', 'VolumeId' => volume['volumeId'])
129
+ end
128
130
  end
129
131
 
130
132
  def delete_resources
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-client-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: