Method: DocSpring::CombinePdfsData#==

Defined in:
lib/docspring/models/combine_pdfs_data.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



131
132
133
134
135
136
137
138
139
140
# File 'lib/docspring/models/combine_pdfs_data.rb', line 131

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      delete_custom_files == o.delete_custom_files &&
      expires_in == o.expires_in &&
       == o. &&
      password == o.password &&
      source_pdfs == o.source_pdfs &&
      test == o.test
end