Class: Ohbjects::Quote
- Inherits:
-
Object
- Object
- Ohbjects::Quote
- Defined in:
- lib/ohbjects/quote.rb
Instance Attribute Summary collapse
-
#ask ⇒ Object
Returns the value of attribute ask.
-
#bid ⇒ Object
Returns the value of attribute bid.
-
#description ⇒ Object
Returns the value of attribute description.
-
#high ⇒ Object
Returns the value of attribute high.
-
#last ⇒ Object
Returns the value of attribute last.
-
#low ⇒ Object
Returns the value of attribute low.
-
#open ⇒ Object
Returns the value of attribute open.
-
#prev_close ⇒ Object
Returns the value of attribute prev_close.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
-
#today_close ⇒ Object
Returns the value of attribute today_close.
-
#volume ⇒ Object
Returns the value of attribute volume.
Instance Attribute Details
#ask ⇒ Object
Returns the value of attribute ask.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def ask @ask end |
#bid ⇒ Object
Returns the value of attribute bid.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def bid @bid end |
#description ⇒ Object
Returns the value of attribute description.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def description @description end |
#high ⇒ Object
Returns the value of attribute high.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def high @high end |
#last ⇒ Object
Returns the value of attribute last.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def last @last end |
#low ⇒ Object
Returns the value of attribute low.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def low @low end |
#open ⇒ Object
Returns the value of attribute open.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def open @open end |
#prev_close ⇒ Object
Returns the value of attribute prev_close.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def prev_close @prev_close end |
#symbol ⇒ Object
Returns the value of attribute symbol.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def symbol @symbol end |
#today_close ⇒ Object
Returns the value of attribute today_close.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def today_close @today_close end |
#volume ⇒ Object
Returns the value of attribute volume.
28 29 30 |
# File 'lib/ohbjects/quote.rb', line 28 def volume @volume end |