Class: Angus::ResourceCommand

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

Instance Method Summary collapse

Instance Method Details

#resourceObject



6
7
8
# File 'lib/angus/commands/resource_command.rb', line 6

def resource
  command_processor.new_resource(self.name, self.actions)
end