Method: TripletexRubyClient::FundingPartnerApplication#==
- Defined in:
- lib/tripletex_ruby_client/models/funding_partner_application.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/tripletex_ruby_client/models/funding_partner_application.rb', line 369 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && version == o.version && changes == o.changes && url == o.url && first_name == o.first_name && last_name == o.last_name && email == o.email && phone_number == o.phone_number && comments == o.comments && loan_type == o.loan_type && amount == o.amount end |