Method: Akeyless::Rules#valid?

Defined in:
lib/akeyless/models/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



86
87
88
# File 'lib/akeyless/models/rules.rb', line 86

def valid?
  true
end