Class: Ace::Support::Models::CLI::Commands::SyncShortcut

Inherits:
Cli::Command
  • Object
show all
Includes:
Cli::Base
Defined in:
lib/ace/support/models/cli/commands/sync_shortcut.rb

Overview

Top-level shortcut for cache sync

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



24
25
26
# File 'lib/ace/support/models/cli/commands/sync_shortcut.rb', line 24

def call(**options)
  Cache::Sync.new.call(**options)
end