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