class Djin::CLI::RemoteConfig::Fetch

Public Instance Methods

call(*) click to toggle source
# File lib/djin/cli.rb, line 48
def call(*)
  Djin.remote_config_repository.fetch_all
end