Class: MagicFormulaInvesting::CompanyQuote

Inherits:
Object
  • Object
show all
Defined in:
lib/magicformulainvesting/company_quote.rb

Instance Attribute Summary collapse

Instance Attribute Details

#market_capObject

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_dataObject

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

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/magicformulainvesting/company_quote.rb', line 3

def name
  @name
end

#price_fromObject

Returns the value of attribute price_from.



6
7
8
# File 'lib/magicformulainvesting/company_quote.rb', line 6

def price_from
  @price_from
end

#ticketObject

Returns the value of attribute ticket.



4
5
6
# File 'lib/magicformulainvesting/company_quote.rb', line 4

def ticket
  @ticket
end