Class: GustoEmbedded::Operations::PostPartnerManagedCompaniesCompanyUuidRetrieveTermsOfServiceRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(email: nil) ⇒ PostPartnerManagedCompaniesCompanyUuidRetrieveTermsOfServiceRequestBody

Returns a new instance of PostPartnerManagedCompaniesCompanyUuidRetrieveTermsOfServiceRequestBody.



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

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