Method: TripletexRubyClient::ResponseWrapperNextOfKin#==

Defined in:
lib/tripletex_ruby_client/models/response_wrapper_next_of_kin.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



61
62
63
64
65
# File 'lib/tripletex_ruby_client/models/response_wrapper_next_of_kin.rb', line 61

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      value == o.value
end