module Locomotive::Wagon::BaseConcern::ClassMethods

Public Instance Methods

sync(api_client, current_site, path, env) click to toggle source
# File lib/locomotive/wagon/commands/sync_sub_commands/concerns/base_concern.rb, line 17
def sync(api_client, current_site, path, env)
  new(api_client, current_site, path, env).sync
end