Method: DocuSign_Maestro::WorkflowDefinition#hash
- Defined in:
- lib/docusign_maestro/models/workflow_definition.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
206 207 208 |
# File 'lib/docusign_maestro/models/workflow_definition.rb', line 206 def hash [account_id, created_by_name, document_version, participants, schema_version, steps, trigger, variables, workflow_description, workflow_name].hash end |