Class: CSTM2::CareerAgent

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

Overview

careeragent model family (cstm_ag_* keys)

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ CareerAgent

Returns a new instance of CareerAgent.



172
# File 'lib/cstm2.rb', line 172

def initialize(client) = @c = client

Instance Method Details

#job_search_stream(body = {}, &on_event) ⇒ Object



175
# File 'lib/cstm2.rb', line 175

def job_search_stream(body = {}, &on_event) = @c.stream('/v1/careeragent/job-search/stream', body, &on_event)

#run_stream(body = {}, &on_event) ⇒ Object



174
# File 'lib/cstm2.rb', line 174

def run_stream(body = {}, &on_event) = @c.stream('/v1/careeragent/run/stream', body, &on_event)