Class: Eodhd::Fundamentals::Financials

Inherits:
Object
  • Object
show all
Defined in:
lib/Eodhd/Fundamentals/Financials.rb,
lib/Eodhd/Fundamentals/Financials/Statement.rb

Defined Under Namespace

Classes: Statement

Instance Attribute Summary collapse

Instance Attribute Details

#balance_sheetObject (readonly)

Returns the value of attribute balance_sheet.



9
10
11
# File 'lib/Eodhd/Fundamentals/Financials.rb', line 9

def balance_sheet
  @balance_sheet
end

#cash_flowObject (readonly)

Returns the value of attribute cash_flow.



9
10
11
# File 'lib/Eodhd/Fundamentals/Financials.rb', line 9

def cash_flow
  @cash_flow
end

#income_statementObject (readonly)

Returns the value of attribute income_statement.



9
10
11
# File 'lib/Eodhd/Fundamentals/Financials.rb', line 9

def income_statement
  @income_statement
end