Class: GustoEmbedded::Models::Operations::PatchV1CompaniesCompanyIdPayrollsIdPartnerDisbursementsRequestBody
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Operations::PatchV1CompaniesCompanyIdPayrollsIdPartnerDisbursementsRequestBody
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/operations/patch_v1_companies_company_id_payrolls_id_partner_disbursements_requestbody.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(disbursements:) ⇒ PatchV1CompaniesCompanyIdPayrollsIdPartnerDisbursementsRequestBody
constructor
A new instance of PatchV1CompaniesCompanyIdPayrollsIdPartnerDisbursementsRequestBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(disbursements:) ⇒ PatchV1CompaniesCompanyIdPayrollsIdPartnerDisbursementsRequestBody
Returns a new instance of PatchV1CompaniesCompanyIdPayrollsIdPartnerDisbursementsRequestBody.
19 20 21 |
# File 'lib/gusto_embedded/models/operations/patch_v1_companies_company_id_payrolls_id_partner_disbursements_requestbody.rb', line 19 def initialize(disbursements:) @disbursements = disbursements end |
Instance Method Details
#==(other) ⇒ Object
24 25 26 27 28 |
# File 'lib/gusto_embedded/models/operations/patch_v1_companies_company_id_payrolls_id_partner_disbursements_requestbody.rb', line 24 def ==(other) return false unless other.is_a? self.class return false unless @disbursements == other.disbursements true end |