Class: Edgar::DataObjects::ProxyStatement
- Defined in:
- lib/edgar/data_objects.rb
Overview
Wraps a proxy statement (DEF 14A, etc.).
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
#items ⇒ Object
178 179 180 |
# File 'lib/edgar/data_objects.rb', line 178 def items @filing.sections end |
#proposals ⇒ Object
182 183 184 |
# File 'lib/edgar/data_objects.rb', line 182 def proposals items end |