Sha256: b8815465fa4b0f3948912a3c466ddb3cdc75e89c8c07d1ffdaa4c810ac43f17d

Contents?: true

Size: 183 Bytes

Versions: 28

Compression:

Stored size: 183 Bytes

Contents

module Workarea
  class Segment
    class FirstTimeCustomer < Segment
      include LifeCycle
      self.default_rules = [Rules::Orders.new(minimum: 1, maximum: 1)]
    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_customer.rb
workarea-core-3.5.26 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.25 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.23 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.22 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.21 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.20 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.19 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.18 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.17 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.16 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.15 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.14 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.13 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.12 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.11 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.10 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.9 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.8 app/models/workarea/segment/first_time_customer.rb
workarea-core-3.5.7 app/models/workarea/segment/first_time_customer.rb