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