Method: DocuSign_Maestro::WorkflowDefinitionWithId#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code

[View source]

183
184
185
# File 'lib/docusign_maestro/models/workflow_definition_with_id.rb', line 183

def hash
  [, 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