Class: Angus::NewServiceCommand

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/angus/commands/new_service_command.rb

Instance Method Summary collapse

Instance Method Details

#newObject



5
6
7
# File 'lib/angus/commands/new_service_command.rb', line 5

def new
  command_processor.new_service(self.name)
end