Class: Crawlora::PitchBookGroup
- Inherits:
-
Object
- Object
- Crawlora::PitchBookGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ PitchBookGroup
constructor
A new instance of PitchBookGroup.
- #pitchbook_company ⇒ Object
- #pitchbook_fund ⇒ Object
- #pitchbook_investor ⇒ Object
Constructor Details
#initialize ⇒ PitchBookGroup
Returns a new instance of PitchBookGroup.
407 |
# File 'sig/crawlora.rbs', line 407
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#pitchbook_company ⇒ Object
408 |
# File 'sig/crawlora.rbs', line 408
def pitchbook_company: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_fund ⇒ Object
409 |
# File 'sig/crawlora.rbs', line 409
def pitchbook_fund: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_investor ⇒ Object
410 |
# File 'sig/crawlora.rbs', line 410
def pitchbook_investor: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|