Class: CSTM2::CareerWebAPI

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

Overview

careerwebapi model family (cstm_wb_* keys)

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ CareerWebAPI

Returns a new instance of CareerWebAPI.



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

def initialize(client) = @c = client

Instance Method Details

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



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

def search_stream(body = {}, &on_event) = @c.stream('/v1/careerwebapi/search', body, &on_event)