Method: DocuSign_Maestro::WorkflowDefinitionWithId#valid?
- Defined in:
- lib/docusign_maestro/models/workflow_definition_with_id.rb
permalink #valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
151 152 153 154 |
# File 'lib/docusign_maestro/models/workflow_definition_with_id.rb', line 151 def valid? return false if @id.nil? true end |