Method: Wire4Client::AccountReassigned#==

Defined in:
lib/wire4_client/models/account_reassigned.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/wire4_client/models/account_reassigned.rb', line 240

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      amount_limit == o.amount_limit &&
      authorization_date == o.authorization_date &&
      bank == o.bank &&
       == o. &&
      email == o.email &&
      institution == o.institution &&
      kind_of_relationship == o.kind_of_relationship &&
      numeric_reference_spei == o.numeric_reference_spei &&
      payment_concept_spei == o.payment_concept_spei &&
      person == o.person &&
      register_date == o.register_date &&
      relationship == o.relationship &&
      rfc == o.rfc &&
      status == o.status
end