Method: DocuSign_Admin::LinkResponse#==
- Defined in:
- lib/docusign_admin/models/link_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
68 69 70 71 72 73 |
# File 'lib/docusign_admin/models/link_response.rb', line 68 def ==(o) return true if self.equal?(o) self.class == o.class && rel == o.rel && href == o.href end |