Class: Neetob::CLI::Users::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neetob/cli/users/commands.rb

Instance Method Summary collapse

Instance Method Details

#auditObject



12
13
14
# File 'lib/neetob/cli/users/commands.rb', line 12

def audit
  Audit.new(options[:sandbox]).run
end

#commitsObject



20
21
22
23
# File 'lib/neetob/cli/users/commands.rb', line 20

def commits
  Commits.new(
    options[:author], options[:duration], options[:apps], options[:sandbox]).run
end