Sha256: d750c99f49c0c9bac1e210f4d15d67665eca02961fe9a84cb47774c082baacfd

Contents?: true

Size: 228 Bytes

Versions: 28

Compression:

Stored size: 228 Bytes

Contents

module Workarea
  class Segment
    class ReturningVisitor < Segment
      include LifeCycle

      self.default_rules = [
        Rules::Sessions.new(minimum: 2),
        Rules::Orders.new(maximum: 0)
      ]
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-core-3.5.27 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.26 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.25 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.23 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.22 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.21 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.20 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.19 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.18 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.17 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.16 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.15 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.14 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.13 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.12 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.11 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.10 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.9 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.8 app/models/workarea/segment/returning_visitor.rb
workarea-core-3.5.7 app/models/workarea/segment/returning_visitor.rb