class Angus::NewServiceCommand
Public Instance Methods
new()
click to toggle source
# File lib/angus/commands/new_service_command.rb, line 5 def new command_processor.new_service(self.name) end
Private Instance Methods
command_processor()
click to toggle source
# File lib/angus/commands/new_service_command.rb, line 11 def command_processor @command_processor ||= Angus::CommandProcessor.new end