inquery 1.0.4 → 1.0.9

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.
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Inquery::Mixins::SchemaValidation
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Nov 24 16:32:43 2020 by
119
+ Generated on Wed Feb 24 10:57:42 2021 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.25 (ruby-2.6.2).
121
+ 0.9.26 (ruby-2.6.2).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Inquery::Mixins::SchemaValidation::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -115,6 +115,50 @@
115
115
 
116
116
 
117
117
 
118
+ <span class="summary_desc"><div class='inline'></div></span>
119
+
120
+ </li>
121
+
122
+
123
+ <li class="public ">
124
+ <span class="summary_signature">
125
+
126
+ <a href="#schema2-instance_method" title="#schema2 (instance method)">#<strong>schema2</strong>(*args, &amp;block) &#x21d2; Object </a>
127
+
128
+
129
+
130
+ </span>
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+ <span class="summary_desc"><div class='inline'></div></span>
141
+
142
+ </li>
143
+
144
+
145
+ <li class="public ">
146
+ <span class="summary_signature">
147
+
148
+ <a href="#schema3-instance_method" title="#schema3 (instance method)">#<strong>schema3</strong>(reference = nil, **options, &amp;block) &#x21d2; Object </a>
149
+
150
+
151
+
152
+ </span>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
118
162
  <span class="summary_desc"><div class='inline'></div></span>
119
163
 
120
164
  </li>
@@ -138,6 +182,52 @@
138
182
 
139
183
 
140
184
 
185
+ </h3><div class="docstring">
186
+ <div class="discussion">
187
+
188
+
189
+ </div>
190
+ </div>
191
+ <div class="tags">
192
+
193
+
194
+ <p class="tag_title">See Also:</p>
195
+ <ul class="see">
196
+
197
+ <li><span class='object_link'><a href="#schema2-instance_method" title="Inquery::Mixins::SchemaValidation::ClassMethods#schema2 (method)">#schema2</a></span></li>
198
+
199
+ </ul>
200
+
201
+ </div><table class="source_code">
202
+ <tr>
203
+ <td>
204
+ <pre class="lines">
205
+
206
+
207
+ 25
208
+ 26
209
+ 27</pre>
210
+ </td>
211
+ <td>
212
+ <pre class="code"><span class="info file"># File 'lib/inquery/mixins/schema_validation.rb', line 25</span>
213
+
214
+ <span class='kw'>def</span> <span class='id identifier rubyid_schema'>schema</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
215
+ <span class='id identifier rubyid_schema2'>schema2</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
216
+ <span class='kw'>end</span></pre>
217
+ </td>
218
+ </tr>
219
+ </table>
220
+ </div>
221
+
222
+ <div class="method_details ">
223
+ <h3 class="signature " id="schema2-instance_method">
224
+
225
+ #<strong>schema2</strong>(*args, &amp;block) &#x21d2; <tt>Object</tt>
226
+
227
+
228
+
229
+
230
+
141
231
  </h3><table class="source_code">
142
232
  <tr>
143
233
  <td>
@@ -146,25 +236,51 @@
146
236
 
147
237
  12
148
238
  13
149
- 14
150
- 15
239
+ 14</pre>
240
+ </td>
241
+ <td>
242
+ <pre class="code"><span class="info file"># File 'lib/inquery/mixins/schema_validation.rb', line 12</span>
243
+
244
+ <span class='kw'>def</span> <span class='id identifier rubyid_schema2'>schema2</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
245
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid__schema'>_schema</span> <span class='op'>=</span> <span class='const'>Schemacop</span><span class='op'>::</span><span class='const'>Schema</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
246
+ <span class='kw'>end</span></pre>
247
+ </td>
248
+ </tr>
249
+ </table>
250
+ </div>
251
+
252
+ <div class="method_details ">
253
+ <h3 class="signature " id="schema3-instance_method">
254
+
255
+ #<strong>schema3</strong>(reference = nil, **options, &amp;block) &#x21d2; <tt>Object</tt>
256
+
257
+
258
+
259
+
260
+
261
+ </h3><table class="source_code">
262
+ <tr>
263
+ <td>
264
+ <pre class="lines">
265
+
266
+
151
267
  16
152
268
  17
153
269
  18
154
270
  19
155
- 20</pre>
271
+ 20
272
+ 21
273
+ 22</pre>
156
274
  </td>
157
275
  <td>
158
- <pre class="code"><span class="info file"># File 'lib/inquery/mixins/schema_validation.rb', line 12</span>
276
+ <pre class="code"><span class="info file"># File 'lib/inquery/mixins/schema_validation.rb', line 16</span>
159
277
 
160
- <span class='kw'>def</span> <span class='id identifier rubyid_schema'>schema</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
161
- <span class='kw'>if</span> <span class='kw'>defined?</span><span class='lparen'>(</span><span class='const'>Schemacop</span><span class='op'>::</span><span class='const'>V2</span><span class='rparen'>)</span>
162
- <span class='id identifier rubyid_schema'>schema</span> <span class='op'>=</span> <span class='const'>Schemacop</span><span class='op'>::</span><span class='const'>V2</span><span class='op'>::</span><span class='const'>Schema</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
278
+ <span class='kw'>def</span> <span class='id identifier rubyid_schema3'>schema3</span><span class='lparen'>(</span><span class='id identifier rubyid_reference'>reference</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
279
+ <span class='kw'>if</span> <span class='id identifier rubyid_reference'>reference</span>
280
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid__schema'>_schema</span> <span class='op'>=</span> <span class='const'>Schemacop</span><span class='op'>::</span><span class='const'>Schema3</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='symbol'>:reference</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='label'>path:</span> <span class='id identifier rubyid_reference'>reference</span><span class='rparen'>)</span><span class='rparen'>)</span>
163
281
  <span class='kw'>else</span>
164
- <span class='id identifier rubyid_schema'>schema</span> <span class='op'>=</span> <span class='const'>Schemacop</span><span class='op'>::</span><span class='const'>Schema</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
282
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid__schema'>_schema</span> <span class='op'>=</span> <span class='const'>Schemacop</span><span class='op'>::</span><span class='const'>Schema3</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='symbol'>:hash</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
165
283
  <span class='kw'>end</span>
166
-
167
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid__schema'>_schema</span> <span class='op'>=</span> <span class='id identifier rubyid_schema'>schema</span>
168
284
  <span class='kw'>end</span></pre>
169
285
  </td>
170
286
  </tr>
@@ -176,9 +292,9 @@
176
292
  </div>
177
293
 
178
294
  <div id="footer">
179
- Generated on Tue Nov 24 16:32:43 2020 by
295
+ Generated on Wed Feb 24 10:57:42 2021 by
180
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
181
- 0.9.25 (ruby-2.6.2).
297
+ 0.9.26 (ruby-2.6.2).
182
298
  </div>
183
299
 
184
300
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Inquery::Query
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -779,9 +779,9 @@ easyer access.</p>
779
779
  </div>
780
780
 
781
781
  <div id="footer">
782
- Generated on Tue Nov 24 16:32:43 2020 by
782
+ Generated on Wed Feb 24 10:57:42 2021 by
783
783
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
784
- 0.9.25 (ruby-2.6.2).
784
+ 0.9.26 (ruby-2.6.2).
785
785
  </div>
786
786
 
787
787
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Inquery::Query::Chainable
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -529,9 +529,9 @@
529
529
  </div>
530
530
 
531
531
  <div id="footer">
532
- Generated on Tue Nov 24 16:32:43 2020 by
532
+ Generated on Wed Feb 24 10:57:42 2021 by
533
533
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
534
- 0.9.25 (ruby-2.6.2).
534
+ 0.9.26 (ruby-2.6.2).
535
535
  </div>
536
536
 
537
537
  </div>
data/doc/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.25
7
+ Documentation by YARD 0.9.26
8
8
 
9
9
  </title>
10
10
 
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.25</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.26</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -103,16 +103,16 @@
103
103
  </li>
104
104
 
105
105
  <li>
106
- <span class='object_link'><a href="Inquery/Mixins/RelationValidation/ClassMethods.html" title="Inquery::Mixins::RelationValidation::ClassMethods (module)">ClassMethods</a></span>
106
+ <span class='object_link'><a href="Inquery/Mixins/SchemaValidation/ClassMethods.html" title="Inquery::Mixins::SchemaValidation::ClassMethods (module)">ClassMethods</a></span>
107
107
 
108
- <small>(Inquery::Mixins::RelationValidation)</small>
108
+ <small>(Inquery::Mixins::SchemaValidation)</small>
109
109
 
110
110
  </li>
111
111
 
112
112
  <li>
113
- <span class='object_link'><a href="Inquery/Mixins/SchemaValidation/ClassMethods.html" title="Inquery::Mixins::SchemaValidation::ClassMethods (module)">ClassMethods</a></span>
113
+ <span class='object_link'><a href="Inquery/Mixins/RelationValidation/ClassMethods.html" title="Inquery::Mixins::RelationValidation::ClassMethods (module)">ClassMethods</a></span>
114
114
 
115
- <small>(Inquery::Mixins::SchemaValidation)</small>
115
+ <small>(Inquery::Mixins::RelationValidation)</small>
116
116
 
117
117
  </li>
118
118
 
@@ -248,9 +248,9 @@
248
248
  </div>
249
249
 
250
250
  <div id="footer">
251
- Generated on Tue Nov 24 16:32:43 2020 by
251
+ Generated on Wed Feb 24 10:57:42 2021 by
252
252
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
253
- 0.9.25 (ruby-2.6.2).
253
+ 0.9.26 (ruby-2.6.2).
254
254
  </div>
255
255
 
256
256
  </div>
data/doc/css/style.css CHANGED
@@ -52,6 +52,7 @@ body {
52
52
  background: #fff;
53
53
  padding: 1.2em;
54
54
  padding-top: 0.2em;
55
+ box-sizing: border-box;
55
56
  }
56
57
 
57
58
  @media (max-width: 920px) {
data/doc/file.README.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -77,6 +77,19 @@ to your <code>Gemfile</code>:</p>
77
77
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>inquery</span><span class='tstring_end'>&#39;</span></span>
78
78
  </code></pre>
79
79
 
80
+ <h2 id="compatibility">Compatibility</h2>
81
+
82
+ <p>Inquery is tested with the following ruby versions:</p>
83
+
84
+ <ul>
85
+ <li>2.5.1</li>
86
+ <li>2.6.2</li>
87
+ <li>2.7.1</li>
88
+ <li>3.0.0</li>
89
+ </ul>
90
+
91
+ <p>Other ruby versions might work but are not covered by our Travis tests.</p>
92
+
80
93
  <h2 id="basic-usage">Basic usage</h2>
81
94
 
82
95
  <pre class="code ruby"><code class="ruby"><span class='kw'>class</span> <span class='const'>FetchUsersWithACar</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="Inquery.html" title="Inquery (module)">Inquery</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Inquery/Query.html" title="Inquery::Query (class)">Query</a></span></span>
@@ -328,6 +341,9 @@ access.</p>
328
341
  <span class='kw'>end</span>
329
342
  </code></pre>
330
343
 
344
+ <p>Inquery supports both schemacop specification versions 2 and 3 using the methods
345
+ <code>schema</code> / <code>schema2</code> for version 2 and method <code>schema3</code> for version 3.</p>
346
+
331
347
  <h2 id="rails-integration">Rails integration</h2>
332
348
 
333
349
  <p>While it is optional, Inquery has been written from the ground up to be
@@ -370,13 +386,13 @@ in his <a href="http://craftingruby.com/posts/2015/06/29/query-objects-through-s
370
386
 
371
387
  <h2 id="copyright">Copyright</h2>
372
388
 
373
- <p>Copyright (c) 2020 Sitrox. See <code>LICENSE</code> for further details.</p>
389
+ <p>Copyright © 2016 - 2021 Sitrox. See <code>LICENSE</code> for further details.</p>
374
390
  </div></div>
375
391
 
376
392
  <div id="footer">
377
- Generated on Tue Nov 24 16:32:43 2020 by
393
+ Generated on Wed Feb 24 10:57:42 2021 by
378
394
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
379
- 0.9.25 (ruby-2.6.2).
395
+ 0.9.26 (ruby-2.6.2).
380
396
  </div>
381
397
 
382
398
  </div>
data/doc/frames.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Documentation by YARD 0.9.25</title>
5
+ <title>Documentation by YARD 0.9.26</title>
6
6
  </head>
7
7
  <script type="text/javascript">
8
8
  var match = unescape(window.location.hash).match(/^#!(.+)/);
data/doc/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
@@ -77,6 +77,19 @@ to your <code>Gemfile</code>:</p>
77
77
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>inquery</span><span class='tstring_end'>&#39;</span></span>
78
78
  </code></pre>
79
79
 
80
+ <h2 id="compatibility">Compatibility</h2>
81
+
82
+ <p>Inquery is tested with the following ruby versions:</p>
83
+
84
+ <ul>
85
+ <li>2.5.1</li>
86
+ <li>2.6.2</li>
87
+ <li>2.7.1</li>
88
+ <li>3.0.0</li>
89
+ </ul>
90
+
91
+ <p>Other ruby versions might work but are not covered by our Travis tests.</p>
92
+
80
93
  <h2 id="basic-usage">Basic usage</h2>
81
94
 
82
95
  <pre class="code ruby"><code class="ruby"><span class='kw'>class</span> <span class='const'>FetchUsersWithACar</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="Inquery.html" title="Inquery (module)">Inquery</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Inquery/Query.html" title="Inquery::Query (class)">Query</a></span></span>
@@ -328,6 +341,9 @@ access.</p>
328
341
  <span class='kw'>end</span>
329
342
  </code></pre>
330
343
 
344
+ <p>Inquery supports both schemacop specification versions 2 and 3 using the methods
345
+ <code>schema</code> / <code>schema2</code> for version 2 and method <code>schema3</code> for version 3.</p>
346
+
331
347
  <h2 id="rails-integration">Rails integration</h2>
332
348
 
333
349
  <p>While it is optional, Inquery has been written from the ground up to be
@@ -370,13 +386,13 @@ in his <a href="http://craftingruby.com/posts/2015/06/29/query-objects-through-s
370
386
 
371
387
  <h2 id="copyright">Copyright</h2>
372
388
 
373
- <p>Copyright (c) 2020 Sitrox. See <code>LICENSE</code> for further details.</p>
389
+ <p>Copyright © 2016 - 2021 Sitrox. See <code>LICENSE</code> for further details.</p>
374
390
  </div></div>
375
391
 
376
392
  <div id="footer">
377
- Generated on Tue Nov 24 16:32:43 2020 by
393
+ Generated on Wed Feb 24 10:57:42 2021 by
378
394
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
379
- 0.9.25 (ruby-2.6.2).
395
+ 0.9.26 (ruby-2.6.2).
380
396
  </div>
381
397
 
382
398
  </div>
data/doc/method_list.html CHANGED
@@ -46,8 +46,8 @@
46
46
 
47
47
  <li class="odd ">
48
48
  <div class="item">
49
- <span class='object_link'><a href="Inquery/Query/Chainable.html#call-instance_method" title="Inquery::Query::Chainable#call (method)">#call</a></span>
50
- <small>Inquery::Query::Chainable</small>
49
+ <span class='object_link'><a href="Inquery/Query.html#call-class_method" title="Inquery::Query.call (method)">call</a></span>
50
+ <small>Inquery::Query</small>
51
51
  </div>
52
52
  </li>
53
53
 
@@ -62,15 +62,15 @@
62
62
 
63
63
  <li class="odd ">
64
64
  <div class="item">
65
- <span class='object_link'><a href="Inquery/Query.html#call-class_method" title="Inquery::Query.call (method)">call</a></span>
66
- <small>Inquery::Query</small>
65
+ <span class='object_link'><a href="Inquery/Query/Chainable.html#call-class_method" title="Inquery::Query::Chainable.call (method)">call</a></span>
66
+ <small>Inquery::Query::Chainable</small>
67
67
  </div>
68
68
  </li>
69
69
 
70
70
 
71
71
  <li class="even ">
72
72
  <div class="item">
73
- <span class='object_link'><a href="Inquery/Query/Chainable.html#call-class_method" title="Inquery::Query::Chainable.call (method)">call</a></span>
73
+ <span class='object_link'><a href="Inquery/Query/Chainable.html#call-instance_method" title="Inquery::Query::Chainable#call (method)">#call</a></span>
74
74
  <small>Inquery::Query::Chainable</small>
75
75
  </div>
76
76
  </li>
@@ -94,16 +94,16 @@
94
94
 
95
95
  <li class="odd ">
96
96
  <div class="item">
97
- <span class='object_link'><a href="Inquery/Query/Chainable.html#initialize-instance_method" title="Inquery::Query::Chainable#initialize (method)">#initialize</a></span>
98
- <small>Inquery::Query::Chainable</small>
97
+ <span class='object_link'><a href="Inquery/Query.html#initialize-instance_method" title="Inquery::Query#initialize (method)">#initialize</a></span>
98
+ <small>Inquery::Query</small>
99
99
  </div>
100
100
  </li>
101
101
 
102
102
 
103
103
  <li class="even ">
104
104
  <div class="item">
105
- <span class='object_link'><a href="Inquery/Query.html#initialize-instance_method" title="Inquery::Query#initialize (method)">#initialize</a></span>
106
- <small>Inquery::Query</small>
105
+ <span class='object_link'><a href="Inquery/Query/Chainable.html#initialize-instance_method" title="Inquery::Query::Chainable#initialize (method)">#initialize</a></span>
106
+ <small>Inquery::Query::Chainable</small>
107
107
  </div>
108
108
  </li>
109
109
 
@@ -150,7 +150,7 @@
150
150
 
151
151
  <li class="even ">
152
152
  <div class="item">
153
- <span class='object_link'><a href="Inquery/Query.html#run-instance_method" title="Inquery::Query#run (method)">#run</a></span>
153
+ <span class='object_link'><a href="Inquery/Query.html#run-class_method" title="Inquery::Query.run (method)">run</a></span>
154
154
  <small>Inquery::Query</small>
155
155
  </div>
156
156
  </li>
@@ -158,7 +158,7 @@
158
158
 
159
159
  <li class="odd ">
160
160
  <div class="item">
161
- <span class='object_link'><a href="Inquery/Query.html#run-class_method" title="Inquery::Query.run (method)">run</a></span>
161
+ <span class='object_link'><a href="Inquery/Query.html#run-instance_method" title="Inquery::Query#run (method)">#run</a></span>
162
162
  <small>Inquery::Query</small>
163
163
  </div>
164
164
  </li>
@@ -172,6 +172,22 @@
172
172
  </li>
173
173
 
174
174
 
175
+ <li class="odd ">
176
+ <div class="item">
177
+ <span class='object_link'><a href="Inquery/Mixins/SchemaValidation/ClassMethods.html#schema2-instance_method" title="Inquery::Mixins::SchemaValidation::ClassMethods#schema2 (method)">#schema2</a></span>
178
+ <small>Inquery::Mixins::SchemaValidation::ClassMethods</small>
179
+ </div>
180
+ </li>
181
+
182
+
183
+ <li class="even ">
184
+ <div class="item">
185
+ <span class='object_link'><a href="Inquery/Mixins/SchemaValidation/ClassMethods.html#schema3-instance_method" title="Inquery::Mixins::SchemaValidation::ClassMethods#schema3 (method)">#schema3</a></span>
186
+ <small>Inquery::Mixins::SchemaValidation::ClassMethods</small>
187
+ </div>
188
+ </li>
189
+
190
+
175
191
  <li class="odd ">
176
192
  <div class="item">
177
193
  <span class='object_link'><a href="Inquery/Mixins/RelationValidation.html#validate_relation!-instance_method" title="Inquery::Mixins::RelationValidation#validate_relation! (method)">#validate_relation!</a></span>