Sha256: 06702292e2ab7bcbf6499533a58e2a6ab49a8b5d33e474278320e3dd5ca04311

Contents?: true

Size: 170 Bytes

Versions: 4

Compression:

Stored size: 170 Bytes

Contents

module Workarea
  module Inventory
    module Policies
      class AllowNotify < Standard
        def displayable?
          true
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
workarea-inventory_notifications-2.1.5 app/models/workarea/inventory/policies/allow_notify.rb
workarea-inventory_notifications-2.1.4 app/models/workarea/inventory/policies/allow_notify.rb
workarea-inventory_notifications-2.1.3 app/models/workarea/inventory/policies/allow_notify.rb
workarea-inventory_notifications-2.1.2 app/models/workarea/inventory/policies/allow_notify.rb