Method: Akeyless::GatewaySyncMigration#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



129
130
131
132
133
134
135
136
137
# File 'lib/akeyless/models/gateway_sync_migration.rb', line 129

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      json == o.json &&
      name == o.name &&
      start_sync == o.start_sync &&
      token == o.token &&
      uid_token == o.uid_token
end