Method: Akeyless::OAuth2AccessRules#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



153
154
155
156
# File 'lib/akeyless/models/o_auth2_access_rules.rb', line 153

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