Class: Edgar::DataObjects::Schedule13G
- Defined in:
- lib/edgar/data_objects.rb
Overview
Wraps a Schedule 13G beneficial ownership 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
#beneficial_owner ⇒ Object
104 105 106 |
# File 'lib/edgar/data_objects.rb', line 104 def beneficial_owner @filing.header.filers.first end |