Class: Crawlora::MetaJobsGroup
- Inherits:
-
Object
- Object
- Crawlora::MetaJobsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ MetaJobsGroup
constructor
A new instance of MetaJobsGroup.
- #job ⇒ Object
- #list ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ MetaJobsGroup
Returns a new instance of MetaJobsGroup.
604 |
# File 'sig/crawlora.rbs', line 604
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#job ⇒ Object
605 |
# File 'sig/crawlora.rbs', line 605
def job: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
606 |
# File 'sig/crawlora.rbs', line 606
def list: (?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
607 |
# File 'sig/crawlora.rbs', line 607
def search: (?q: String, ?teams: Array[String], ?roles: Array[String], ?offices: Array[String], ?is_remote_only: bool, ?sort_by_new: bool, ?results_per_page: "all" | "five" | "ten", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|