Method: DocuSign_Maestro::WorkflowDefinitionWithId#valid?

Defined in:
lib/docusign_maestro/models/workflow_definition_with_id.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]

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