Class: Crawlora::JobsGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeJobsGroup

Returns a new instance of JobsGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


401
# File 'sig/crawlora.rbs', line 401

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#ashby_boardObject

Parameters:

  • org: (String)
  • include_compensation: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


402
# File 'sig/crawlora.rbs', line 402

def ashby_board: (?org: String, ?include_compensation: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#company_searchObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


403
# File 'sig/crawlora.rbs', line 403

def company_search: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#greenhouse_boardObject

Parameters:

  • token: (String)
  • content: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


404
# File 'sig/crawlora.rbs', line 404

def greenhouse_board: (?token: String, ?content: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#greenhouse_jobObject

Parameters:

  • token: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


405
# File 'sig/crawlora.rbs', line 405

def greenhouse_job: (?token: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#hiring_signalsObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (Object)


406
# File 'sig/crawlora.rbs', line 406

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_postingObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


407
# File 'sig/crawlora.rbs', line 407

def lever_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#lever_postingsObject

Parameters:

  • company: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


408
# File 'sig/crawlora.rbs', line 408

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_postingObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


409
# File 'sig/crawlora.rbs', line 409

def smartrecruiters_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#smartrecruiters_postingsObject

Parameters:

  • company: (String)
  • limit: (Integer)
  • offset: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


410
# File 'sig/crawlora.rbs', line 410

def smartrecruiters_postings: (?company: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#workday_boardObject

Parameters:

  • tenant: (String)
  • datacenter: (String)
  • site: (String)
  • search: (String)
  • limit: (Integer)
  • offset: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


411
# File 'sig/crawlora.rbs', line 411

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_jobObject

Parameters:

  • tenant: (String)
  • datacenter: (String)
  • site: (String)
  • path: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


412
# File 'sig/crawlora.rbs', line 412

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