Method: Akeyless::PingTargetDetails#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



108
109
110
111
# File 'lib/akeyless/models/ping_target_details.rb', line 108

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end