Method: Falcon::ApiAuditEventDetailsResourceV1#==

Defined in:
lib/crimson-falcon/models/api_audit_event_details_resource_v1.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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 &&
      timestamp == o.timestamp &&
      token_id == o.token_id
end