Method: Akeyless::CreateESM#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



183
184
185
186
187
188
189
190
191
192
193
194
195
196
# File 'lib/akeyless/models/create_esm.rb', line 183

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      azure_kv_name == o.azure_kv_name &&
      delete_protection == o.delete_protection &&
      description == o.description &&
      json == o.json &&
      k8s_namespace == o.k8s_namespace &&
      name == o.name &&
      tags == o.tags &&
      target_to_associate == o.target_to_associate &&
      token == o.token &&
      uid_token == o.uid_token
end