Class: Shared::MutableCollection

Inherits:
Collection show all
Defined in:
lib/vas/shared/mutable_collection.rb

Instance Attribute Summary

Attributes inherited from Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Collection

#each

Instance Method Details

#delete(entry) ⇒ Object

Deletes the item



22
23
24
# File 'lib/vas/shared/mutable_collection.rb', line 22

def delete(entry)
  client.delete(entry.location)
end