Class: Edgar::DataObjects::Effect
- Defined in:
- lib/edgar/data_objects.rb
Overview
Wraps an SEC Effect 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
#effect_type ⇒ Object
284 285 286 |
# File 'lib/edgar/data_objects.rb', line 284 def effect_type @filing.header.fields["EFFECT"]&.first end |