class Angus::CommandProcessor

Constants

DEFINITIONS_DIR
RESOURCES_DIR
SERVICES_DIR

Public Instance Methods

new_resource(name, actions, config = {}) click to toggle source
# File lib/angus/commands/command_processor.rb, line 20
def new_resource(name, actions, config = {})
  resource(name, actions, config)
end
new_service(name, config = {}) click to toggle source
# File lib/angus/commands/command_processor.rb, line 16
def new_service(name, config = {})
  new_project(name, config)
end