class Multiwoven::Integrations::Destination::SalesforceConsumerGoodsCloud::Client
def send_data_to_salesforce(args)
def send_data_to_salesforce(args) method_name = "upsert!" @logger.debug("sync_id: #{@sync_config.sync_id}, sync_run_id: #{@sync_config.sync_run_id}, args: #{args}") @client.send(method_name, *args) end