Method: DocuSign_Maestro::DSWorkflowVariableFromVariable#hash

Defined in:
lib/docusign_maestro/models/ds_workflow_variable_from_variable.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code


122
123
124
# File 'lib/docusign_maestro/models/ds_workflow_variable_from_variable.rb', line 122

def hash
  [key, property_name, source, step_id].hash
end