Method: DocuSign_Maestro::WorkflowDefinitionMetadata#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code

[View source]

163
164
165
# File 'lib/docusign_maestro/models/workflow_definition_metadata.rb', line 163

def hash
  [, created_date, id, is_draft, last_deployed_id, last_deployed_version, last_updated_date, name, status, trigger_url].hash
end