Class: EcoRake::Lib::People::SyncRely

Inherits:
BaseTask show all
Defined in:
lib/eco-rake/lib/people/sync_rely.rb

Overview

The top level task that organizes all the people sync

Direct Known Subclasses

SyncProcess

Constant Summary collapse

FORWARD_RULES =
{
  enviro:     :mirror,
  schema:     :mirror,
  folder:     :mirror,
  only_stats: :mirror,
  no_policy:  :mirror,
  no_get:     :mirror,
  no_email:   :mirror,
  simulate:   :mirror
}.freeze

Constants inherited from EcoRake

VERSION

Instance Method Summary collapse

Instance Method Details

#task(*_args) ⇒ Object



21
22
23
# File 'lib/eco-rake/lib/people/sync_rely.rb', line 21

def task(*_args)
  sh_continue rake_sync_command
end