Class: Eodhd::Fundamentals::Financials
- Inherits:
-
Object
- Object
- Eodhd::Fundamentals::Financials
- Defined in:
- lib/Eodhd/Fundamentals/Financials.rb,
lib/Eodhd/Fundamentals/Financials/Statement.rb
Defined Under Namespace
Classes: Statement
Instance Attribute Summary collapse
-
#balance_sheet ⇒ Object
readonly
Returns the value of attribute balance_sheet.
-
#cash_flow ⇒ Object
readonly
Returns the value of attribute cash_flow.
-
#income_statement ⇒ Object
readonly
Returns the value of attribute income_statement.
Instance Attribute Details
#balance_sheet ⇒ Object (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_flow ⇒ Object (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_statement ⇒ Object (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 |