Sha256: 6fc3414823180182eb47c0f674715d7f7b1c1b466d70ebe253a77582307b1640
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
#!/usr/bin/env ruby -rubygems require File.dirname(__FILE__) + '/authentication' collection = StorageRoom::Collection.find('guidebooks') entry = collection.entries.resources.first entry.destroy puts "Destroyed #{entry[:name]}"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
storage_room-0.1.4 | examples/destroy_entry.rb |
storage_room-0.1.3 | examples/destroy_entry.rb |
storage_room-0.1.2 | examples/destroy_entry.rb |