class Multiwoven::Integrations::Destination::GoogleSheets::Client
def setup_write_environment(sync_config, action)
def setup_write_environment(sync_config, action) @action = sync_config.stream.action || action connection_specification = sync_config.destination.connection_specification.with_indifferent_access @spreadsheet_id = extract_spreadsheet_id(connection_specification[:spreadsheet_link]) authorize_client(connection_specification) end