Class: Kontena::Callbacks::DisplayLogoBeforeMasterDeploy

Inherits:
Kontena::Callback show all
Defined in:
lib/kontena/callbacks/master/deploy/01_show_logo_before_deploy.rb

Instance Attribute Summary

Attributes inherited from Kontena::Callback

#command

Instance Method Summary collapse

Methods inherited from Kontena::Callback

callbacks, #initialize, matches_commands, run_callbacks

Constructor Details

This class inherits a constructor from Kontena::Callback

Instance Method Details

#beforeObject



7
8
9
10
# File 'lib/kontena/callbacks/master/deploy/01_show_logo_before_deploy.rb', line 7

def before
  extend Kontena::Cli::Common
  
end