Class: Crawlora::CongressGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeCongressGroup

Returns a new instance of CongressGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


262
# File 'sig/crawlora.rbs', line 262

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#reportObject

Parameters:

  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_disclosuresObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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