Sha256: fde29a354aa6d7f15cfb36f9b23e1218ce4ba1853833d35841c503b88d2402cd

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

{{#bindRule}}{{#columns.length}}{{!

   Evaluate 'bindRule' inputs

- :process: _pets__id__delete_
  :_comma: ''
  :bindRule:
    columns:  (* HERE *)
    - :parameter_name: id
      :domain_element: pet_id_1
      rows: false
      columns: false
      _comma: ''


}}[ {{!

    Iterate 'bindRule' for each column

}}{{/columns.length}}{{#columns}}{{>config/steps_run_parameterBind.mustache}}{{/columns}}{{!

    end of some columns defined

}}{{#columns.length}}]{{/columns.length}}{{!

  If no inputs --> WildCard

}}{{^columns.length}}WildCard{{/columns.length}}{{/bindRule}}{{!

   Evaluate 'parameterExact' intpus

- :process: _customers_post_
  :_comma: ''
  :parameter: false
  :parameterExact:  (* HERE *)
    columns:
    - :parameter_name: customers
      rows:
      - rows: false
        columns:
        - :parameter_name: id
          :domain_element: customer_id_1
          rows: false
          columns: false
          _comma: ","


}}{{^bindRule}}WildCard{{/bindRule}}{{!

   No new line --> outputs on one line
Local Variables:
require-final-newline: nil
End:
}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tla-sbuilder-0.3.9 mustache/config/steps_run_bind_rule.mustache
tla-sbuilder-0.3.8 mustache/config/steps_run_bind_rule.mustache
tla-sbuilder-0.3.7 mustache/config/steps_run_bind_rule.mustache