Class: GustoEmbedded::Shared::I9AuthorizationDocumentOption

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/shared/i9_authorization_document_option.rb

Overview

An employee’s I-9 verification document option based on the authorization status

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(common_choice: nil, description: nil, document_title: nil, document_type: nil, section: nil) ⇒ I9AuthorizationDocumentOption

Returns a new instance of I9AuthorizationDocumentOption.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/shared/i9_authorization_document_option.rb', line 27

def initialize(common_choice: nil, description: nil, document_title: nil, document_type: nil, section: nil)
  @common_choice = common_choice
  @description = description
  @document_title = document_title
  @document_type = document_type
  @section = section
end