Class: Ohbjects::Quote

Inherits:
Object
  • Object
show all
Defined in:
lib/ohbjects/quote.rb

Instance Attribute Summary collapse

Instance Attribute Details

#askObject

Returns the value of attribute ask.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def ask
  @ask
end

#bidObject

Returns the value of attribute bid.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def bid
  @bid
end

#descriptionObject

Returns the value of attribute description.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def description
  @description
end

#highObject

Returns the value of attribute high.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def high
  @high
end

#lastObject

Returns the value of attribute last.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def last
  @last
end

#lowObject

Returns the value of attribute low.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def low
  @low
end

#openObject

Returns the value of attribute open.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def open
  @open
end

#prev_closeObject

Returns the value of attribute prev_close.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def prev_close
  @prev_close
end

#symbolObject

Returns the value of attribute symbol.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def symbol
  @symbol
end

#today_closeObject

Returns the value of attribute today_close.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def today_close
  @today_close
end

#volumeObject

Returns the value of attribute volume.



28
29
30
# File 'lib/ohbjects/quote.rb', line 28

def volume
  @volume
end