Class: Angus::NewServiceCommand
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Angus::NewServiceCommand
- Defined in:
- lib/angus/commands/new_service_command.rb
Instance Method Summary collapse
Instance Method Details
#new ⇒ Object
5 6 7 |
# File 'lib/angus/commands/new_service_command.rb', line 5 def new command_processor.new_service(self.name) end |