Class: Shared::MutableCollection Abstract
- Inherits:
-
Collection
- Object
- Resource
- Collection
- Shared::MutableCollection
- Defined in:
- lib/vas/shared/mutable_collection.rb
Overview
This class is abstract.
A collection that allows items to be deleted from it
Direct Known Subclasses
Gemfire::AgentInstances, Gemfire::ApplicationCodeImages, Gemfire::CacheServerInstances, Gemfire::DiskStores, Gemfire::LocatorInstances, Gemfire::PendingApplicationCodes, Gemfire::Statistics, RabbitMq::Instances, RabbitMq::PluginImages, RabbitMq::Plugins, Groups, InstallationImages, Installations, Logs, PendingConfigurations, TcServer::Applications, TcServer::Instances, TcServer::RevisionImages, TcServer::Revisions, TcServer::TemplateImages, TcServer::Templates, VFabric::Nodes
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#delete(entry) ⇒ void
Deletes the item from the collection.
Methods inherited from Collection
Constructor Details
This class inherits a constructor from Shared::Collection
Instance Method Details
#delete(entry) ⇒ void
This method returns an undefined value.
Deletes the item from the collection
24 25 26 |
# File 'lib/vas/shared/mutable_collection.rb', line 24 def delete(entry) client.delete(entry.location) end |