Class: GustoEmbedded::Shared::FormPdf

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

Overview

Example response

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(uuid: nil, document_content_type: nil, document_url: nil) ⇒ FormPdf

Returns a new instance of FormPdf.



23
24
25
26
27
# File 'lib/gusto_embedded/models/shared/form_pdf.rb', line 23

def initialize(uuid: nil, document_content_type: nil, document_url: nil)
  @uuid = uuid
  @document_content_type = document_content_type
  @document_url = document_url
end