Class: Crawlora::JobsGroup
- Inherits:
-
Object
- Object
- Crawlora::JobsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #ashby_board ⇒ Object
- #company_search ⇒ Object
- #greenhouse_board ⇒ Object
- #greenhouse_job ⇒ Object
- #hiring_signals ⇒ Object
-
#initialize ⇒ JobsGroup
constructor
A new instance of JobsGroup.
- #lever_posting ⇒ Object
- #lever_postings ⇒ Object
- #smartrecruiters_posting ⇒ Object
- #smartrecruiters_postings ⇒ Object
- #workday_board ⇒ Object
- #workday_job ⇒ Object
Constructor Details
#initialize ⇒ JobsGroup
Returns a new instance of JobsGroup.
328 |
# File 'sig/crawlora.rbs', line 328
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ashby_board ⇒ Object
329 |
# File 'sig/crawlora.rbs', line 329
def ashby_board: (?org: String, ?include_compensation: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#company_search ⇒ Object
330 |
# File 'sig/crawlora.rbs', line 330
def company_search: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#greenhouse_board ⇒ Object
331 |
# File 'sig/crawlora.rbs', line 331
def greenhouse_board: (?token: String, ?content: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#greenhouse_job ⇒ Object
332 |
# File 'sig/crawlora.rbs', line 332
def greenhouse_job: (?token: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#hiring_signals ⇒ Object
333 |
# File 'sig/crawlora.rbs', line 333
def hiring_signals: (?provider: "greenhouse" | "lever" | "ashby" | "workday" | "smartrecruiters", ?token: String, ?company: String, ?org: String, ?tenant: String, ?datacenter: String, ?site: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lever_posting ⇒ Object
334 |
# File 'sig/crawlora.rbs', line 334
def lever_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lever_postings ⇒ Object
335 |
# File 'sig/crawlora.rbs', line 335
def lever_postings: (?company: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#smartrecruiters_posting ⇒ Object
336 |
# File 'sig/crawlora.rbs', line 336
def smartrecruiters_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#smartrecruiters_postings ⇒ Object
337 |
# File 'sig/crawlora.rbs', line 337
def smartrecruiters_postings: (?company: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#workday_board ⇒ Object
338 |
# File 'sig/crawlora.rbs', line 338
def workday_board: (?tenant: String, ?datacenter: String, ?site: String, ?search: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#workday_job ⇒ Object
339 |
# File 'sig/crawlora.rbs', line 339
def workday_job: (?tenant: String, ?datacenter: String, ?site: String, ?path: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|