Class: GustoEmbedded::Operations::PutV1EmployeesEmployeeIdStateTaxesQuestions
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PutV1EmployeesEmployeeIdStateTaxesQuestions
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_questions.rb
Instance Method Summary collapse
-
#initialize(key: nil, answers: nil) ⇒ PutV1EmployeesEmployeeIdStateTaxesQuestions
constructor
A new instance of PutV1EmployeesEmployeeIdStateTaxesQuestions.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(key: nil, answers: nil) ⇒ PutV1EmployeesEmployeeIdStateTaxesQuestions
Returns a new instance of PutV1EmployeesEmployeeIdStateTaxesQuestions.
21 22 23 24 |
# File 'lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_questions.rb', line 21 def initialize(key: nil, answers: nil) @key = key @answers = answers end |