Sha256: e80281ea44a4ae4b99ad7f54563e6a8b26ff4c11026d21c8cd24554c0afb5e9e
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 Bytes
Contents
module CareerBuilder module API class School include HappyMapper element :name, String, :tag => "SchoolName" element :major, String, :tag => "Major" element :degree, String, :tag => "Degree" element :graduation_date, String, :tag => "GraduationDate" end end end
Version data entries
5 entries across 5 versions & 1 rubygems