Module: FinchAPI::Models::Jobs::AutomatedAsyncJob::Type

Extended by:
Type::Enum
Defined in:
lib/finch-api/models/jobs/automated_async_job.rb

Overview

The type of automated job

Constant Summary collapse

DATA_SYNC_ALL =
:data_sync_all
W4_FORM_EMPLOYEE_SYNC =
:w4_form_employee_sync

Class Method Summary collapse

Methods included from Type::Enum

==, ===, coerce, dump, values

Methods included from Type::Converter

#coerce, coerce, #dump, dump, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


2
# File 'lib/finch-api/models/jobs/automated_async_job.rb', line 2

def self.values; end