Class: Shared::PendingConfigurations
- Inherits:
-
MutableCollection
- Object
- Resource
- Collection
- MutableCollection
- Shared::PendingConfigurations
- Defined in:
- lib/vas/shared/pending_configuration.rb
Direct Known Subclasses
Gemfire::AgentPendingConfigurations, Gemfire::CacheServerPendingConfigurations, Gemfire::LocatorPendingConfigurations, RabbitMq::PendingConfigurations, TcServer::PendingConfigurations
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#create(path, content) ⇒ Object
Creates a configuration with the given
path
in the instance and the givencontent
.
Methods inherited from MutableCollection
Methods inherited from Collection
Instance Method Details
#create(path, content) ⇒ Object
Creates a configuration with the given path
in the instance and the given content
23 24 25 |
# File 'lib/vas/shared/pending_configuration.rb', line 23 def create(path, content) entry_class.new(client.post_image(location, content, { :path => path }), client) end |