Class: Neetob::CLI::MonthlyAudit::Misc::Main
- Defined in:
- lib/neetob/cli/monthly_audit/misc/main.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Main
constructor
A new instance of Main.
- #run ⇒ Object
Methods included from Utils
#camel_case_to_slug, #is_upper?, #symbolize_keys
Constructor Details
#initialize ⇒ Main
11 12 13 |
# File 'lib/neetob/cli/monthly_audit/misc/main.rb', line 11 def initialize super() end |
Instance Method Details
#run ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/neetob/cli/monthly_audit/misc/main.rb', line 15 def run ui.success("# 4. Running miscellaneous checks") ui.info "\n" ui.success("## 4.1. [Manual] Checking whether we are using Sparkpost sub-account for all the apps") SparkpostSubAccountUsedForAllApps.new.run ui.info "\n" ui.success("## 4.2. Checking whether redirections are set correctly") RedirectionsWorkingCorrectly.new.run end |