Class: Neetob::CLI::MonthlyAudit::Commands

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

Instance Method Summary collapse

Instance Method Details

#performObject



14
15
16
# File 'lib/neetob/cli/monthly_audit/commands.rb', line 14

def perform
  Perform.new(options[:month], options[:sandbox], options[:skip_issue]).run
end