Class: GustoEmbedded::Operations::PostV1SandboxGenerateW2Form
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PostV1SandboxGenerateW2Form
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/post_v1_sandbox_generate_w2_form.rb
Overview
OK
Instance Method Summary collapse
-
#initialize(uuid: nil, description: nil, document_content_type: nil, draft: nil, employee_uuid: nil, name: nil, quarter: nil, requires_signing: nil, title: nil, year: nil) ⇒ PostV1SandboxGenerateW2Form
constructor
A new instance of PostV1SandboxGenerateW2Form.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(uuid: nil, description: nil, document_content_type: nil, draft: nil, employee_uuid: nil, name: nil, quarter: nil, requires_signing: nil, title: nil, year: nil) ⇒ PostV1SandboxGenerateW2Form
Returns a new instance of PostV1SandboxGenerateW2Form.
37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/gusto_embedded/models/operations/post_v1_sandbox_generate_w2_form.rb', line 37 def initialize(uuid: nil, description: nil, document_content_type: nil, draft: nil, employee_uuid: nil, name: nil, quarter: nil, requires_signing: nil, title: nil, year: nil) @uuid = uuid @description = description @document_content_type = document_content_type @draft = draft @employee_uuid = employee_uuid @name = name @quarter = quarter @requires_signing = requires_signing @title = title @year = year end |