Fog::Model
# File lib/fog/softlayer/models/storage/directory.rb, line 22 def destroy requires :key service.delete_container(key) true rescue Excon::Errors::NotFound false end
# File lib/fog/softlayer/models/storage/directory.rb, line 30 def files @files ||= begin Fog::Storage::Softlayer::Files.new( :directory => self, :service => service ) end end
# File lib/fog/softlayer/models/storage/directory.rb, line 39 def public=(new_public) @public = new_public end
Generated with the Darkfish Rdoc Generator 2.