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

Add method all.

This commit is contained in:
Rupak Ganguly 2012-10-26 01:44:08 -04:00
parent dda22ad8c5
commit c1d588aa75

View file

@ -9,6 +9,10 @@ module Fog
model Fog::Storage::HP::SharedDirectory
def all
nil
end
def head(url)
data = connection.head_shared_container(url)
shared_directory = new(:url => url)