Class: CSTM2::CareerWebAPI
- Inherits:
-
Object
- Object
- CSTM2::CareerWebAPI
- Defined in:
- lib/cstm2.rb
Overview
careerwebapi model family (cstm_wb_* keys)
Instance Method Summary collapse
-
#initialize(client) ⇒ CareerWebAPI
constructor
A new instance of CareerWebAPI.
- #search_stream(body = {}, &on_event) ⇒ Object
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) |