mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
issue/1350 [doc] add options param
This commit is contained in:
parent
43ebf561b4
commit
1816ddd81a
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ module Fog
|
|||
end
|
||||
end
|
||||
|
||||
#
|
||||
# @param [Hash] options
|
||||
#
|
||||
def save(options = {})
|
||||
requires :body, :directory, :key
|
||||
if options != {}
|
||||
|
|
Loading…
Reference in a new issue