Method: DocuSign_Maestro::ValidationErrors#valid?
- Defined in:
- lib/docusign_maestro/models/validation_errors.rb
permalink #valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
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 |