Method: OryClient::MemberInvite#hash

Defined in:
lib/ory-client/models/member_invite.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



249
250
251
# File 'lib/ory-client/models/member_invite.rb', line 249

def hash
  [created_at, id, invitee_email, invitee_id, owner_email, owner_id, project_id, status, updated_at].hash
end