mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
parent
e7f1506728
commit
14b53732c3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Series
|
||||||
values.each(&block)
|
values.each(&block)
|
||||||
end
|
end
|
||||||
|
|
||||||
attr_reader :start_date, :end_date, :interval, :trend, :values, :favorable_direction
|
attr_reader :start_date, :end_date, :interval, :values, :favorable_direction
|
||||||
|
|
||||||
Value = Struct.new(
|
Value = Struct.new(
|
||||||
:date,
|
:date,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue