Class: Edgar::FilingIndex::IndexEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/edgar/filing_index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accession_numberObject

Returns the value of attribute accession_number

Returns:

  • (Object)

    the current value of accession_number



6
7
8
# File 'lib/edgar/filing_index.rb', line 6

def accession_number
  @accession_number
end

#cikObject

Returns the value of attribute cik

Returns:

  • (Object)

    the current value of cik



6
7
8
# File 'lib/edgar/filing_index.rb', line 6

def cik
  @cik
end

#companyObject

Returns the value of attribute company

Returns:

  • (Object)

    the current value of company



6
7
8
# File 'lib/edgar/filing_index.rb', line 6

def company
  @company
end

#filing_dateObject

Returns the value of attribute filing_date

Returns:

  • (Object)

    the current value of filing_date



6
7
8
# File 'lib/edgar/filing_index.rb', line 6

def filing_date
  @filing_date
end

#formObject

Returns the value of attribute form

Returns:

  • (Object)

    the current value of form



6
7
8
# File 'lib/edgar/filing_index.rb', line 6

def form
  @form
end