Class: Crawlora::IndeedGroup
- Inherits:
-
Object
- Object
- Crawlora::IndeedGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ IndeedGroup
constructor
A new instance of IndeedGroup.
- #job ⇒ Object
- #locations_suggest ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ IndeedGroup
Returns a new instance of IndeedGroup.
561 |
# File 'sig/crawlora.rbs', line 561
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#job ⇒ 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_suggest ⇒ 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
|
#search ⇒ 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
|