careerbuilder / ruby-cb-api

Ruby wrapper around the CareerBuilder.com APIs
Apache License 2.0
14 stars 18 forks source link

Add jc_custom_fields to Cb::Models::Job #259

Closed xwang-cb closed 8 years ago

xwang-cb commented 8 years ago

Add jc_custom_fields to Cb::Models::Job --APACLocal team

oochelz commented 8 years ago

Here are example tests: https://github.com/careerbuilder/ruby-cb-api/blob/master/spec/cb/models/implementations/job_spec.rb#L26..L41

xwang-cb commented 8 years ago

Thanks @oochelz, I have added unit test.

oochelz commented 8 years ago

Very nice. Thank you!