Class: Neetob::CLI::Users::Commands
- Inherits:
-
Thor
- Object
- Thor
- Neetob::CLI::Users::Commands
- Defined in:
- lib/neetob/cli/users/commands.rb
Instance Method Summary collapse
Instance Method Details
#audit ⇒ Object
12 13 14 |
# File 'lib/neetob/cli/users/commands.rb', line 12 def audit Audit.new([:sandbox]).run end |
#commits ⇒ Object
20 21 22 23 |
# File 'lib/neetob/cli/users/commands.rb', line 20 def commits Commits.new( [:author], [:duration], [:apps], [:sandbox]).run end |