Method: OryClient::MemberInvite#hash
- Defined in:
- lib/ory-client/models/member_invite.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |