Method: DocuSign_eSign::SignatureType#==
- Defined in:
- lib/docusign_esign/models/signature_type.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
73 74 75 76 77 78 |
# File 'lib/docusign_esign/models/signature_type.rb', line 73 def ==(o) return true if self.equal?(o) self.class == o.class && is_default == o.is_default && type == o.type end |