Class: Edgar::DataObjects::TenQ

Inherits:
Base
  • Object
show all
Defined in:
lib/edgar/data_objects.rb

Overview

Wraps a 10-Q quarterly filing with section accessors.

Instance Attribute Summary

Attributes inherited from Base

#filing

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

#financial_statementsObject



64
65
66
# File 'lib/edgar/data_objects.rb', line 64

def financial_statements
  items["1"]
end

#itemsObject



60
61
62
# File 'lib/edgar/data_objects.rb', line 60

def items
  @filing.sections
end


68
69
70
# File 'lib/edgar/data_objects.rb', line 68

def legal_proceedings
  items["1"]
end