Module: FinchAPI::Models::HRIS::W42020::Type

Extended by:
Type::Enum
Defined in:
lib/finch-api/models/hris/w42020.rb

Overview

Specifies the form type, indicating that this document is a 2020 W4 form.

Constant Summary collapse

W4_2020 =
:w4_2020

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/hris/w42020.rb', line 2

def self.values; end