Class: Crawlora::CongressGroup
- Inherits:
-
Object
- Object
- Crawlora::CongressGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ CongressGroup
constructor
A new instance of CongressGroup.
- #report ⇒ Object
- #stock_disclosures ⇒ Object
Constructor Details
#initialize ⇒ CongressGroup
Returns a new instance of CongressGroup.
262 |
# File 'sig/crawlora.rbs', line 262
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#report ⇒ Object
263 |
# File 'sig/crawlora.rbs', line 263
def report: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stock_disclosures ⇒ Object
264 |
# File 'sig/crawlora.rbs', line 264
def stock_disclosures: (?chamber: "house" | "senate", ?member: String, ?ticker: String, ?state: String, ?district: String, ?filer_type: String, ?election_year: String, ?report_type: String, ?from: String, ?to: String, ?sort: "name_asc" | "name_desc" | "office_asc" | "office_desc" | "filing_year_asc" | "filing_year_desc", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|