Method: DocuSign_Maestro::DSWorkflowComparisonExpression#hash
- Defined in:
- lib/docusign_maestro/models/ds_workflow_comparison_expression.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
123 124 125 |
# File 'lib/docusign_maestro/models/ds_workflow_comparison_expression.rb', line 123 def hash [comparison_operator, left_operand, right_operand, type].hash end |