Method: Falcon::ApiAuditEventDetailsResourceV1#==
- Defined in:
- lib/crimson-falcon/models/api_audit_event_details_resource_v1.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
167 168 169 170 171 172 173 174 175 176 |
# File 'lib/crimson-falcon/models/api_audit_event_details_resource_v1.rb', line 167 def ==(o) return true if self.equal?(o) self.class == o.class && action == o.action && actor == o.actor && description == o.description && id == o.id && == o. && token_id == o.token_id end |