Class: CoinTools::Cryptowatch::DataPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/cointools/cryptowatch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#priceObject

Returns the value of attribute price



12
13
14
# File 'lib/cointools/cryptowatch.rb', line 12

def price
  @price
end

#timeObject

Returns the value of attribute time



12
13
14
# File 'lib/cointools/cryptowatch.rb', line 12

def time
  @time
end