class Angus::ResourceCommand
Public Instance Methods
resource()
click to toggle source
# File lib/angus/commands/resource_command.rb, line 6 def resource command_processor.new_resource(self.name, self.actions) end
Private Instance Methods
command_processor()
click to toggle source
# File lib/angus/commands/resource_command.rb, line 12 def command_processor @command_processor ||= Angus::CommandProcessor.new end