Method: Akeyless::SignRsaSsaPss#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



166
167
168
169
170
# File 'lib/akeyless/models/sign_rsa_ssa_pss.rb', line 166

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