Method: DocuSign_Maestro::DSTransformationStep#==
- Defined in:
- lib/docusign_maestro/models/ds_transformation_step.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
150 151 152 153 154 155 156 157 158 159 160 |
# File 'lib/docusign_maestro/models/ds_transformation_step.rb', line 150 def ==(o) return true if self.equal?(o) self.class == o.class && config == o.config && expression == o.expression && id == o.id && input == o.input && name == o.name && output == o.output && type == o.type end |