Class: Crawlora::FiverrGroup
- Inherits:
-
Object
- Object
- Crawlora::FiverrGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #gig ⇒ Object
-
#initialize ⇒ FiverrGroup
constructor
A new instance of FiverrGroup.
- #search ⇒ Object
- #seller ⇒ Object
Constructor Details
#initialize ⇒ FiverrGroup
Returns a new instance of FiverrGroup.
495 |
# File 'sig/crawlora.rbs', line 495
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#gig ⇒ Object
496 |
# File 'sig/crawlora.rbs', line 496
def gig: (?username: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
497 |
# File 'sig/crawlora.rbs', line 497
def search: (?q: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#seller ⇒ Object
498 |
# File 'sig/crawlora.rbs', line 498
def seller: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|