Method: Akeyless::UpdateWebTargetDetails#valid?

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

#valid?Boolean

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

Returns:

  • true if the model is valid



146
147
148
149
150
# File 'lib/akeyless/models/update_web_target_details.rb', line 146

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