Method: Fog::Storage::Softlayer::Directory#destroy
- Defined in:
- lib/fog/softlayer/models/storage/directory.rb
#destroy ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/fog/softlayer/models/storage/directory.rb', line 22 def destroy requires :key service.delete_container(key) true rescue Excon::Errors::NotFound false end |