Method: Akeyless::GatewaySyncMigration#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



121
122
123
124
125
# File 'lib/akeyless/models/gateway_sync_migration.rb', line 121

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @name.nil?
  true
end