lib/snaptrade/models/past_value.rb in snaptrade-2.0.32 vs lib/snaptrade/models/past_value.rb in snaptrade-2.0.33

- old
+ new

@@ -10,10 +10,10 @@ require 'date' require 'time' module SnapTrade class PastValue - # Date used to specify timeframe for a reporting call (in YYYY-MM-DD format) + # Date used to specify timeframe for a reporting call (in YYYY-MM-DD format). These dates are inclusive. attr_accessor :date attr_accessor :value attr_accessor :currency