Class: Crawlora::GoogleJobsGroup
- Inherits:
-
Object
- Object
- Crawlora::GoogleJobsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ GoogleJobsGroup
constructor
A new instance of GoogleJobsGroup.
- #job ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ GoogleJobsGroup
Returns a new instance of GoogleJobsGroup.
401 |
# File 'sig/crawlora.rbs', line 401
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#job ⇒ Object
402 |
# File 'sig/crawlora.rbs', line 402
def job: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
403 |
# File 'sig/crawlora.rbs', line 403
def search: (?q: String, ?location: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|