Class: Crawlora::MetaJobsGroup

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

Instance Method Summary collapse

Constructor Details

#initializeMetaJobsGroup

Returns a new instance of MetaJobsGroup.

Parameters:

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


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

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

Instance Method Details

#jobObject

Parameters:

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

Returns:

  • (Object)


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

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

#listObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

  • q: (String)
  • teams: (Array[String])
  • roles: (Array[String])
  • offices: (Array[String])
  • is_remote_only: (Boolean)
  • sort_by_new: (Boolean)
  • results_per_page: ("all", "five", "ten")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?q: String, ?teams: Array[String], ?roles: Array[String], ?offices: Array[String], ?is_remote_only: bool, ?sort_by_new: bool, ?results_per_page: "all" | "five" | "ten", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped