Class: Indocker::ConfigurationDeployer::RemoteOperation
- Inherits:
-
Object
- Object
- Indocker::ConfigurationDeployer::RemoteOperation
- Defined in:
- lib/indocker/configuration_deployer.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
-
#server ⇒ Object
readonly
Returns the value of attribute server.
-
#thread ⇒ Object
readonly
Returns the value of attribute thread.
Instance Method Summary collapse
-
#initialize(thread, server, operation, message = nil) ⇒ RemoteOperation
constructor
A new instance of RemoteOperation.
Constructor Details
#initialize(thread, server, operation, message = nil) ⇒ RemoteOperation
Returns a new instance of RemoteOperation.
313 314 315 316 317 318 |
# File 'lib/indocker/configuration_deployer.rb', line 313 def initialize(thread, server, operation, = nil) @thread = thread @server = server @operation = operation = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
311 312 313 |
# File 'lib/indocker/configuration_deployer.rb', line 311 def end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation.
311 312 313 |
# File 'lib/indocker/configuration_deployer.rb', line 311 def operation @operation end |
#server ⇒ Object (readonly)
Returns the value of attribute server.
311 312 313 |
# File 'lib/indocker/configuration_deployer.rb', line 311 def server @server end |
#thread ⇒ Object (readonly)
Returns the value of attribute thread.
311 312 313 |
# File 'lib/indocker/configuration_deployer.rb', line 311 def thread @thread end |