class Blockchain::ChartValue
Attributes
x[R]
y[R]
Public Class Methods
new(cv)
click to toggle source
# File lib/blockchain/statistics.rb, line 116 def initialize(cv) @x = cv['x'] @y = cv['y'] end