Class: Shared::PendingConfiguration Abstract
- Inherits:
-
Configuration
- Object
- Resource
- Configuration
- Shared::PendingConfiguration
- Includes:
- Deletable
- Defined in:
- lib/vas/shared/pending_configurations.rb
Overview
This class is abstract.
A configuration file that is pending and will be made live the next time its instance is started
Direct Known Subclasses
Gemfire::AgentPendingConfiguration, Gemfire::CacheServerPendingConfiguration, Gemfire::LocatorPendingConfiguration, RabbitMq::PendingConfiguration, Sqlfire::AgentPendingConfiguration, Sqlfire::LocatorPendingConfiguration, Sqlfire::ServerPendingConfiguration, TcServer::PendingConfiguration, WebServer::PendingConfiguration
Instance Attribute Summary
Attributes included from Deletable
Attributes inherited from Configuration
Attributes inherited from Resource
Instance Method Summary collapse
-
#content=(new_content) ⇒ Object
Updates the contents of the configuration.
Methods included from Deletable
Methods inherited from Configuration
#content, #initialize, #instance, #reload, #to_s
Constructor Details
This class inherits a constructor from Shared::Configuration
Instance Method Details
#content=(new_content) ⇒ Object
Updates the contents of the configuration
42 43 44 45 |
# File 'lib/vas/shared/pending_configurations.rb', line 42 def content=(new_content) client.post(content_location, new_content) reload end |