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