Class: CoinTools::Cryptowatch::DataPoint
- Inherits:
-
Struct
- Object
- Struct
- CoinTools::Cryptowatch::DataPoint
- Defined in:
- lib/cointools/cryptowatch.rb
Instance Attribute Summary collapse
-
#price ⇒ Object
Returns the value of attribute price.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#price ⇒ Object
Returns the value of attribute price
12 13 14 |
# File 'lib/cointools/cryptowatch.rb', line 12 def price @price end |
#time ⇒ Object
Returns the value of attribute time
12 13 14 |
# File 'lib/cointools/cryptowatch.rb', line 12 def time @time end |