Method: DocuSign_Maestro::DSWorkflowVariableFromVariable#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared

[View source]

105
106
107
108
109
110
111
112
# File 'lib/docusign_maestro/models/ds_workflow_variable_from_variable.rb', line 105

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      key == o.key &&
      property_name == o.property_name &&
      source == o.source &&
      step_id == o.step_id
end