lib/td/client/api/schedule.rb in td-client-1.0.4 vs lib/td/client/api/schedule.rb in td-client-1.0.5

- old
+ new

@@ -64,10 +64,10 @@ return nil end # @param [String] name # @param [Fixnum] from - # @param [Fixnum] to + # @param [Fixnum] to (to is exclusive) # @return [Array] def history(name, from=0, to=nil) params = {} params['from'] = from.to_s if from params['to'] = to.to_s if to