Class: SimpleDeployer::Command::CommandsBase
- Inherits:
-
Object
- Object
- SimpleDeployer::Command::CommandsBase
- Defined in:
- lib/simple_deployer/commands/base.rb
Instance Method Summary collapse
-
#initialize(args, service) ⇒ CommandsBase
constructor
A new instance of CommandsBase.
Constructor Details
#initialize(args, service) ⇒ CommandsBase
Returns a new instance of CommandsBase.
3 4 5 6 |
# File 'lib/simple_deployer/commands/base.rb', line 3 def initialize(args, service) @args = args @service = service end |