Class: Neetob::CLI::MonthlyAudit::InstancesAndAddons::NeetoDeployOrHeroku::Main

Inherits:
Base
  • Object
show all
Defined in:
lib/neetob/cli/monthly_audit/instances_and_addons/neeto_deploy_or_heroku/main.rb

Constant Summary

Constants inherited from Base

Base::NEETO_APPS_LIST_LINK

Instance Attribute Summary

Attributes inherited from Base

#ui

Instance Method Summary collapse

Methods included from Utils

#camel_case_to_slug, #is_upper?, #symbolize_keys

Constructor Details

#initializeMain

Returns a new instance of Main.



15
16
17
# File 'lib/neetob/cli/monthly_audit/instances_and_addons/neeto_deploy_or_heroku/main.rb', line 15

def initialize
  super()
end

Instance Method Details

#runObject



19
20
21
22
23
24
25
26
27
28
29
# File 'lib/neetob/cli/monthly_audit/instances_and_addons/neeto_deploy_or_heroku/main.rb', line 19

def run
  SslCertificatesOverThirtyDaysFromExpiry.new.run
  ui.info "\n"
  CloudfrontCdnEnabled.new.run
  ui.info "\n"
  EssentialEnvironmentVariablesSet.new.run
  ui.info "\n"
  AutoScalingEnabled.new.run
  ui.info "\n"
  ScheduledExportsEnabled.new.run
end