Class: YahooFinance::FinancialStatement::QuarterlyIncomeStatementPage
- Inherits:
-
FinancialStatementPage
- Object
- FinancialStatementPage
- YahooFinance::FinancialStatement::QuarterlyIncomeStatementPage
- Defined in:
- lib/yahoo_finance/financial_statement.rb
Instance Attribute Summary
Attributes inherited from FinancialStatementPage
Instance Method Summary collapse
-
#initialize(symbol = nil) ⇒ QuarterlyIncomeStatementPage
constructor
A new instance of QuarterlyIncomeStatementPage.
Methods inherited from FinancialStatementPage
#available_fields, #fetch, #statement_periods, #term=, #value_for
Constructor Details
#initialize(symbol = nil) ⇒ QuarterlyIncomeStatementPage
Returns a new instance of QuarterlyIncomeStatementPage.
264 265 266 267 268 269 270 |
# File 'lib/yahoo_finance/financial_statement.rb', line 264 def initialize symbol = nil super symbol @term = :quarterly @data_columns = 4 @type="is" @field_defs = YahooFinance::FinancialStatement::INCOME_STMT_FIELDS end |