Sha256: ec7cce5353911a490cea6c85a422d90250412953634e2fe595ccbb25ef952da9

Contents?: true

Size: 240 Bytes

Versions: 28

Compression:

Stored size: 240 Bytes

Contents

module Workarea
  class Segment
    class FirstTimeVisitor < Segment
      include LifeCycle

      self.default_rules = [
        Rules::Sessions.new(minimum: 0, maximum: 1),
        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/first_time_visitor.rb
workarea-core-3.5.26 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.25 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.23 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.22 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.21 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.20 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.19 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.18 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.17 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.16 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.15 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.14 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.13 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.12 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.11 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.10 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.9 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.8 app/models/workarea/segment/first_time_visitor.rb
workarea-core-3.5.7 app/models/workarea/segment/first_time_visitor.rb