Method: Akeyless::UpdateRole#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



205
206
207
208
209
# File 'lib/akeyless/models/update_role.rb', line 205

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