Sha256: c69ccb802fa120f2a1add0dbafaf39a5091bf7a4f26d068baa157cda3af08c39
Contents?: true
Size: 778 Bytes
Versions: 44
Compression:
Stored size: 778 Bytes
Contents
# Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.io/terms.html module Sqreen module Rules # Common field names in a rule module Attrs CALLBACKS = 'callbacks'.freeze BLOCK = 'block'.freeze TEST = 'test'.freeze DATA = 'data'.freeze PAYLOAD = 'payload'.freeze NAME = 'name'.freeze RULESPACK_ID = 'rulespack_id'.freeze HOOKPOINT = 'hookpoint'.freeze KLASS = 'klass'.freeze METHOD = 'method'.freeze CALLBACK_CLASS = 'callback_class'.freeze METRICS = 'metrics'.freeze CONDITIONS = 'conditions'.freeze CALL_COUNT_INTERVAL = 'call_count_interval'.freeze PRIORITY = 'priority'.freeze freeze end end end
Version data entries
44 entries across 44 versions & 1 rubygems