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.
73 |
# File 'sig/crawlora.rbs', line 73
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#job ⇒ Object
74 |
# File 'sig/crawlora.rbs', line 74
def job: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
75 |
# File 'sig/crawlora.rbs', line 75
def search: (?q: String, ?location: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|