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_advisor ⇒ Object
- #pitchbook_company ⇒ Object
- #pitchbook_fund ⇒ Object
- #pitchbook_investor ⇒ Object
- #pitchbook_limited_partner ⇒ Object
Constructor Details
#initialize ⇒ PitchBookGroup
Returns a new instance of PitchBookGroup.
628 |
# File 'sig/crawlora.rbs', line 628
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#pitchbook_advisor ⇒ Object
629 |
# File 'sig/crawlora.rbs', line 629
def pitchbook_advisor: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_company ⇒ Object
630 |
# File 'sig/crawlora.rbs', line 630
def pitchbook_company: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_fund ⇒ Object
631 |
# File 'sig/crawlora.rbs', line 631
def pitchbook_fund: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_investor ⇒ Object
632 |
# File 'sig/crawlora.rbs', line 632
def pitchbook_investor: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pitchbook_limited_partner ⇒ Object
633 |
# File 'sig/crawlora.rbs', line 633
def pitchbook_limited_partner: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|