Class: Crawlora::IndeedGroup

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

Instance Method Summary collapse

Constructor Details

#initializeIndeedGroup

Returns a new instance of IndeedGroup.

Parameters:

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


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

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

Instance Method Details

#jobObject

Parameters:

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

Returns:

  • (Object)


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

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

#locations_suggestObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

  • q: (String)
  • l: (String)
  • page: (Integer)
  • sort: ("relevance", "date")
  • radius: (Integer)
  • fromage: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?q: String, ?l: String, ?page: Integer, ?sort: "relevance" | "date", ?radius: Integer, ?fromage: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped