Class: Fog::Storage::K5::Files

Inherits:
Collection
  • Object
show all
Defined in:
lib/fog/storage/k5/models/files.rb

Instance Method Summary collapse

Instance Method Details

#new(attributes = {}) ⇒ Object



9
10
11
12
# File 'lib/fog/storage/k5/models/files.rb', line 9

def new(attributes = {})
  requires :directory
  super({ directory: directory }.merge(attributes))
end