Class: Crawlora::LinkedInGroup
- Inherits:
-
Object
- Object
- Crawlora::LinkedInGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ LinkedInGroup
constructor
A new instance of LinkedInGroup.
- #linkedin_company ⇒ Object
- #linkedin_product ⇒ Object
- #linkedin_showcase ⇒ Object
Constructor Details
#initialize ⇒ LinkedInGroup
Returns a new instance of LinkedInGroup.
379 |
# File 'sig/crawlora.rbs', line 379
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#linkedin_company ⇒ Object
380 |
# File 'sig/crawlora.rbs', line 380
def linkedin_company: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#linkedin_product ⇒ Object
381 |
# File 'sig/crawlora.rbs', line 381
def linkedin_product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#linkedin_showcase ⇒ Object
382 |
# File 'sig/crawlora.rbs', line 382
def linkedin_showcase: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|