class Djin::CLI::RemoteConfig::Clear

Public Instance Methods

call(all:) click to toggle source
# File lib/djin/cli.rb, line 60
def call(all:)
  return Djin.remote_config_repository.clear_all if all

  Djin.remote_config_repository.clear
end