Class: MagicFormulaInvesting::CompanyQuote
- Inherits:
-
Object
- Object
- MagicFormulaInvesting::CompanyQuote
- Defined in:
- lib/magicformulainvesting/company_quote.rb
Instance Attribute Summary collapse
-
#market_cap ⇒ Object
Returns the value of attribute market_cap.
-
#most_recent_quarter_data ⇒ Object
Returns the value of attribute most_recent_quarter_data.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price_from ⇒ Object
Returns the value of attribute price_from.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Instance Attribute Details
#market_cap ⇒ Object
Returns the value of attribute market_cap.
5 6 7 |
# File 'lib/magicformulainvesting/company_quote.rb', line 5 def market_cap @market_cap end |
#most_recent_quarter_data ⇒ Object
Returns the value of attribute most_recent_quarter_data.
7 8 9 |
# File 'lib/magicformulainvesting/company_quote.rb', line 7 def most_recent_quarter_data @most_recent_quarter_data end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/magicformulainvesting/company_quote.rb', line 3 def name @name end |
#price_from ⇒ Object
Returns the value of attribute price_from.
6 7 8 |
# File 'lib/magicformulainvesting/company_quote.rb', line 6 def price_from @price_from end |
#ticket ⇒ Object
Returns the value of attribute ticket.
4 5 6 |
# File 'lib/magicformulainvesting/company_quote.rb', line 4 def ticket @ticket end |