Method: Akeyless::UpdateRabbitMQTarget#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



199
200
201
202
203
# File 'lib/akeyless/models/update_rabbit_mq_target.rb', line 199

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