Method: TurnkeyClient::Authenticator#==
- Defined in:
- lib/turnkey_client/models/authenticator.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/turnkey_client/models/authenticator.rb', line 203 def ==(o) return true if self.equal?(o) self.class == o.class && transports == o.transports && attestation_type == o.attestation_type && aaguid == o.aaguid && credential_id == o.credential_id && model == o.model && credential == o.credential && authenticator_id == o.authenticator_id && authenticator_name == o.authenticator_name && created_at == o.created_at && updated_at == o.updated_at end |