Method: Akeyless::Hmac#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



158
159
160
161
162
# File 'lib/akeyless/models/hmac.rb', line 158

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