Class: GustoEmbedded::Operations::GetV1CompaniesAttachmentUrlResponseBody

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

Overview

The temporary url to download a Company Attachment File

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(url: nil) ⇒ GetV1CompaniesAttachmentUrlResponseBody

Returns a new instance of GetV1CompaniesAttachmentUrlResponseBody.



19
20
21
# File 'lib/gusto_embedded/models/operations/get_v1_companies_attachment_url_responsebody.rb', line 19

def initialize(url: nil)
  @url = url
end