Class: Shipitron::Client::BootstrapApplication

Inherits:
Object
  • Object
show all
Includes:
Interactor::Organizer, Metaractor
Defined in:
lib/shipitron/client/bootstrap_application.rb

Instance Method Summary collapse

Instance Method Details

#callObject



24
25
26
27
28
# File 'lib/shipitron/client/bootstrap_application.rb', line 24

def call
  Logger.info "==> Bootstrapping #{application}"
  super
  Logger.info "==> Done"
end