Sha256: 8b755b4b0d2fa7d77634ff6e80fc7dc4a051f178b3a72e3450193aa5a6e050c3
Contents?: true
Size: 840 Bytes
Versions: 5
Compression:
Stored size: 840 Bytes
Contents
module CareerBuilder module API class ResumeSearchResult include HappyMapper tag 'ResumeResultItem_V3' element :contact_email, String, :tag => "ContactEmail" element :contact_name, String, :tag => "ContactName" element :home_location, String, :tag => "HomeLocation" element :last_update, Date, :tag => "LastUpdate" element :title, String, :tag => "ResumeTitle" element :job_title, String, :tag => "JobTitle" element :recent_employer, String, :tag => "RecentEmployer" element :recent_job_title, String, :tag => "RecentJobTitle" element :recent_pay, Integer, :tag => "RecentPay" element :id, String, :tag => "ResumeID" element :user_did, String, :tag => "UserDID" element :contact_email_md5, String, :tag => "ContactEmailMD5" end end end
Version data entries
5 entries across 5 versions & 1 rubygems