Class: CSTM2::CareerVision
- Inherits:
-
Object
- Object
- CSTM2::CareerVision
- Defined in:
- lib/cstm2.rb
Overview
careervision model family (cstm_vi_* keys)
Instance Method Summary collapse
- #analyse(**body) ⇒ Object
-
#initialize(client) ⇒ CareerVision
constructor
A new instance of CareerVision.
Constructor Details
#initialize(client) ⇒ CareerVision
Returns a new instance of CareerVision.
187 |
# File 'lib/cstm2.rb', line 187 def initialize(client) = @c = client |
Instance Method Details
#analyse(**body) ⇒ Object
189 |
# File 'lib/cstm2.rb', line 189 def analyse(**body) = @c.post('/v1/careervision/analyse', body) |