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:
parent
dda22ad8c5
commit
c1d588aa75
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue