Class: Eodhd::Fundamentals::Valuation
- Inherits:
-
Object
- Object
- Eodhd::Fundamentals::Valuation
- Defined in:
- lib/Eodhd/Fundamentals/Valuation.rb
Instance Attribute Summary collapse
-
#enterprise_value ⇒ Object
readonly
Returns the value of attribute enterprise_value.
-
#enterprise_value_ebitda ⇒ Object
readonly
Returns the value of attribute enterprise_value_ebitda.
-
#enterprise_value_revenue ⇒ Object
readonly
Returns the value of attribute enterprise_value_revenue.
-
#forward_pe ⇒ Object
readonly
Returns the value of attribute forward_pe.
-
#price_book_mrq ⇒ Object
readonly
Returns the value of attribute price_book_mrq.
-
#price_sales_ttm ⇒ Object
readonly
Returns the value of attribute price_sales_ttm.
-
#trailing_pe ⇒ Object
readonly
Returns the value of attribute trailing_pe.
Instance Attribute Details
#enterprise_value ⇒ Object (readonly)
Returns the value of attribute enterprise_value.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def enterprise_value @enterprise_value end |
#enterprise_value_ebitda ⇒ Object (readonly)
Returns the value of attribute enterprise_value_ebitda.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def enterprise_value_ebitda @enterprise_value_ebitda end |
#enterprise_value_revenue ⇒ Object (readonly)
Returns the value of attribute enterprise_value_revenue.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def enterprise_value_revenue @enterprise_value_revenue end |
#forward_pe ⇒ Object (readonly)
Returns the value of attribute forward_pe.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def forward_pe @forward_pe end |
#price_book_mrq ⇒ Object (readonly)
Returns the value of attribute price_book_mrq.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def price_book_mrq @price_book_mrq end |
#price_sales_ttm ⇒ Object (readonly)
Returns the value of attribute price_sales_ttm.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def price_sales_ttm @price_sales_ttm end |
#trailing_pe ⇒ Object (readonly)
Returns the value of attribute trailing_pe.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Valuation.rb', line 7 def trailing_pe @trailing_pe end |