1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Add method for destroy.

This commit is contained in:
Rupak Ganguly 2012-10-26 01:46:02 -04:00
parent 98c9283de2
commit 98413b3e87

View file

@ -30,6 +30,12 @@ module Fog
attributes[:body] = new_body
end
def destroy
requires :shared_directory, :key
# delete is not allowed
false
end
def shared_directory
@shared_directory
end