Method: DocuSign_Maestro::TriggerWorkflowViaPostResponse#==
- Defined in:
- lib/docusign_maestro/models/trigger_workflow_via_post_response.rb
permalink #==(o) ⇒ Object
Checks equality by comparing each attribute.
70 71 72 73 74 75 |
# File 'lib/docusign_maestro/models/trigger_workflow_via_post_response.rb', line 70 def ==(o) return true if self.equal?(o) self.class == o.class && instance_id == o.instance_id && workflow_instance_url == o.workflow_instance_url end |