Method: Fog::Storage::Softlayer::Directory#save
- Defined in:
- lib/fog/softlayer/models/storage/directory.rb
#save ⇒ Object
52 53 54 55 56 |
# File 'lib/fog/softlayer/models/storage/directory.rb', line 52 def save requires :key service.put_container(key, public) true end |