Class: Edgar::FilingIndex::IndexEntry
- Inherits:
-
Struct
- Object
- Struct
- Edgar::FilingIndex::IndexEntry
- Defined in:
- lib/edgar/filing_index.rb
Instance Attribute Summary collapse
-
#accession_number ⇒ Object
Returns the value of attribute accession_number.
-
#cik ⇒ Object
Returns the value of attribute cik.
-
#company ⇒ Object
Returns the value of attribute company.
-
#filing_date ⇒ Object
Returns the value of attribute filing_date.
-
#form ⇒ Object
Returns the value of attribute form.
Instance Attribute Details
#accession_number ⇒ Object
Returns the value of attribute accession_number
6 7 8 |
# File 'lib/edgar/filing_index.rb', line 6 def accession_number @accession_number end |
#cik ⇒ Object
Returns the value of attribute cik
6 7 8 |
# File 'lib/edgar/filing_index.rb', line 6 def cik @cik end |
#company ⇒ Object
Returns the value of attribute company
6 7 8 |
# File 'lib/edgar/filing_index.rb', line 6 def company @company end |
#filing_date ⇒ Object
Returns the value of attribute filing_date
6 7 8 |
# File 'lib/edgar/filing_index.rb', line 6 def filing_date @filing_date end |
#form ⇒ Object
Returns the value of attribute form
6 7 8 |
# File 'lib/edgar/filing_index.rb', line 6 def form @form end |