Method: TripletexRubyClient::ResponseWrapperBankOnboardingDTO#==
- Defined in:
- lib/tripletex_ruby_client/models/response_wrapper_bank_onboarding_dto.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
59 60 61 62 63 |
# File 'lib/tripletex_ruby_client/models/response_wrapper_bank_onboarding_dto.rb', line 59 def ==(o) return true if self.equal?(o) self.class == o.class && value == o.value end |