Method: Akeyless::TargetCreateLdap#==

Defined in:
lib/akeyless/models/target_create_ldap.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
# File 'lib/akeyless/models/target_create_ldap.rb', line 224

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      bind_dn == o.bind_dn &&
      bind_dn_password == o.bind_dn_password &&
      description == o.description &&
      json == o.json &&
      key == o.key &&
      ldap_ca_cert == o.ldap_ca_cert &&
      ldap_url == o.ldap_url &&
      max_versions == o.max_versions &&
      name == o.name &&
      server_type == o.server_type &&
      token == o.token &&
      token_expiration == o.token_expiration &&
      uid_token == o.uid_token
end