Method: Akeyless::TargetUpdateSsh#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



213
214
215
216
217
# File 'lib/akeyless/models/target_update_ssh.rb', line 213

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