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