Class: YahooFinance::FinancialStatement::AnnualCashFlowStatementPage

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) ⇒ AnnualCashFlowStatementPage

Returns a new instance of AnnualCashFlowStatementPage.



329
330
331
332
333
334
335
# File 'lib/yahoo_finance/financial_statement.rb', line 329

def initialize symbol = nil
  super symbol
  @term = :annual
  @data_columns = 3
  @type="cf"
  @field_defs = YahooFinance::FinancialStatement::CASH_FLOW_STMT_FIELDS
end