Class: Eodhd::Fundamentals::AnalystRatings

Inherits:
Object
  • Object
show all
Defined in:
lib/Eodhd/Fundamentals/AnalystRatings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buyObject (readonly)

Returns the value of attribute buy.



7
8
9
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7

def buy
  @buy
end

#holdObject (readonly)

Returns the value of attribute hold.



7
8
9
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7

def hold
  @hold
end

#ratingObject (readonly)

Returns the value of attribute rating.



7
8
9
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7

def rating
  @rating
end

#sellObject (readonly)

Returns the value of attribute sell.



7
8
9
# File 'lib/Eodhd/Fundamentals/AnalystRatings.rb', line 7

def sell
  @sell
end

#strong_buyObject (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_sellObject (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_priceObject (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