Class: GustoEmbedded::Shared::CompanyAttachment
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::CompanyAttachment
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/company_attachment.rb
Overview
The company attachment
Instance Method Summary collapse
-
#initialize(category: nil, name: nil, upload_time: nil, uuid: nil) ⇒ CompanyAttachment
constructor
A new instance of CompanyAttachment.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(category: nil, name: nil, upload_time: nil, uuid: nil) ⇒ CompanyAttachment
Returns a new instance of CompanyAttachment.
25 26 27 28 29 30 |
# File 'lib/gusto_embedded/models/shared/company_attachment.rb', line 25 def initialize(category: nil, name: nil, upload_time: nil, uuid: nil) @category = category @name = name @upload_time = upload_time @uuid = uuid end |