Method: Akeyless::DeleteAuthMethodOutput#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



75
76
77
78
# File 'lib/akeyless/models/delete_auth_method_output.rb', line 75

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