Method: DocuSign_Maestro::ProgressInstance#==
- Defined in:
- lib/docusign_maestro/models/progress_instance.rb
permalink #==(o) ⇒ Object
Checks equality by comparing each attribute.
80 81 82 83 84 85 86 |
# File 'lib/docusign_maestro/models/progress_instance.rb', line 80 def ==(o) return true if self.equal?(o) self.class == o.class && completed_steps == o.completed_steps && current_completed_step_name == o.current_completed_step_name && total_steps == o.total_steps end |