csv_decision 0.4.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +43 -19
  4. data/csv_decision.gemspec +1 -1
  5. data/doc/CSVDecision.html +6 -6
  6. data/doc/CSVDecision/CellValidationError.html +1 -1
  7. data/doc/CSVDecision/Columns.html +124 -42
  8. data/doc/CSVDecision/Columns/Dictionary.html +101 -7
  9. data/doc/CSVDecision/Data.html +1 -1
  10. data/doc/CSVDecision/Decision.html +444 -98
  11. data/doc/CSVDecision/Defaults.html +1 -1
  12. data/doc/CSVDecision/Dictionary.html +4 -4
  13. data/doc/CSVDecision/Dictionary/Entry.html +31 -31
  14. data/doc/CSVDecision/Error.html +1 -1
  15. data/doc/CSVDecision/FileError.html +1 -1
  16. data/doc/CSVDecision/Header.html +2 -2
  17. data/doc/CSVDecision/Index.html +1 -1
  18. data/doc/CSVDecision/Input.html +129 -3
  19. data/doc/CSVDecision/Load.html +1 -1
  20. data/doc/CSVDecision/Matchers.html +168 -41
  21. data/doc/CSVDecision/Matchers/Constant.html +7 -7
  22. data/doc/CSVDecision/Matchers/Function.html +1 -1
  23. data/doc/CSVDecision/Matchers/Guard.html +16 -16
  24. data/doc/CSVDecision/Matchers/Matcher.html +13 -13
  25. data/doc/CSVDecision/Matchers/Numeric.html +8 -14
  26. data/doc/CSVDecision/Matchers/Pattern.html +10 -10
  27. data/doc/CSVDecision/Matchers/Proc.html +1 -1
  28. data/doc/CSVDecision/Matchers/Range.html +1 -1
  29. data/doc/CSVDecision/Matchers/Symbol.html +19 -29
  30. data/doc/CSVDecision/Options.html +1 -1
  31. data/doc/CSVDecision/Parse.html +4 -4
  32. data/doc/CSVDecision/Paths.html +742 -0
  33. data/doc/CSVDecision/Result.html +139 -70
  34. data/doc/CSVDecision/Scan.html +313 -0
  35. data/doc/CSVDecision/Scan/InputHashes.html +369 -0
  36. data/doc/CSVDecision/ScanRow.html +1 -1
  37. data/doc/CSVDecision/Table.html +134 -52
  38. data/doc/CSVDecision/TableValidationError.html +1 -1
  39. data/doc/CSVDecision/Validate.html +1 -1
  40. data/doc/_index.html +26 -5
  41. data/doc/class_list.html +1 -1
  42. data/doc/file.README.html +50 -28
  43. data/doc/index.html +50 -28
  44. data/doc/method_list.html +234 -98
  45. data/doc/top-level-namespace.html +1 -1
  46. data/lib/csv_decision.rb +3 -0
  47. data/lib/csv_decision/columns.rb +11 -0
  48. data/lib/csv_decision/decision.rb +82 -56
  49. data/lib/csv_decision/dictionary.rb +5 -1
  50. data/lib/csv_decision/header.rb +1 -1
  51. data/lib/csv_decision/input.rb +14 -11
  52. data/lib/csv_decision/parse.rb +6 -2
  53. data/lib/csv_decision/paths.rb +78 -0
  54. data/lib/csv_decision/result.rb +42 -35
  55. data/lib/csv_decision/scan.rb +116 -0
  56. data/lib/csv_decision/table.rb +18 -7
  57. data/lib/csv_decision/validate.rb +1 -1
  58. data/spec/csv_decision/columns_spec.rb +14 -0
  59. data/spec/csv_decision/decision_spec.rb +1 -3
  60. data/spec/csv_decision/examples_spec.rb +25 -0
  61. data/spec/csv_decision/table_spec.rb +87 -0
  62. metadata +7 -2
@@ -376,7 +376,7 @@ result, along with the partial result required to evaluate functions.</p>
376
376
  <li class="public ">
377
377
  <span class="summary_signature">
378
378
 
379
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(table:, input:) &#x21d2; Object </a>
379
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(table:) &#x21d2; Object </a>
380
380
 
381
381
 
382
382
 
@@ -394,6 +394,30 @@ result, along with the partial result required to evaluate functions.</p>
394
394
 
395
395
  <span class="summary_desc"><div class='inline'></div></span>
396
396
 
397
+ </li>
398
+
399
+
400
+ <li class="public ">
401
+ <span class="summary_signature">
402
+
403
+ <a href="#input-instance_method" title="#input (instance method)">#<strong>input</strong>(data) &#x21d2; void </a>
404
+
405
+
406
+
407
+ </span>
408
+
409
+
410
+
411
+
412
+
413
+
414
+ <span class="private note title">private</span>
415
+
416
+
417
+ <span class="summary_desc"><div class='inline'>
418
+ <p>Initialize the object for new input data.</p>
419
+ </div></span>
420
+
397
421
  </li>
398
422
 
399
423
 
@@ -406,7 +430,7 @@ result, along with the partial result required to evaluate functions.</p>
406
430
  <div class="method_details first">
407
431
  <h3 class="signature first" id="initialize-instance_method">
408
432
 
409
- #<strong>initialize</strong>(table:, input:) &#x21d2; <tt>Object</tt>
433
+ #<strong>initialize</strong>(table:) &#x21d2; <tt>Object</tt>
410
434
 
411
435
 
412
436
 
@@ -434,22 +458,6 @@ result, along with the partial result required to evaluate functions.</p>
434
458
  &mdash;
435
459
  <div class='inline'>
436
460
  <p>Decision table being processed.</p>
437
- </div>
438
-
439
- </li>
440
-
441
- <li>
442
-
443
- <span class='name'>input</span>
444
-
445
-
446
- <span class='type'>(<tt>Hash{Symbol=&gt;Object}</tt>)</span>
447
-
448
-
449
-
450
- &mdash;
451
- <div class='inline'>
452
- <p>Input hash data structure.</p>
453
461
  </div>
454
462
 
455
463
  </li>
@@ -467,35 +475,15 @@ result, along with the partial result required to evaluate functions.</p>
467
475
  26
468
476
  27
469
477
  28
470
- 29
471
- 30
472
- 31
473
- 32
474
- 33
475
- 34
476
- 35
477
- 36
478
- 37
479
- 38
480
- 39</pre>
478
+ 29</pre>
481
479
  </td>
482
480
  <td>
483
481
  <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 25</span>
484
482
 
485
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>table:</span><span class='comma'>,</span> <span class='label'>input:</span><span class='rparen'>)</span>
486
- <span class='comment'># Attributes hash contains the output decision key value pairs
487
- </span> <span class='ivar'>@attributes</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
488
-
483
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>table:</span><span class='rparen'>)</span>
489
484
  <span class='ivar'>@outs</span> <span class='op'>=</span> <span class='id identifier rubyid_table'>table</span><span class='period'>.</span><span class='id identifier rubyid_columns'>columns</span><span class='period'>.</span><span class='id identifier rubyid_outs'>outs</span>
490
485
  <span class='ivar'>@outs_functions</span> <span class='op'>=</span> <span class='id identifier rubyid_table'>table</span><span class='period'>.</span><span class='id identifier rubyid_outs_functions'>outs_functions</span>
491
- <span class='ivar'>@if_columns</span> <span class='op'>=</span> <span class='id identifier rubyid_table'>table</span><span class='period'>.</span><span class='id identifier rubyid_columns'>columns</span><span class='period'>.</span><span class='id identifier rubyid_ifs'>ifs</span>
492
-
493
- <span class='comment'># Partial result always copies in the input hash for calculating output functions.
494
- </span> <span class='comment'># Note that these input key values will not be mutated, as output columns can never
495
- </span> <span class='comment'># have the same symbol as an input hash key.
496
- </span> <span class='comment'># However, the rest of this hash is mutated as output column evaluation results
497
- </span> <span class='comment'># are accumulated.
498
- </span> <span class='ivar'>@partial_result</span> <span class='op'>=</span> <span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_slice'>slice</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_table'>table</span><span class='period'>.</span><span class='id identifier rubyid_columns'>columns</span><span class='period'>.</span><span class='id identifier rubyid_input_keys'>input_keys</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@outs_functions</span>
486
+ <span class='ivar'>@table</span> <span class='op'>=</span> <span class='id identifier rubyid_table'>table</span>
499
487
  <span class='kw'>end</span></pre>
500
488
  </td>
501
489
  </tr>
@@ -821,12 +809,12 @@ which eventually get evaluated and removed.</p>
821
809
  <pre class="lines">
822
810
 
823
811
 
824
- 52
825
- 53
826
- 54</pre>
812
+ 58
813
+ 59
814
+ 60</pre>
827
815
  </td>
828
816
  <td>
829
- <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 52</span>
817
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 58</span>
830
818
 
831
819
  <span class='kw'>def</span> <span class='id identifier rubyid_accumulate_outs'>accumulate_outs</span><span class='lparen'>(</span><span class='id identifier rubyid_row'>row</span><span class='rparen'>)</span>
832
820
  <span class='ivar'>@outs</span><span class='period'>.</span><span class='id identifier rubyid_each_pair'>each_pair</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_col'>col</span><span class='comma'>,</span> <span class='id identifier rubyid_column'>column</span><span class='op'>|</span> <span class='id identifier rubyid_add_cell'>add_cell</span><span class='lparen'>(</span><span class='label'>column_name:</span> <span class='id identifier rubyid_column'>column</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='label'>cell:</span> <span class='id identifier rubyid_row'>row</span><span class='lbracket'>[</span><span class='id identifier rubyid_col'>col</span><span class='rbracket'>]</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
@@ -882,12 +870,12 @@ values to the final result hash.</p>
882
870
  <pre class="lines">
883
871
 
884
872
 
885
- 45
886
- 46
887
- 47</pre>
873
+ 51
874
+ 52
875
+ 53</pre>
888
876
  </td>
889
877
  <td>
890
- <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 45</span>
878
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 51</span>
891
879
 
892
880
  <span class='kw'>def</span> <span class='id identifier rubyid_add_outs'>add_outs</span><span class='lparen'>(</span><span class='id identifier rubyid_row'>row</span><span class='rparen'>)</span>
893
881
  <span class='ivar'>@outs</span><span class='period'>.</span><span class='id identifier rubyid_each_pair'>each_pair</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_col'>col</span><span class='comma'>,</span> <span class='id identifier rubyid_column'>column</span><span class='op'>|</span> <span class='ivar'>@attributes</span><span class='lbracket'>[</span><span class='id identifier rubyid_column'>column</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_row'>row</span><span class='lbracket'>[</span><span class='id identifier rubyid_col'>col</span><span class='rbracket'>]</span> <span class='rbrace'>}</span>
@@ -964,12 +952,12 @@ values to the final result hash.</p>
964
952
  <pre class="lines">
965
953
 
966
954
 
967
- 85
968
- 86
969
- 87</pre>
955
+ 91
956
+ 92
957
+ 93</pre>
970
958
  </td>
971
959
  <td>
972
- <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 85</span>
960
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 91</span>
973
961
 
974
962
  <span class='kw'>def</span> <span class='id identifier rubyid_eval_cell_proc'>eval_cell_proc</span><span class='lparen'>(</span><span class='label'>proc:</span><span class='comma'>,</span> <span class='label'>column_name:</span><span class='comma'>,</span> <span class='label'>index:</span><span class='rparen'>)</span>
975
963
  <span class='ivar'>@attributes</span><span class='lbracket'>[</span><span class='id identifier rubyid_column_name'>column_name</span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='id identifier rubyid_index'>index</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_proc'>proc</span><span class='period'>.</span><span class='id identifier rubyid_function'>function</span><span class='lbracket'>[</span><span class='id identifier rubyid_partial_result'>partial_result</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='rbracket'>]</span>
@@ -1025,18 +1013,18 @@ result, along with the partial result required to evaluate functions.</p>
1025
1013
  <pre class="lines">
1026
1014
 
1027
1015
 
1028
- 70
1029
- 71
1030
- 72
1031
- 73
1032
- 74
1033
- 75
1034
1016
  76
1035
1017
  77
1036
- 78</pre>
1018
+ 78
1019
+ 79
1020
+ 80
1021
+ 81
1022
+ 82
1023
+ 83
1024
+ 84</pre>
1037
1025
  </td>
1038
1026
  <td>
1039
- <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 70</span>
1027
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 76</span>
1040
1028
 
1041
1029
  <span class='kw'>def</span> <span class='id identifier rubyid_eval_outs'>eval_outs</span><span class='lparen'>(</span><span class='id identifier rubyid_row'>row</span><span class='rparen'>)</span>
1042
1030
  <span class='comment'># Set the constants first, in case the functions refer to them
@@ -1095,25 +1083,106 @@ result, along with the partial result required to evaluate functions.</p>
1095
1083
  <pre class="lines">
1096
1084
 
1097
1085
 
1098
- 58
1099
- 59
1100
- 60
1101
- 61
1102
- 62
1103
- 63</pre>
1086
+ 64
1087
+ 65
1088
+ 66
1089
+ 67
1090
+ 68
1091
+ 69</pre>
1104
1092
  </td>
1105
1093
  <td>
1106
- <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 58</span>
1094
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 64</span>
1107
1095
 
1108
1096
  <span class='kw'>def</span> <span class='id identifier rubyid_final_result'>final_result</span>
1109
1097
  <span class='comment'># If there are no if: columns, then nothing needs to be filtered out of this result hash.
1110
- </span> <span class='kw'>return</span> <span class='ivar'>@attributes</span> <span class='kw'>if</span> <span class='ivar'>@if_columns</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
1098
+ </span> <span class='kw'>return</span> <span class='ivar'>@attributes</span> <span class='kw'>if</span> <span class='ivar'>@table</span><span class='period'>.</span><span class='id identifier rubyid_columns'>columns</span><span class='period'>.</span><span class='id identifier rubyid_ifs'>ifs</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
1111
1099
 
1112
1100
  <span class='ivar'>@multi_result</span> <span class='op'>?</span> <span class='id identifier rubyid_multi_row_result'>multi_row_result</span> <span class='op'>:</span> <span class='id identifier rubyid_single_row_result'>single_row_result</span>
1113
1101
  <span class='kw'>end</span></pre>
1114
1102
  </td>
1115
1103
  </tr>
1116
1104
  </table>
1105
+ </div>
1106
+
1107
+ <div class="method_details ">
1108
+ <h3 class="signature " id="input-instance_method">
1109
+
1110
+ #<strong>input</strong>(data) &#x21d2; <tt>void</tt>
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+ </h3><div class="docstring">
1117
+ <div class="discussion">
1118
+ <p class="note private">
1119
+ <strong>This method is part of a private API.</strong>
1120
+ You should avoid using this method if possible, as it may be removed or be changed in the future.
1121
+ </p>
1122
+ <p class="note returns_void">This method returns an undefined value.</p>
1123
+ <p>Initialize the object for new input data.</p>
1124
+
1125
+
1126
+ </div>
1127
+ </div>
1128
+ <div class="tags">
1129
+ <p class="tag_title">Parameters:</p>
1130
+ <ul class="param">
1131
+
1132
+ <li>
1133
+
1134
+ <span class='name'>data</span>
1135
+
1136
+
1137
+ <span class='type'>(<tt>Hash{Symbol=&gt;Object}</tt>)</span>
1138
+
1139
+
1140
+
1141
+ &mdash;
1142
+ <div class='inline'>
1143
+ <p>Input data hash.</p>
1144
+ </div>
1145
+
1146
+ </li>
1147
+
1148
+ </ul>
1149
+
1150
+
1151
+ </div><table class="source_code">
1152
+ <tr>
1153
+ <td>
1154
+ <pre class="lines">
1155
+
1156
+
1157
+ 35
1158
+ 36
1159
+ 37
1160
+ 38
1161
+ 39
1162
+ 40
1163
+ 41
1164
+ 42
1165
+ 43
1166
+ 44
1167
+ 45</pre>
1168
+ </td>
1169
+ <td>
1170
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/result.rb', line 35</span>
1171
+
1172
+ <span class='kw'>def</span> <span class='id identifier rubyid_input'>input</span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
1173
+ <span class='comment'># Attributes hash contains the output decision key value pairs
1174
+ </span> <span class='ivar'>@attributes</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1175
+ <span class='ivar'>@multi_result</span> <span class='op'>=</span> <span class='kw'>false</span>
1176
+ <span class='comment'># Partial result always copies in the input hash for calculating output functions.
1177
+ </span> <span class='comment'># Note that these input key values will not be mutated, as output columns can never
1178
+ </span> <span class='comment'># have the same symbol as an input hash key.
1179
+ </span> <span class='comment'># However, the rest of this hash is mutated as output column evaluation results
1180
+ </span> <span class='comment'># are accumulated.
1181
+ </span> <span class='ivar'>@partial_result</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span><span class='period'>.</span><span class='id identifier rubyid_slice'>slice</span><span class='lparen'>(</span><span class='op'>*</span><span class='ivar'>@table</span><span class='period'>.</span><span class='id identifier rubyid_columns'>columns</span><span class='period'>.</span><span class='id identifier rubyid_input_keys'>input_keys</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@outs_functions</span>
1182
+ <span class='kw'>end</span></pre>
1183
+ </td>
1184
+ </tr>
1185
+ </table>
1117
1186
  </div>
1118
1187
 
1119
1188
  </div>
@@ -1121,7 +1190,7 @@ result, along with the partial result required to evaluate functions.</p>
1121
1190
  </div>
1122
1191
 
1123
1192
  <div id="footer">
1124
- Generated on Sun Jan 28 14:41:49 2018 by
1193
+ Generated on Sun Feb 11 10:26:08 2018 by
1125
1194
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1126
1195
  0.9.12 (ruby-2.4.0).
1127
1196
  </div>
@@ -0,0 +1,313 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: CSVDecision::Scan
8
+
9
+ &mdash; Documentation by YARD 0.9.12
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "CSVDecision::Scan";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (S)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../CSVDecision.html" title="CSVDecision (module)">CSVDecision</a></span></span>
41
+ &raquo;
42
+ <span class="title">Scan</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: CSVDecision::Scan
63
+
64
+
65
+ <span class="private note title">Private</span>
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">CSVDecision::Scan</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/csv_decision/scan.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+ <p class="note private">
105
+ <strong>This class is part of a private API.</strong>
106
+ You should avoid using this class if possible, as it may be removed or be changed in the future.
107
+ </p>
108
+
109
+ <p>Scan the input hash for all the paths specified in the decision table</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div><h2>Defined Under Namespace</h2>
118
+ <p class="children">
119
+
120
+
121
+
122
+
123
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Scan/InputHashes.html" title="CSVDecision::Scan::InputHashes (class)">InputHashes</a></span>
124
+
125
+
126
+ </p>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+ <h2>
136
+ Class Method Summary
137
+ <small><a href="#" class="summary_toggle">collapse</a></small>
138
+ </h2>
139
+
140
+ <ul class="summary">
141
+
142
+ <li class="public ">
143
+ <span class="summary_signature">
144
+
145
+ <a href="#table-class_method" title="table (class method)">.<strong>table</strong>(table:, input:, symbolize_keys:) &#x21d2; Hash{Symbol=&gt;Object} </a>
146
+
147
+
148
+
149
+ </span>
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <span class="private note title">private</span>
157
+
158
+
159
+ <span class="summary_desc"><div class='inline'>
160
+ <p>Main method for making decisions with a table that has paths.</p>
161
+ </div></span>
162
+
163
+ </li>
164
+
165
+
166
+ </ul>
167
+
168
+
169
+
170
+
171
+ <div id="class_method_details" class="method_details_list">
172
+ <h2>Class Method Details</h2>
173
+
174
+
175
+ <div class="method_details first">
176
+ <h3 class="signature first" id="table-class_method">
177
+
178
+ .<strong>table</strong>(table:, input:, symbolize_keys:) &#x21d2; <tt>Hash{Symbol=&gt;Object}</tt>
179
+
180
+
181
+
182
+
183
+
184
+ </h3><div class="docstring">
185
+ <div class="discussion">
186
+ <p class="note private">
187
+ <strong>This method is part of a private API.</strong>
188
+ You should avoid using this method if possible, as it may be removed or be changed in the future.
189
+ </p>
190
+
191
+ <p>Main method for making decisions with a table that has paths.</p>
192
+
193
+
194
+ </div>
195
+ </div>
196
+ <div class="tags">
197
+ <p class="tag_title">Parameters:</p>
198
+ <ul class="param">
199
+
200
+ <li>
201
+
202
+ <span class='name'>table</span>
203
+
204
+
205
+ <span class='type'>(<tt><span class='object_link'><a href="Table.html" title="CSVDecision::Table (class)">CSVDecision::Table</a></span></tt>)</span>
206
+
207
+
208
+
209
+ &mdash;
210
+ <div class='inline'>
211
+ <p>Decision table.</p>
212
+ </div>
213
+
214
+ </li>
215
+
216
+ <li>
217
+
218
+ <span class='name'>input</span>
219
+
220
+
221
+ <span class='type'>(<tt>Hash</tt>)</span>
222
+
223
+
224
+
225
+ &mdash;
226
+ <div class='inline'>
227
+ <p>Input hash (keys may or may not be symbolized)</p>
228
+ </div>
229
+
230
+ </li>
231
+
232
+ <li>
233
+
234
+ <span class='name'>symbolize_keys</span>
235
+
236
+
237
+ <span class='type'>(<tt>Boolean</tt>)</span>
238
+
239
+
240
+
241
+ &mdash;
242
+ <div class='inline'>
243
+ <p>Set to false if keys are symbolized and it&#39;s OK to mutate the input
244
+ hash. Otherwise a copy of the input hash is symbolized.</p>
245
+ </div>
246
+
247
+ </li>
248
+
249
+ </ul>
250
+
251
+ <p class="tag_title">Returns:</p>
252
+ <ul class="return">
253
+
254
+ <li>
255
+
256
+
257
+ <span class='type'>(<tt>Hash{Symbol=&gt;Object}</tt>)</span>
258
+
259
+
260
+
261
+ &mdash;
262
+ <div class='inline'>
263
+ <p>Decision result.</p>
264
+ </div>
265
+
266
+ </li>
267
+
268
+ </ul>
269
+
270
+ </div><table class="source_code">
271
+ <tr>
272
+ <td>
273
+ <pre class="lines">
274
+
275
+
276
+ 18
277
+ 19
278
+ 20
279
+ 21
280
+ 22
281
+ 23
282
+ 24
283
+ 25</pre>
284
+ </td>
285
+ <td>
286
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/scan.rb', line 18</span>
287
+
288
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_table'>table</span><span class='lparen'>(</span><span class='label'>table:</span><span class='comma'>,</span> <span class='label'>input:</span><span class='comma'>,</span> <span class='label'>symbolize_keys:</span><span class='rparen'>)</span>
289
+ <span class='id identifier rubyid_scan_table'>scan_table</span><span class='lparen'>(</span>
290
+ <span class='label'>table:</span> <span class='id identifier rubyid_table'>table</span><span class='comma'>,</span>
291
+ <span class='label'>input:</span> <span class='id identifier rubyid_symbolize_keys'>symbolize_keys</span> <span class='op'>?</span> <span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_deep_symbolize_keys'>deep_symbolize_keys</span> <span class='op'>:</span> <span class='id identifier rubyid_input'>input</span><span class='comma'>,</span>
292
+ <span class='label'>decision:</span> <span class='const'><span class='object_link'><a href="Decision.html" title="CSVDecision::Decision (class)">Decision</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Decision.html#initialize-instance_method" title="CSVDecision::Decision#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>table:</span> <span class='id identifier rubyid_table'>table</span><span class='rparen'>)</span><span class='comma'>,</span>
293
+ <span class='label'>input_hashes:</span> <span class='const'><span class='object_link'><a href="Scan/InputHashes.html" title="CSVDecision::Scan::InputHashes (class)">InputHashes</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Scan/InputHashes.html#initialize-instance_method" title="CSVDecision::Scan::InputHashes#initialize (method)">new</a></span></span>
294
+ <span class='rparen'>)</span>
295
+ <span class='kw'>end</span></pre>
296
+ </td>
297
+ </tr>
298
+ </table>
299
+ </div>
300
+
301
+ </div>
302
+
303
+ </div>
304
+
305
+ <div id="footer">
306
+ Generated on Sun Feb 11 10:26:07 2018 by
307
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
308
+ 0.9.12 (ruby-2.4.0).
309
+ </div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>