Class: CSTM2::CareerScore

Inherits:
Object
  • Object
show all
Defined in:
lib/cstm2.rb

Overview

careerscore model family (cstm_sc_* keys)

Instance Method Summary collapse

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)