Sha256: f0692ee2e04c41b9990ab1f938fbc2187e2101a53517f12e5b1254a3a07804fc
Contents?: true
Size: 250 Bytes
Versions: 7
Compression:
Stored size: 250 Bytes
Contents
json.array! @datapoints do |p| json.date p[:quote_at].in_time_zone('UTC').to_date json.quote_at p[:quote_at] json.open p[:open] json.high p[:high] json.low p[:low] json.close p[:value] json.volume p[:volume] end
Version data entries
7 entries across 7 versions & 1 rubygems