Class: Crawlora::ReferralsGroup
- Inherits:
-
Object
- Object
- Crawlora::ReferralsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #click ⇒ Object
-
#initialize ⇒ ReferralsGroup
constructor
A new instance of ReferralsGroup.
- #me ⇒ Object
- #me_events ⇒ Object
Constructor Details
#initialize ⇒ ReferralsGroup
Returns a new instance of ReferralsGroup.
468 |
# File 'sig/crawlora.rbs', line 468
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#click ⇒ Object
469 |
# File 'sig/crawlora.rbs', line 469
def click: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me ⇒ Object
470 |
# File 'sig/crawlora.rbs', line 470
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_events ⇒ Object
471 |
# File 'sig/crawlora.rbs', line 471
def me_events: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|