Class: GustoEmbedded::Shared::DocumentSigned

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(description: nil, draft: nil, name: nil, quarter: nil, recipient_type: nil, recipient_uuid: nil, requires_signing: nil, signed_at: nil, title: nil, uuid: nil, year: nil) ⇒ DocumentSigned

Returns a new instance of DocumentSigned.



39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/gusto_embedded/models/shared/document_signed.rb', line 39

def initialize(description: nil, draft: nil, name: nil, quarter: nil, recipient_type: nil, recipient_uuid: nil, requires_signing: nil, signed_at: nil, title: nil, uuid: nil, year: nil)
  @description = description
  @draft = draft
  @name = name
  @quarter = quarter
  @recipient_type = recipient_type
  @recipient_uuid = recipient_uuid
  @requires_signing = requires_signing
  @signed_at = signed_at
  @title = title
  @uuid = uuid
  @year = year
end