inquery 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Class: Inquery::Query::Chainable
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.9
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Inquery::Query::Chainable";
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!Inquery/Query/Chainable.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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">
33
38
 
34
39
  <a href="../../_index.html">Index (C)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../Inquery.html" title="Inquery (module)">Inquery</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Query.html" title="Inquery::Query (class)">Query</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Chainable</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
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>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
59
+ <div class="clear"></div>
60
+ </div>
65
61
 
66
- <div id="content"><h1>Class: Inquery::Query::Chainable
62
+ <div id="content"><h1>Class: Inquery::Query::Chainable
67
63
 
68
64
 
69
65
 
70
66
  </h1>
71
-
72
- <dl class="box">
67
+ <div class="box_info">
73
68
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName"><span class='object_link'><a href="../Query.html" title="Inquery::Query (class)">Inquery::Query</a></span></span>
77
73
 
78
74
  <ul class="fullTree">
@@ -85,29 +81,31 @@
85
81
  </ul>
86
82
  <a href="#" class="inheritanceTree">show all</a>
87
83
 
88
- </dd>
89
-
84
+ </dd>
85
+ </dl>
90
86
 
87
+
91
88
 
92
-
93
89
 
94
-
95
- <dt class="r2">Includes:</dt>
96
- <dd class="r2"><span class='object_link'><a href="../Mixins/RelationValidation.html" title="Inquery::Mixins::RelationValidation (module)">Mixins::RelationValidation</a></span></dd>
97
-
98
-
99
90
 
100
91
 
92
+ <dl>
93
+ <dt>Includes:</dt>
94
+ <dd><span class='object_link'><a href="../Mixins/RelationValidation.html" title="Inquery::Mixins::RelationValidation (module)">Mixins::RelationValidation</a></span></dd>
95
+ </dl>
101
96
 
102
- <dt class="r1 last">Defined in:</dt>
103
- <dd class="r1 last">lib/inquery/query/chainable.rb</dd>
104
97
 
105
- </dl>
106
- <div class="clear"></div>
107
98
 
99
+
108
100
 
109
- <h2>Constant Summary</h2>
110
101
 
102
+ <dl>
103
+ <dt>Defined in:</dt>
104
+ <dd>lib/inquery/query/chainable.rb</dd>
105
+ </dl>
106
+
107
+ </div>
108
+
111
109
 
112
110
 
113
111
 
@@ -118,13 +116,13 @@
118
116
  <p class="inherited"><span class='object_link'><a href="../Mixins/RelationValidation.html#DEFAULT_OPTIONS-constant" title="Inquery::Mixins::RelationValidation::DEFAULT_OPTIONS (constant)">Mixins::RelationValidation::DEFAULT_OPTIONS</a></span>, <span class='object_link'><a href="../Mixins/RelationValidation.html#OPTIONS_SCHEMA-constant" title="Inquery::Mixins::RelationValidation::OPTIONS_SCHEMA (constant)">Mixins::RelationValidation::OPTIONS_SCHEMA</a></span></p>
119
117
 
120
118
 
121
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
119
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
122
120
  <ul class="summary">
123
121
 
124
122
  <li class="public ">
125
123
  <span class="summary_signature">
126
124
 
127
- <a href="#relation-instance_method" title="#relation (instance method)">- (Object) <strong>relation</strong> </a>
125
+ <a href="#relation-instance_method" title="#relation (instance method)">#<strong>relation</strong> &#x21d2; Object </a>
128
126
 
129
127
 
130
128
 
@@ -143,8 +141,7 @@
143
141
 
144
142
 
145
143
 
146
- <span class="summary_desc"><div class='inline'>
147
- <p>Returns the value of attribute relation.</p>
144
+ <span class="summary_desc"><div class='inline'><p>Returns the value of attribute relation.</p>
148
145
  </div></span>
149
146
 
150
147
  </li>
@@ -163,7 +160,7 @@
163
160
 
164
161
  <h2>
165
162
  Class Method Summary
166
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
163
+ <small><a href="#" class="summary_toggle">collapse</a></small>
167
164
  </h2>
168
165
 
169
166
  <ul class="summary">
@@ -171,7 +168,7 @@
171
168
  <li class="public ">
172
169
  <span class="summary_signature">
173
170
 
174
- <a href="#call-class_method" title="call (class method)">+ (Object) <strong>call</strong>(*args) </a>
171
+ <a href="#call-class_method" title="call (class method)">.<strong>call</strong>(*args) &#x21d2; Object </a>
175
172
 
176
173
 
177
174
 
@@ -185,8 +182,7 @@
185
182
 
186
183
 
187
184
 
188
- <span class="summary_desc"><div class='inline'>
189
- <p>Allows using this class as an AR scope.</p>
185
+ <span class="summary_desc"><div class='inline'><p>Allows using this class as an AR scope.</p>
190
186
  </div></span>
191
187
 
192
188
  </li>
@@ -196,7 +192,7 @@
196
192
 
197
193
  <h2>
198
194
  Instance Method Summary
199
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
195
+ <small><a href="#" class="summary_toggle">collapse</a></small>
200
196
  </h2>
201
197
 
202
198
  <ul class="summary">
@@ -204,7 +200,7 @@
204
200
  <li class="public ">
205
201
  <span class="summary_signature">
206
202
 
207
- <a href="#call-instance_method" title="#call (instance method)">- (Object) <strong>call</strong>(*args) </a>
203
+ <a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(*args) &#x21d2; Object </a>
208
204
 
209
205
 
210
206
 
@@ -226,7 +222,7 @@
226
222
  <li class="public ">
227
223
  <span class="summary_signature">
228
224
 
229
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Chainable) <strong>initialize</strong>(*args) </a>
225
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(*args) &#x21d2; Chainable </a>
230
226
 
231
227
 
232
228
 
@@ -242,8 +238,7 @@
242
238
 
243
239
 
244
240
 
245
- <span class="summary_desc"><div class='inline'>
246
- <p>A new instance of Chainable.</p>
241
+ <span class="summary_desc"><div class='inline'><p>A new instance of Chainable.</p>
247
242
  </div></span>
248
243
 
249
244
  </li>
@@ -262,7 +257,7 @@
262
257
 
263
258
 
264
259
  <h3 class="inherited">Methods included from <span class='object_link'><a href="../Mixins/RelationValidation.html" title="Inquery::Mixins::RelationValidation (module)">Mixins::RelationValidation</a></span></h3>
265
- <p class="inherited"><span class='object_link'><a href="../Mixins/RelationValidation.html#validate_relation%21-instance_method" title="Inquery::Mixins::RelationValidation#validate_relation! (method)">#validate_relation!</a></span></p>
260
+ <p class="inherited"><span class='object_link'><a href="../Mixins/RelationValidation.html#validate_relation!-instance_method" title="Inquery::Mixins::RelationValidation#validate_relation! (method)">#validate_relation!</a></span></p>
266
261
 
267
262
 
268
263
 
@@ -274,7 +269,7 @@
274
269
 
275
270
 
276
271
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Query.html" title="Inquery::Query (class)">Inquery::Query</a></span></h3>
277
- <p class="inherited"><span class='object_link'><a href="../Query.html#osparams-instance_method" title="Inquery::Query#osparams (method)">#osparams</a></span>, <span class='object_link'><a href="../Query.html#process-instance_method" title="Inquery::Query#process (method)">#process</a></span>, <span class='object_link'><a href="../Query.html#run-instance_method" title="Inquery::Query#run (method)">#run</a></span>, <span class='object_link'><a href="../Query.html#run-class_method" title="Inquery::Query.run (method)">run</a></span></p>
272
+ <p class="inherited"><span class='object_link'><a href="../Query.html#osparams-instance_method" title="Inquery::Query#osparams (method)">#osparams</a></span>, <span class='object_link'><a href="../Query.html#process-instance_method" title="Inquery::Query#process (method)">#process</a></span>, <span class='object_link'><a href="../Query.html#run-class_method" title="Inquery::Query.run (method)">run</a></span>, <span class='object_link'><a href="../Query.html#run-instance_method" title="Inquery::Query#run (method)">#run</a></span></p>
278
273
 
279
274
 
280
275
 
@@ -288,7 +283,7 @@
288
283
  <div class="method_details first">
289
284
  <h3 class="signature first" id="initialize-instance_method">
290
285
 
291
- - (<tt><span class='object_link'><a href="" title="Inquery::Query::Chainable (class)">Chainable</a></span></tt>) <strong>initialize</strong>(*args)
286
+ #<strong>initialize</strong>(*args) &#x21d2; <tt><span class='object_link'><a href="" title="Inquery::Query::Chainable (class)">Chainable</a></span></tt>
292
287
 
293
288
 
294
289
 
@@ -296,8 +291,7 @@
296
291
 
297
292
  </h3><div class="docstring">
298
293
  <div class="discussion">
299
-
300
- <p>Returns a new instance of Chainable</p>
294
+ <p>Returns a new instance of Chainable</p>
301
295
 
302
296
 
303
297
  </div>
@@ -340,7 +334,7 @@
340
334
  <div class="method_details first">
341
335
  <h3 class="signature first" id="relation-instance_method">
342
336
 
343
- - (<tt>Object</tt>) <strong>relation</strong> <span class="extras">(readonly)</span>
337
+ #<strong>relation</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
344
338
 
345
339
 
346
340
 
@@ -348,8 +342,7 @@
348
342
 
349
343
  </h3><div class="docstring">
350
344
  <div class="discussion">
351
-
352
- <p>Returns the value of attribute relation</p>
345
+ <p>Returns the value of attribute relation</p>
353
346
 
354
347
 
355
348
  </div>
@@ -388,7 +381,7 @@
388
381
  <div class="method_details first">
389
382
  <h3 class="signature first" id="call-class_method">
390
383
 
391
- + (<tt>Object</tt>) <strong>call</strong>(*args)
384
+ .<strong>call</strong>(*args) &#x21d2; <tt>Object</tt>
392
385
 
393
386
 
394
387
 
@@ -396,8 +389,7 @@
396
389
 
397
390
  </h3><div class="docstring">
398
391
  <div class="discussion">
399
-
400
- <p>Allows using this class as an AR scope.</p>
392
+ <p>Allows using this class as an AR scope.</p>
401
393
 
402
394
 
403
395
  </div>
@@ -435,7 +427,7 @@
435
427
  <div class="method_details first">
436
428
  <h3 class="signature first" id="call-instance_method">
437
429
 
438
- - (<tt>Object</tt>) <strong>call</strong>(*args)
430
+ #<strong>call</strong>(*args) &#x21d2; <tt>Object</tt>
439
431
 
440
432
 
441
433
 
@@ -466,11 +458,12 @@
466
458
 
467
459
  </div>
468
460
 
469
- <div id="footer">
470
- Generated on Thu Jun 9 10:26:31 2016 by
461
+ <div id="footer">
462
+ Generated on Tue May 16 10:49:05 2017 by
471
463
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
472
- 0.8.7.6 (ruby-2.2.3).
464
+ 0.9.9 (ruby-2.3.1).
473
465
  </div>
474
466
 
467
+ </div>
475
468
  </body>
476
469
  </html>
@@ -1,10 +1,10 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.8.7.6
7
+ Documentation by YARD 0.9.9
8
8
 
9
9
  </title>
10
10
 
@@ -13,9 +13,8 @@
13
13
  <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
14
 
15
15
  <script type="text/javascript" charset="utf-8">
16
- hasFrames = window.top.frames.main ? true : false;
16
+ pathId = null;
17
17
  relpath = '';
18
- framesUrl = "frames.html#!_index.html";
19
18
  </script>
20
19
 
21
20
 
@@ -26,37 +25,34 @@
26
25
 
27
26
  </head>
28
27
  <body>
29
- <div id="header">
30
- <div id="menu">
31
-
28
+ <div class="nav_wrap">
29
+ <iframe id="nav" src="class_list.html?1"></iframe>
30
+ <div id="resizer"></div>
31
+ </div>
32
32
 
33
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
+ <div id="main" tabindex="-1">
34
+ <div id="header">
35
+ <div id="menu">
36
+
34
37
  </div>
35
38
 
36
- <div id="search">
39
+ <div id="search">
37
40
 
38
41
  <a class="full_list_link" id="class_list_link"
39
42
  href="class_list.html">
40
- Class List
41
- </a>
42
-
43
- <a class="full_list_link" id="method_list_link"
44
- href="method_list.html">
45
- Method List
46
- </a>
47
-
48
- <a class="full_list_link" id="file_list_link"
49
- href="file_list.html">
50
- File List
43
+
44
+ <svg width="24" height="24">
45
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
+ </svg>
51
49
  </a>
52
50
 
53
51
  </div>
54
- <div class="clear"></div>
55
- </div>
52
+ <div class="clear"></div>
53
+ </div>
56
54
 
57
- <iframe id="search_frame"></iframe>
58
-
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.9</h1>
60
56
  <div id="listing">
61
57
  <h1 class="alphaindex">Alphabetic Index</h1>
62
58
 
@@ -244,11 +240,12 @@
244
240
 
245
241
  </div>
246
242
 
247
- <div id="footer">
248
- Generated on Thu Jun 9 10:26:30 2016 by
243
+ <div id="footer">
244
+ Generated on Tue May 16 10:49:05 2017 by
249
245
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
250
- 0.8.7.6 (ruby-2.2.3).
246
+ 0.9.9 (ruby-2.3.1).
251
247
  </div>
252
248
 
249
+ </div>
253
250
  </body>
254
251
  </html>
@@ -1,8 +1,8 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
+ <!DOCTYPE html>
3
2
  <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8" />
6
6
 
7
7
  <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
8
 
@@ -19,38 +19,31 @@
19
19
  <base id="base_target" target="_parent" />
20
20
  </head>
21
21
  <body>
22
- <script type="text/javascript" charset="utf-8">
23
- var hasFrames = false;
24
- try {
25
- hasFrames = window.top.frames.main ? true : false;
26
- } catch (e) { }
27
- if (hasFrames) {
28
- document.getElementById('base_target').target = 'main';
29
- document.body.className = 'frames';
30
- }
31
- </script>
32
22
  <div id="content">
33
- <h1 id="full_list_header">Class List</h1>
34
- <div id="nav">
35
-
36
- <span><a target="_self" href="class_list.html">
37
- Classes
38
- </a></span>
39
-
40
- <span><a target="_self" href="method_list.html">
41
- Methods
42
- </a></span>
43
-
44
- <span><a target="_self" href="file_list.html">
45
- Files
46
- </a></span>
47
-
23
+ <div class="fixed_header">
24
+ <h1 id="full_list_header">Class List</h1>
25
+ <div id="full_list_nav">
26
+
27
+ <span><a target="_self" href="class_list.html">
28
+ Classes
29
+ </a></span>
30
+
31
+ <span><a target="_self" href="method_list.html">
32
+ Methods
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="file_list.html">
36
+ Files
37
+ </a></span>
38
+
39
+ </div>
40
+
41
+ <div id="search">Search: <input type="text" /></div>
48
42
  </div>
49
- <div id="search">Search: <input type="text" /></div>
50
43
 
51
44
  <ul id="full_list" class="class">
52
- <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
53
- <li><a class='toggle'></a> <span class='object_link'><a href="Inquery.html" title="Inquery (module)">Inquery</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Inquery/Exceptions.html" title="Inquery::Exceptions (module)">Exceptions</a></span><small class='search_info'>Inquery</small></li><ul><li><span class='object_link'><a href="Inquery/Exceptions/Base.html" title="Inquery::Exceptions::Base (class)">Base</a></span> &lt; StandardError<small class='search_info'>Inquery::Exceptions</small></li><li><span class='object_link'><a href="Inquery/Exceptions/InvalidRelation.html" title="Inquery::Exceptions::InvalidRelation (class)">InvalidRelation</a></span> &lt; Base<small class='search_info'>Inquery::Exceptions</small></li><li><span class='object_link'><a href="Inquery/Exceptions/UnknownCallSignature.html" title="Inquery::Exceptions::UnknownCallSignature (class)">UnknownCallSignature</a></span> &lt; Base<small class='search_info'>Inquery::Exceptions</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Inquery/Mixins.html" title="Inquery::Mixins (module)">Mixins</a></span><small class='search_info'>Inquery</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Inquery/Mixins/RelationValidation.html" title="Inquery::Mixins::RelationValidation (module)">RelationValidation</a></span><small class='search_info'>Inquery::Mixins</small></li><ul><li><span class='object_link'><a href="Inquery/Mixins/RelationValidation/ClassMethods.html" title="Inquery::Mixins::RelationValidation::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Inquery::Mixins::RelationValidation</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Inquery/Mixins/SchemaValidation.html" title="Inquery::Mixins::SchemaValidation (module)">SchemaValidation</a></span><small class='search_info'>Inquery::Mixins</small></li><ul><li><span class='object_link'><a href="Inquery/Mixins/SchemaValidation/ClassMethods.html" title="Inquery::Mixins::SchemaValidation::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Inquery::Mixins::SchemaValidation</small></li></ul></ul><li><a class='toggle'></a> <span class='object_link'><a href="Inquery/Query.html" title="Inquery::Query (class)">Query</a></span> &lt; Object<small class='search_info'>Inquery</small></li><ul><li><span class='object_link'><a href="Inquery/Query/Chainable.html" title="Inquery::Query::Chainable (class)">Chainable</a></span> &lt; Query<small class='search_info'>Inquery::Query</small></li></ul></ul>
45
+ <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
+ <li id='object_Inquery' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Inquery.html" title="Inquery (module)">Inquery</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Inquery::Exceptions' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Inquery/Exceptions.html" title="Inquery::Exceptions (module)">Exceptions</a></span><small class='search_info'>Inquery</small></div><ul><li id='object_Inquery::Exceptions::Base' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Inquery/Exceptions/Base.html" title="Inquery::Exceptions::Base (class)">Base</a></span> &lt; StandardError<small class='search_info'>Inquery::Exceptions</small></div></li><li id='object_Inquery::Exceptions::InvalidRelation' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Inquery/Exceptions/InvalidRelation.html" title="Inquery::Exceptions::InvalidRelation (class)">InvalidRelation</a></span> &lt; Base<small class='search_info'>Inquery::Exceptions</small></div></li><li id='object_Inquery::Exceptions::UnknownCallSignature' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Inquery/Exceptions/UnknownCallSignature.html" title="Inquery::Exceptions::UnknownCallSignature (class)">UnknownCallSignature</a></span> &lt; Base<small class='search_info'>Inquery::Exceptions</small></div></li></ul></li><li id='object_Inquery::Mixins' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Inquery/Mixins.html" title="Inquery::Mixins (module)">Mixins</a></span><small class='search_info'>Inquery</small></div><ul><li id='object_Inquery::Mixins::RelationValidation' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Inquery/Mixins/RelationValidation.html" title="Inquery::Mixins::RelationValidation (module)">RelationValidation</a></span><small class='search_info'>Inquery::Mixins</small></div><ul><li id='object_Inquery::Mixins::RelationValidation::ClassMethods' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Inquery/Mixins/RelationValidation/ClassMethods.html" title="Inquery::Mixins::RelationValidation::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Inquery::Mixins::RelationValidation</small></div></li></ul></li><li id='object_Inquery::Mixins::SchemaValidation' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Inquery/Mixins/SchemaValidation.html" title="Inquery::Mixins::SchemaValidation (module)">SchemaValidation</a></span><small class='search_info'>Inquery::Mixins</small></div><ul><li id='object_Inquery::Mixins::SchemaValidation::ClassMethods' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Inquery/Mixins/SchemaValidation/ClassMethods.html" title="Inquery::Mixins::SchemaValidation::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Inquery::Mixins::SchemaValidation</small></div></li></ul></li></ul></li><li id='object_Inquery::Query' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Inquery/Query.html" title="Inquery::Query (class)">Query</a></span> &lt; Object<small class='search_info'>Inquery</small></div><ul><li id='object_Inquery::Query::Chainable' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Inquery/Query/Chainable.html" title="Inquery::Query::Chainable (class)">Chainable</a></span> &lt; Query<small class='search_info'>Inquery::Query</small></div></li></ul></li></ul></li>
54
47
 
55
48
  </ul>
56
49
  </div>