Method: DocuSign_Maestro::WorkflowInstance#hash
- Defined in:
- lib/docusign_maestro/models/workflow_instance.rb
permalink #hash ⇒ Fixnum
Calculates hash code according to all attributes.
196 197 198 |
# File 'lib/docusign_maestro/models/workflow_instance.rb', line 196 def hash [account_id, creator_id, dac_id, end_date, instance_name, instance_state, progress, start_date, started_by, template_id, users].hash end |