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.
699 |
# File 'sig/crawlora.rbs', line 699
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#click ⇒ Object
700 |
# File 'sig/crawlora.rbs', line 700
def click: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me ⇒ Object
701 |
# File 'sig/crawlora.rbs', line 701
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_events ⇒ Object
702 |
# File 'sig/crawlora.rbs', line 702
def me_events: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|