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