lib/picky/results.rb in picky-2.5.2 vs lib/picky/results.rb in picky-2.6.0
- old
+ new
@@ -8,10 +8,10 @@
attr_writer :duration
attr_reader :allocations, :offset, :amount
# Takes instances of Query::Allocations as param.
#
- def initialize amount = 0, offset = 0, allocations = Internals::Query::Allocations.new
+ def initialize amount = 0, offset = 0, allocations = Query::Allocations.new
@offset = offset
@amount = amount
@allocations = allocations
end
# Create new results and calculate the ids.
\ No newline at end of file