Method: DocuSign_Maestro::WorkflowDefinitionWithId#hash
- Defined in:
- lib/docusign_maestro/models/workflow_definition_with_id.rb
permalink #hash ⇒ Fixnum
Calculates hash code according to all attributes.
183 184 185 |
# File 'lib/docusign_maestro/models/workflow_definition_with_id.rb', line 183 def hash [account_id, created_date, id, is_draft, last_deployed_id, last_deployed_version, last_deployed_workflow_definition, last_updated_date, status, trigger_url, validation_errors, workflow_definition].hash end |