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.
332 |
# File 'sig/crawlora.rbs', line 332
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#linkedin_company ⇒ Object
333 |
# File 'sig/crawlora.rbs', line 333
def linkedin_company: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#linkedin_product ⇒ Object
334 |
# File 'sig/crawlora.rbs', line 334
def linkedin_product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#linkedin_showcase ⇒ Object
335 |
# File 'sig/crawlora.rbs', line 335
def linkedin_showcase: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|