Method: Akeyless::UpdateRotationSettings#valid?

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

#valid?Boolean

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



147
148
149
150
151
152
# File 'lib/akeyless/models/update_rotation_settings.rb', line 147

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