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.
539 |
# File 'sig/crawlora.rbs', line 539
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#pitchbook_company ⇒ Object
540 |
# File 'sig/crawlora.rbs', line 540
def pitchbook_company: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_fund ⇒ Object
541 |
# File 'sig/crawlora.rbs', line 541
def pitchbook_fund: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_investor ⇒ Object
542 |
# File 'sig/crawlora.rbs', line 542
def pitchbook_investor: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|