Method: OpenapiClient::AuthnMeAPIKeyRead#==

Defined in:
lib/openapi_client/models/authn_me_api_key_read.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



184
185
186
187
188
189
190
191
192
193
194
# File 'lib/openapi_client/models/authn_me_api_key_read.rb', line 184

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      actor_type == o.actor_type &&
      id == o.id &&
      object_type == o.object_type &&
      owner_type == o.owner_type &&
      org_id == o.org_id &&
      project_id == o.project_id &&
      env_id == o.env_id
end