Sha256: f5ab07637f633dd88b9e9fe95d5fe4ff8122bf6628796894141d143f828f3cfc

Contents?: true

Size: 1.87 KB

Versions: 21

Compression:

Stored size: 1.87 KB

Contents

---
:operators:
  - :unique_identifier: is_equal_to
    :type: comparison
    :symbol: '='
    :text: is equal to
    :parameter_types:
      - numeric
      - date
      - string
  - :unique_identifier: is_not_equal_to
    :type: comparison
    :symbol: '!='
    :text: is not equal to
    :parameter_types:
      - numeric
      - date
      - string
  - :unique_identifier: is_less_than
    :type: comparison
    :symbol: '<'
    :text: is less than
    :parameter_types:
      - numeric
      - date
  - :unique_identifier: is_greater_than
    :type: comparison
    :symbol: '>'
    :text: is greater than
    :parameter_types:
      - numeric
      - date
  - :unique_identifier: is_in_the_range
    :type: range
    :symbol: between
    :text: is in the range
    :parameter_types:
      - numeric
      - date
  - :unique_identifier: is_one_of
    :type: list
    :symbol: in
    :text: is one of
    :parameter_types:
      - list
  - :unique_identifier: is_not_one_of
    :type: list
    :symbol: not in
    :text: is not one of
    :parameter_types:
      - list
  - :unique_identifier: is_like
    :type: text_comparison
    :symbol: like
    :text: is like
    :parameter_types:
      - text
  - :unique_identifier: is_not_like
    :type: text_comparison
    :symbol: not like
    :text: is not like
    :parameter_types:
      - text
  - :unique_identifier: include
    :type: list
    :symbol: include
    :text: include
    :parameter_types:
      - search
  - :unique_identifier: exclude
    :type: list
    :symbol: exclude
    :text: exclude
    :parameter_types:
      - search
  - :unique_identifier: none
    :type: presence
    :symbol: is null
    :text: none
    :parameter_types:
      - numeric
      - date
      - string
  - :unique_identifier: not none
    :type: presence
    :symbol: is not null
    :text: not none
    :parameter_types:
      - numeric
      - date
      - string

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
discerner-2.0.14 lib/setup/operators.yml
discerner-2.0.13 lib/setup/operators.yml
discerner-1.2.2 lib/setup/operators.yml
discerner-2.0.12 lib/setup/operators.yml
discerner-1.2.1 lib/setup/operators.yml
discerner-2.0.11 lib/setup/operators.yml
discerner-2.0.10 lib/setup/operators.yml
discerner-1.2.0 lib/setup/operators.yml
discerner-2.0.9 lib/setup/operators.yml
discerner-2.0.8 lib/setup/operators.yml
discerner-2.0.7 lib/setup/operators.yml
discerner-2.0.6 lib/setup/operators.yml
discerner-2.0.5 lib/setup/operators.yml
discerner-2.0.4 lib/setup/operators.yml
discerner-2.0.3 lib/setup/operators.yml
discerner-2.0.2 lib/setup/operators.yml
discerner-2.0.1 lib/setup/operators.yml
discerner-2.0.0 lib/setup/operators.yml
discerner-1.1.20 lib/setup/operators.yml
discerner-1.1.19 lib/setup/operators.yml