Class: CSTM2::CareerScore
- Inherits:
-
Object
- Object
- CSTM2::CareerScore
- Defined in:
- lib/cstm2.rb
Overview
careerscore model family (cstm_sc_* keys)
Instance Method Summary collapse
- #batch(items) ⇒ Object
-
#initialize(client) ⇒ CareerScore
constructor
A new instance of CareerScore.
- #score(**body) ⇒ Object
Constructor Details
#initialize(client) ⇒ CareerScore
Returns a new instance of CareerScore.
164 |
# File 'lib/cstm2.rb', line 164 def initialize(client) = @c = client |
Instance Method Details
#batch(items) ⇒ Object
167 |
# File 'lib/cstm2.rb', line 167 def batch(items) = @c.post('/v1/careerscore/batch', { items: items }) |
#score(**body) ⇒ Object
166 |
# File 'lib/cstm2.rb', line 166 def score(**body) = @c.post('/v1/careerscore/score', body) |