cb-api 11.1.0 → 11.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cb/models/implementations/user.rb +2 -1
- data/lib/cb/version.rb +1 -1
- metadata +2 -2
@@ -5,7 +5,7 @@ module Cb
|
|
5
5
|
:province, :postal_code, :zip, :country_code, :first_name,
|
6
6
|
:last_name, :phone, :fax, :last_login, :created, :allow_partner_emails,
|
7
7
|
:allow_newsletter_emails, :allow_email_from_headhunter, :domain, :registration_path,
|
8
|
-
:user_type, :gender, :birth_date, :cobrand_code, :resume_stats, :custom_values
|
8
|
+
:user_type, :gender, :birth_date, :cobrand_code, :resume_stats, :custom_values, :work_status
|
9
9
|
|
10
10
|
def initialize(args = {})
|
11
11
|
return if args.nil?
|
@@ -39,6 +39,7 @@ module Cb
|
|
39
39
|
@cobrand_code = args['CoBrandCode'] || ''
|
40
40
|
@resume_stats = args['ResumeStats'] || ''
|
41
41
|
@custom_values = args['CustomValues'] || ''
|
42
|
+
@work_status = args['WorkStatus'] || ''
|
42
43
|
end
|
43
44
|
|
44
45
|
def custom_value custom_value_key
|
data/lib/cb/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cb-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.
|
4
|
+
version: 11.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-07-
|
12
|
+
date: 2014-07-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: httparty
|