Class: Eodhd::Fundamentals::AnalystRatings
- Inherits:
-
Object
- Object
- Eodhd::Fundamentals::AnalystRatings
- Defined in:
- lib/Eodhd/Fundamentals/AnalystRatings.rb
Instance Attribute Summary collapse
-
#buy ⇒ Object
readonly
Returns the value of attribute buy.
-
#hold ⇒ Object
readonly
Returns the value of attribute hold.
-
#rating ⇒ Object
readonly
Returns the value of attribute rating.
-
#sell ⇒ Object
readonly
Returns the value of attribute sell.
-
#strong_buy ⇒ Object
readonly
Returns the value of attribute strong_buy.
-
#strong_sell ⇒ Object
readonly
Returns the value of attribute strong_sell.
-
#target_price ⇒ Object
readonly
Returns the value of attribute target_price.
Instance Attribute Details
#buy ⇒ Object (readonly)
Returns the value of attribute buy.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def buy @buy end |
#hold ⇒ Object (readonly)
Returns the value of attribute hold.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def hold @hold end |
#rating ⇒ Object (readonly)
Returns the value of attribute rating.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def @rating end |
#sell ⇒ Object (readonly)
Returns the value of attribute sell.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def sell @sell end |
#strong_buy ⇒ Object (readonly)
Returns the value of attribute strong_buy.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def strong_buy @strong_buy end |
#strong_sell ⇒ Object (readonly)
Returns the value of attribute strong_sell.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def strong_sell @strong_sell end |
#target_price ⇒ Object (readonly)
Returns the value of attribute target_price.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7 def target_price @target_price end |