Class: YahooFinance::FinancialStatement::QuarterlyIncomeStatementPage

Inherits:
FinancialStatementPage show all
Defined in:
lib/yahoo_finance/financial_statement.rb

Instance Attribute Summary

Attributes inherited from FinancialStatementPage

#symbol

Instance Method Summary collapse

Methods inherited from FinancialStatementPage

#_fetch, #available_fields, #fetch, #statement_periods, #term=, #value_for

Constructor Details

#initialize(symbol = nil) ⇒ QuarterlyIncomeStatementPage

Returns a new instance of QuarterlyIncomeStatementPage.



279
280
281
282
283
284
285
# File 'lib/yahoo_finance/financial_statement.rb', line 279

def initialize symbol = nil
  super symbol
  @term = :quarterly
  @data_columns = 4
  @type="is"
  @field_defs = YahooFinance::FinancialStatement::INCOME_STMT_FIELDS
end