Method: DocuSign_Maestro::ESignDocumentFromESignTemplate#==

Defined in:
lib/docusign_maestro/models/e_sign_document_from_e_sign_template.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/e_sign_document_from_e_sign_template.rb', line 105

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      e_sign_template_id == o.e_sign_template_id &&
      file_extension == o.file_extension &&
      name == o.name &&
      type == o.type
end