Method: DocuSign_eSign::BrandsResponse#==
- Defined in:
- lib/docusign_esign/models/brands_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
84 85 86 87 88 89 90 |
# File 'lib/docusign_esign/models/brands_response.rb', line 84 def ==(o) return true if self.equal?(o) self.class == o.class && brands == o.brands && recipient_brand_id_default == o.recipient_brand_id_default && sender_brand_id_default == o.sender_brand_id_default end |