Class: GustoEmbedded::Shared::EmployeeStateTaxQuestion

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(answers: nil, description: nil, input_question_format: nil, key: nil, label: nil) ⇒ EmployeeStateTaxQuestion

Returns a new instance of EmployeeStateTaxQuestion.



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

def initialize(answers: nil, description: nil, input_question_format: nil, key: nil, label: nil)
  @answers = answers
  @description = description
  @input_question_format = input_question_format
  @key = key
  @label = label
end