Method: DocuSign_Maestro::WorkflowDefinitionWithId#list_invalid_properties
- Defined in:
- lib/docusign_maestro/models/workflow_definition_with_id.rb
permalink #list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
140 141 142 143 144 145 146 147 |
# File 'lib/docusign_maestro/models/workflow_definition_with_id.rb', line 140 def list_invalid_properties invalid_properties = Array.new if @id.nil? invalid_properties.push('invalid value for "id", id cannot be nil.') end invalid_properties end |