Class: Indocker::Launchers::ConfigurationDeployer::RemoteOperation
- Inherits:
-
Object
- Object
- Indocker::Launchers::ConfigurationDeployer::RemoteOperation
- Defined in:
- lib/indocker/launchers/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.
346 347 348 349 350 351 |
# File 'lib/indocker/launchers/configuration_deployer.rb', line 346 def initialize(thread, server, operation, = nil) @thread = thread @server = server @operation = operation @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
344 345 346 |
# File 'lib/indocker/launchers/configuration_deployer.rb', line 344 def @message end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation.
344 345 346 |
# File 'lib/indocker/launchers/configuration_deployer.rb', line 344 def operation @operation end |
#server ⇒ Object (readonly)
Returns the value of attribute server.
344 345 346 |
# File 'lib/indocker/launchers/configuration_deployer.rb', line 344 def server @server end |
#thread ⇒ Object (readonly)
Returns the value of attribute thread.
344 345 346 |
# File 'lib/indocker/launchers/configuration_deployer.rb', line 344 def thread @thread end |