Method: Akeyless::KMIPConfigPart#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



107
108
109
110
# File 'lib/akeyless/models/kmip_config_part.rb', line 107

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end