Class: Edgar::DataObjects::FormC
Overview
Wraps a Form C crowdfunding filing.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#accession_number, #company_name, #filing_date, #form_type, #initialize, #to_s
Constructor Details
This class inherits a constructor from Edgar::DataObjects::Base
Instance Method Details
#issuer ⇒ Object
241 242 243 |
# File 'lib/edgar/data_objects.rb', line 241 def issuer @filing.header.filer_company end |
#offering_amount ⇒ Object
237 238 239 |
# File 'lib/edgar/data_objects.rb', line 237 def offering_amount @filing.header.fields["TOTAL OFFERING AMOUNT"]&.first end |