Method: DocuSign_Maestro::ValidationErrors#valid?

Defined in:
lib/docusign_maestro/models/validation_errors.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid

[View source]

70
71
72
73
74
# File 'lib/docusign_maestro/models/validation_errors.rb', line 70

def valid?
  return false if @code.nil?
  return false if @message.nil?
  true
end