Class: SimpleDeployer::Command::CommandsBase

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_deployer/commands/base.rb

Direct Known Subclasses

Help, Info, Project, Projects, Server

Instance Method Summary collapse

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