Class: GustoEmbedded::Shared::EmployeeStateTaxInputQuestionFormat

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(type: nil, options: nil) ⇒ EmployeeStateTaxInputQuestionFormat

Returns a new instance of EmployeeStateTaxInputQuestionFormat.



21
22
23
24
# File 'lib/gusto_embedded/models/shared/employee_state_tax_input_question_format.rb', line 21

def initialize(type: nil, options: nil)
  @type = type
  @options = options
end