Class: Djin::CLI::RemoteConfig::Fetch

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/djin/cli.rb

Instance Method Summary collapse

Instance Method Details

#callObject



48
49
50
# File 'lib/djin/cli.rb', line 48

def call(*)
  Djin.remote_config_repository.fetch_all
end