Method: CrelateClient::ZipApplyData#==

Defined in:
lib/crelate_client/models/zip_apply_data.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



136
137
138
139
140
141
142
143
144
145
146
147
# File 'lib/crelate_client/models/zip_apply_data.rb', line 136

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      resume == o.resume &&
      job_id == o.job_id &&
      name == o.name &&
      phone == o.phone &&
      last_name == o.last_name &&
      email == o.email &&
      response_id == o.response_id &&
      first_name == o.first_name
end