Method: DocuSign_Maestro::ProgressInstance#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code

[View source]

96
97
98
# File 'lib/docusign_maestro/models/progress_instance.rb', line 96

def hash
  [completed_steps, current_completed_step_name, total_steps].hash
end