Method: Akeyless::ReverseRBAC#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



127
128
129
130
131
132
# File 'lib/akeyless/models/reverse_rbac.rb', line 127

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