ballast 1.9.3 → 2.0.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.
- checksums.yaml +4 -4
- data/.rubocop.yml +35 -0
- data/.travis-gemfile +4 -5
- data/.travis.yml +3 -2
- data/CHANGELOG.md +62 -6
- data/Gemfile +7 -8
- data/README.md +2 -2
- data/ballast.gemspec +9 -12
- data/doc/Ballast/AjaxResponse.html +1380 -0
- data/doc/Ballast/Concerns/AjaxHandling.html +662 -0
- data/doc/Ballast/Concerns/Common.html +81 -361
- data/doc/Ballast/Concerns/ErrorsHandling.html +18 -36
- data/doc/Ballast/Concerns/View.html +181 -157
- data/doc/Ballast/Concerns.html +6 -6
- data/doc/Ballast/Configuration.html +204 -31
- data/doc/Ballast/Emoji/Character.html +411 -0
- data/doc/Ballast/Emoji/Utils.html +794 -0
- data/doc/Ballast/Emoji.html +125 -0
- data/doc/Ballast/Errors/{BaseError.html → Base.html} +61 -34
- data/doc/Ballast/Errors/{PerformError.html → Failure.html} +21 -17
- data/doc/Ballast/Errors/InvalidDomain.html +11 -11
- data/doc/Ballast/Errors/{ValidationError.html → ValidationFailure.html} +24 -16
- data/doc/Ballast/Errors.html +5 -5
- data/doc/Ballast/Middlewares/DefaultHost.html +6 -6
- data/doc/Ballast/Middlewares.html +4 -4
- data/doc/Ballast/RequestDomainMatcher.html +28 -28
- data/doc/Ballast/Service/Response.html +1243 -0
- data/doc/Ballast/Service.html +1314 -0
- data/doc/Ballast/Version.html +7 -7
- data/doc/Ballast.html +15 -15
- data/doc/_index.html +59 -30
- data/doc/class_list.html +6 -2
- data/doc/css/style.css +1 -0
- data/doc/file.README.html +6 -6
- data/doc/file_list.html +5 -1
- data/doc/frames.html +1 -1
- data/doc/index.html +6 -6
- data/doc/js/full_list.js +4 -1
- data/doc/method_list.html +167 -79
- data/doc/top-level-namespace.html +41 -4
- data/lib/ballast/ajax_response.rb +76 -0
- data/lib/ballast/concerns/ajax_handling.rb +73 -0
- data/lib/ballast/concerns/common.rb +25 -47
- data/lib/ballast/concerns/errors_handling.rb +21 -30
- data/lib/ballast/concerns/view.rb +24 -22
- data/lib/ballast/configuration.rb +30 -10
- data/lib/ballast/emoji.rb +114 -0
- data/lib/ballast/errors.rb +16 -13
- data/lib/ballast/middlewares/default_host.rb +3 -3
- data/lib/ballast/request_domain_matcher.rb +7 -7
- data/lib/ballast/service.rb +147 -0
- data/lib/ballast/version.rb +3 -3
- data/lib/ballast.rb +22 -22
- data/spec/ballast/ajax_response_spec.rb +61 -0
- data/spec/ballast/concerns/ajax_handling_spec.rb +86 -0
- data/spec/ballast/concerns/common_spec.rb +17 -52
- data/spec/ballast/concerns/errors_handling_spec.rb +35 -29
- data/spec/ballast/concerns/view_spec.rb +21 -32
- data/spec/ballast/configuration_spec.rb +66 -16
- data/spec/ballast/emoji_spec.rb +103 -0
- data/spec/ballast/errors_spec.rb +5 -5
- data/spec/ballast/middlewares/default_host_spec.rb +3 -5
- data/spec/ballast/request_domain_matcher_spec.rb +4 -4
- data/spec/ballast/service_spec.rb +137 -0
- data/spec/spec_helper.rb +1 -13
- metadata +42 -80
- data/doc/Ballast/Concerns/Ajax.html +0 -945
- data/doc/Ballast/Context.html +0 -417
- data/doc/Ballast/Operation.html +0 -1304
- data/doc/Ballast/OperationsChain.html +0 -597
- data/lib/ballast/concerns/ajax.rb +0 -134
- data/lib/ballast/context.rb +0 -38
- data/lib/ballast/operation.rb +0 -136
- data/lib/ballast/operations_chain.rb +0 -45
- data/spec/ballast/concerns/ajax_spec.rb +0 -141
- data/spec/ballast/context_spec.rb +0 -23
- data/spec/ballast/operation_spec.rb +0 -177
- data/spec/ballast/operations_chain_spec.rb +0 -61
@@ -0,0 +1,125 @@
|
|
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">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Module: Ballast::Emoji
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.6
|
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
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '../';
|
20
|
+
framesUrl = "../frames.html#!Ballast/Emoji.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="../_index.html">Index (E)</a> »
|
35
|
+
<span class='title'><span class='object_link'><a href="../Ballast.html" title="Ballast (module)">Ballast</a></span></span>
|
36
|
+
»
|
37
|
+
<span class="title">Emoji</span>
|
38
|
+
|
39
|
+
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
+
</div>
|
42
|
+
|
43
|
+
<div id="search">
|
44
|
+
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
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
|
58
|
+
</a>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
<div class="clear"></div>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<iframe id="search_frame"></iframe>
|
65
|
+
|
66
|
+
<div id="content"><h1>Module: Ballast::Emoji
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
</h1>
|
71
|
+
|
72
|
+
<dl class="box">
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
<dt class="r1 last">Defined in:</dt>
|
82
|
+
<dd class="r1 last">lib/ballast/emoji.rb</dd>
|
83
|
+
|
84
|
+
</dl>
|
85
|
+
<div class="clear"></div>
|
86
|
+
|
87
|
+
<h2>Overview</h2><div class="docstring">
|
88
|
+
<div class="discussion">
|
89
|
+
<p>A module to ease emoji handling.</p>
|
90
|
+
|
91
|
+
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
<div class="tags">
|
95
|
+
|
96
|
+
|
97
|
+
</div><h2>Defined Under Namespace</h2>
|
98
|
+
<p class="children">
|
99
|
+
|
100
|
+
|
101
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Emoji/Character.html" title="Ballast::Emoji::Character (module)">Character</a></span>, <span class='object_link'><a href="Emoji/Utils.html" title="Ballast::Emoji::Utils (module)">Utils</a></span>
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
</p>
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
</div>
|
117
|
+
|
118
|
+
<div id="footer">
|
119
|
+
Generated on Sun Nov 2 09:40:00 2014 by
|
120
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
+
0.8.7.6 (ruby-2.1.3).
|
122
|
+
</div>
|
123
|
+
|
124
|
+
</body>
|
125
|
+
</html>
|
@@ -4,9 +4,9 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Exception: Ballast::Errors::
|
7
|
+
Exception: Ballast::Errors::Base
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!Ballast/Errors/Base.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a href="../../_index.html">Index (B)</a> »
|
35
35
|
<span class='title'><span class='object_link'><a href="../../Ballast.html" title="Ballast (module)">Ballast</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="Ballast::Errors (module)">Errors</a></span></span>
|
36
36
|
»
|
37
|
-
<span class="title">
|
37
|
+
<span class="title">Base</span>
|
38
38
|
|
39
39
|
|
40
40
|
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
@@ -63,7 +63,7 @@
|
|
63
63
|
|
64
64
|
<iframe id="search_frame"></iframe>
|
65
65
|
|
66
|
-
<div id="content"><h1>Exception: Ballast::Errors::
|
66
|
+
<div id="content"><h1>Exception: Ballast::Errors::Base
|
67
67
|
|
68
68
|
|
69
69
|
|
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
<li class="next">RuntimeError</li>
|
82
82
|
|
83
|
-
<li class="next">Ballast::Errors::
|
83
|
+
<li class="next">Ballast::Errors::Base</li>
|
84
84
|
|
85
85
|
</ul>
|
86
86
|
<a href="#" class="inheritanceTree">show all</a>
|
@@ -113,7 +113,7 @@
|
|
113
113
|
|
114
114
|
</div><div id="subclasses">
|
115
115
|
<h2>Direct Known Subclasses</h2>
|
116
|
-
<p class="children"><span class='object_link'><a href="
|
116
|
+
<p class="children"><span class='object_link'><a href="Failure.html" title="Ballast::Errors::Failure (class)">Failure</a></span>, <span class='object_link'><a href="InvalidDomain.html" title="Ballast::Errors::InvalidDomain (class)">InvalidDomain</a></span></p>
|
117
117
|
</div>
|
118
118
|
|
119
119
|
|
@@ -125,7 +125,7 @@
|
|
125
125
|
<li class="public ">
|
126
126
|
<span class="summary_signature">
|
127
127
|
|
128
|
-
<a href="#
|
128
|
+
<a href="#details-instance_method" title="#details (instance method)">- (String|Hash|NilClass) <strong>details</strong> </a>
|
129
129
|
|
130
130
|
|
131
131
|
|
@@ -144,7 +144,7 @@
|
|
144
144
|
|
145
145
|
|
146
146
|
|
147
|
-
<span class="summary_desc"><div class='inline'><p>The
|
147
|
+
<span class="summary_desc"><div class='inline'><p>The details of the error.</p>
|
148
148
|
</div></span>
|
149
149
|
|
150
150
|
</li>
|
@@ -166,7 +166,7 @@
|
|
166
166
|
<li class="public ">
|
167
167
|
<span class="summary_signature">
|
168
168
|
|
169
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">- (
|
169
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Base) <strong>initialize</strong>(details = nil) </a>
|
170
170
|
|
171
171
|
|
172
172
|
|
@@ -182,7 +182,7 @@
|
|
182
182
|
|
183
183
|
|
184
184
|
|
185
|
-
<span class="summary_desc"><div class='inline'><p>
|
185
|
+
<span class="summary_desc"><div class='inline'><p>Creates a new error.</p>
|
186
186
|
</div></span>
|
187
187
|
|
188
188
|
</li>
|
@@ -198,7 +198,7 @@
|
|
198
198
|
<div class="method_details first">
|
199
199
|
<h3 class="signature first" id="initialize-instance_method">
|
200
200
|
|
201
|
-
- (<tt><span class='object_link'><a href="" title="Ballast::Errors::
|
201
|
+
- (<tt><span class='object_link'><a href="" title="Ballast::Errors::Base (class)">Base</a></span></tt>) <strong>initialize</strong>(details = nil)
|
202
202
|
|
203
203
|
|
204
204
|
|
@@ -206,13 +206,34 @@
|
|
206
206
|
|
207
207
|
</h3><div class="docstring">
|
208
208
|
<div class="discussion">
|
209
|
-
<p>
|
209
|
+
<p>Creates a new error.</p>
|
210
210
|
|
211
211
|
|
212
212
|
</div>
|
213
213
|
</div>
|
214
214
|
<div class="tags">
|
215
|
+
<p class="tag_title">Parameters:</p>
|
216
|
+
<ul class="param">
|
215
217
|
|
218
|
+
<li>
|
219
|
+
|
220
|
+
<span class='name'>details</span>
|
221
|
+
|
222
|
+
|
223
|
+
<span class='type'>(<tt>String|Hash|NilClass</tt>)</span>
|
224
|
+
|
225
|
+
|
226
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
227
|
+
|
228
|
+
|
229
|
+
—
|
230
|
+
<div class='inline'><p>The details of this error.</p>
|
231
|
+
</div>
|
232
|
+
|
233
|
+
</li>
|
234
|
+
|
235
|
+
</ul>
|
236
|
+
|
216
237
|
|
217
238
|
</div><table class="source_code">
|
218
239
|
<tr>
|
@@ -220,17 +241,17 @@
|
|
220
241
|
<pre class="lines">
|
221
242
|
|
222
243
|
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
244
|
+
19
|
245
|
+
20
|
246
|
+
21
|
247
|
+
22</pre>
|
227
248
|
</td>
|
228
249
|
<td>
|
229
|
-
<pre class="code"><span class="info file"># File 'lib/ballast/errors.rb', line
|
250
|
+
<pre class="code"><span class="info file"># File 'lib/ballast/errors.rb', line 19</span>
|
230
251
|
|
231
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier
|
232
|
-
<span class='kw'>super</span><span class='lparen'>(</span><span class='
|
233
|
-
<span class='ivar'>@
|
252
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_details'>details</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
253
|
+
<span class='kw'>super</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
254
|
+
<span class='ivar'>@details</span> <span class='op'>=</span> <span class='id identifier rubyid_details'>details</span>
|
234
255
|
<span class='kw'>end</span></pre>
|
235
256
|
</td>
|
236
257
|
</tr>
|
@@ -245,9 +266,9 @@
|
|
245
266
|
|
246
267
|
<span id=""></span>
|
247
268
|
<div class="method_details first">
|
248
|
-
<h3 class="signature first" id="
|
269
|
+
<h3 class="signature first" id="details-instance_method">
|
249
270
|
|
250
|
-
- (<tt>String|Hash</tt>) <strong>
|
271
|
+
- (<tt>String|Hash|NilClass</tt>) <strong>details</strong> <span class="extras">(readonly)</span>
|
251
272
|
|
252
273
|
|
253
274
|
|
@@ -255,7 +276,7 @@
|
|
255
276
|
|
256
277
|
</h3><div class="docstring">
|
257
278
|
<div class="discussion">
|
258
|
-
<p>Returns The
|
279
|
+
<p>Returns The details of the error. If a Hash, it should contain the keys <code>status</code> and <code>error</code>.</p>
|
259
280
|
|
260
281
|
|
261
282
|
</div>
|
@@ -268,12 +289,12 @@
|
|
268
289
|
<li>
|
269
290
|
|
270
291
|
|
271
|
-
<span class='type'>(<tt>String|Hash</tt>)</span>
|
292
|
+
<span class='type'>(<tt>String|Hash|NilClass</tt>)</span>
|
272
293
|
|
273
294
|
|
274
295
|
|
275
296
|
—
|
276
|
-
<div class='inline'><p>The
|
297
|
+
<div class='inline'><p>The details of the error. If a Hash, it should contain the keys <code>status</code> and <code>error</code>.</p>
|
277
298
|
</div>
|
278
299
|
|
279
300
|
</li>
|
@@ -293,17 +314,23 @@
|
|
293
314
|
17
|
294
315
|
18
|
295
316
|
19
|
296
|
-
20
|
317
|
+
20
|
318
|
+
21
|
319
|
+
22
|
320
|
+
23</pre>
|
297
321
|
</td>
|
298
322
|
<td>
|
299
323
|
<pre class="code"><span class="info file"># File 'lib/ballast/errors.rb', line 13</span>
|
300
324
|
|
301
|
-
<span class='kw'>class</span> <span class='const'>
|
302
|
-
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:
|
325
|
+
<span class='kw'>class</span> <span class='const'>Base</span> <span class='op'><</span> <span class='const'>RuntimeError</span>
|
326
|
+
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:details</span>
|
303
327
|
|
304
|
-
<span class='
|
305
|
-
|
306
|
-
|
328
|
+
<span class='comment'># Creates a new error.
|
329
|
+
</span> <span class='comment'>#
|
330
|
+
</span> <span class='comment'># @param details [String|Hash|NilClass] The details of this error.
|
331
|
+
</span> <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_details'>details</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
332
|
+
<span class='kw'>super</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
333
|
+
<span class='ivar'>@details</span> <span class='op'>=</span> <span class='id identifier rubyid_details'>details</span>
|
307
334
|
<span class='kw'>end</span>
|
308
335
|
<span class='kw'>end</span></pre>
|
309
336
|
</td>
|
@@ -317,9 +344,9 @@
|
|
317
344
|
</div>
|
318
345
|
|
319
346
|
<div id="footer">
|
320
|
-
Generated on
|
347
|
+
Generated on Sun Nov 2 09:40:00 2014 by
|
321
348
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
322
|
-
0.8.7.
|
349
|
+
0.8.7.6 (ruby-2.1.3).
|
323
350
|
</div>
|
324
351
|
|
325
352
|
</body>
|
@@ -4,9 +4,9 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Exception: Ballast::Errors::
|
7
|
+
Exception: Ballast::Errors::Failure
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!Ballast/Errors/Failure.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -31,10 +31,10 @@
|
|
31
31
|
<div id="header">
|
32
32
|
<div id="menu">
|
33
33
|
|
34
|
-
<a href="../../_index.html">Index (
|
34
|
+
<a href="../../_index.html">Index (F)</a> »
|
35
35
|
<span class='title'><span class='object_link'><a href="../../Ballast.html" title="Ballast (module)">Ballast</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="Ballast::Errors (module)">Errors</a></span></span>
|
36
36
|
»
|
37
|
-
<span class="title">
|
37
|
+
<span class="title">Failure</span>
|
38
38
|
|
39
39
|
|
40
40
|
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
@@ -63,7 +63,7 @@
|
|
63
63
|
|
64
64
|
<iframe id="search_frame"></iframe>
|
65
65
|
|
66
|
-
<div id="content"><h1>Exception: Ballast::Errors::
|
66
|
+
<div id="content"><h1>Exception: Ballast::Errors::Failure
|
67
67
|
|
68
68
|
|
69
69
|
|
@@ -73,16 +73,16 @@
|
|
73
73
|
|
74
74
|
<dt class="r1">Inherits:</dt>
|
75
75
|
<dd class="r1">
|
76
|
-
<span class="inheritName"><span class='object_link'><a href="
|
76
|
+
<span class="inheritName"><span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></span>
|
77
77
|
|
78
78
|
<ul class="fullTree">
|
79
79
|
<li>Object</li>
|
80
80
|
|
81
81
|
<li class="next">RuntimeError</li>
|
82
82
|
|
83
|
-
<li class="next"><span class='object_link'><a href="
|
83
|
+
<li class="next"><span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></li>
|
84
84
|
|
85
|
-
<li class="next">Ballast::Errors::
|
85
|
+
<li class="next">Ballast::Errors::Failure</li>
|
86
86
|
|
87
87
|
</ul>
|
88
88
|
<a href="#" class="inheritanceTree">show all</a>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
|
-
<p>This is raised when something went wrong during the processing of a operation.</p>
|
108
|
+
<p>This is raised when something went wrong during the processing of a operation or a service.</p>
|
109
109
|
|
110
110
|
|
111
111
|
</div>
|
@@ -113,16 +113,20 @@
|
|
113
113
|
<div class="tags">
|
114
114
|
|
115
115
|
|
116
|
+
</div><div id="subclasses">
|
117
|
+
<h2>Direct Known Subclasses</h2>
|
118
|
+
<p class="children"><span class='object_link'><a href="ValidationFailure.html" title="Ballast::Errors::ValidationFailure (class)">ValidationFailure</a></span></p>
|
116
119
|
</div>
|
117
120
|
|
118
121
|
|
119
122
|
|
120
123
|
|
121
124
|
|
125
|
+
|
122
126
|
<h2>Instance Attribute Summary</h2>
|
123
127
|
|
124
|
-
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="
|
125
|
-
<p class="inherited"><span class='object_link'><a href="
|
128
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></h3>
|
129
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#details-instance_method" title="Ballast::Errors::Base#details (method)">#details</a></span></p>
|
126
130
|
|
127
131
|
|
128
132
|
|
@@ -134,13 +138,13 @@
|
|
134
138
|
|
135
139
|
<h2>Method Summary</h2>
|
136
140
|
|
137
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="
|
138
|
-
<p class="inherited"><span class='object_link'><a href="
|
141
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></h3>
|
142
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#initialize-instance_method" title="Ballast::Errors::Base#initialize (method)">#initialize</a></span></p>
|
139
143
|
|
140
144
|
<div id="constructor_details" class="method_details_list">
|
141
145
|
<h2>Constructor Details</h2>
|
142
146
|
|
143
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="
|
147
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Base.html#initialize-instance_method" title="Ballast::Errors::Base#initialize (method)">Ballast::Errors::Base</a></span></p>
|
144
148
|
|
145
149
|
</div>
|
146
150
|
|
@@ -148,9 +152,9 @@
|
|
148
152
|
</div>
|
149
153
|
|
150
154
|
<div id="footer">
|
151
|
-
Generated on
|
155
|
+
Generated on Sun Nov 2 09:40:00 2014 by
|
152
156
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
153
|
-
0.8.7.
|
157
|
+
0.8.7.6 (ruby-2.1.3).
|
154
158
|
</div>
|
155
159
|
|
156
160
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Ballast::Errors::InvalidDomain
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!Ballast/Errors/InvalidDomain.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -73,14 +73,14 @@
|
|
73
73
|
|
74
74
|
<dt class="r1">Inherits:</dt>
|
75
75
|
<dd class="r1">
|
76
|
-
<span class="inheritName"><span class='object_link'><a href="
|
76
|
+
<span class="inheritName"><span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></span>
|
77
77
|
|
78
78
|
<ul class="fullTree">
|
79
79
|
<li>Object</li>
|
80
80
|
|
81
81
|
<li class="next">RuntimeError</li>
|
82
82
|
|
83
|
-
<li class="next"><span class='object_link'><a href="
|
83
|
+
<li class="next"><span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></li>
|
84
84
|
|
85
85
|
<li class="next">Ballast::Errors::InvalidDomain</li>
|
86
86
|
|
@@ -121,8 +121,8 @@
|
|
121
121
|
|
122
122
|
<h2>Instance Attribute Summary</h2>
|
123
123
|
|
124
|
-
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="
|
125
|
-
<p class="inherited"><span class='object_link'><a href="
|
124
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></h3>
|
125
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#details-instance_method" title="Ballast::Errors::Base#details (method)">#details</a></span></p>
|
126
126
|
|
127
127
|
|
128
128
|
|
@@ -134,13 +134,13 @@
|
|
134
134
|
|
135
135
|
<h2>Method Summary</h2>
|
136
136
|
|
137
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="
|
138
|
-
<p class="inherited"><span class='object_link'><a href="
|
137
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="Ballast::Errors::Base (class)">Base</a></span></h3>
|
138
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#initialize-instance_method" title="Ballast::Errors::Base#initialize (method)">#initialize</a></span></p>
|
139
139
|
|
140
140
|
<div id="constructor_details" class="method_details_list">
|
141
141
|
<h2>Constructor Details</h2>
|
142
142
|
|
143
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="
|
143
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Base.html#initialize-instance_method" title="Ballast::Errors::Base#initialize (method)">Ballast::Errors::Base</a></span></p>
|
144
144
|
|
145
145
|
</div>
|
146
146
|
|
@@ -148,9 +148,9 @@
|
|
148
148
|
</div>
|
149
149
|
|
150
150
|
<div id="footer">
|
151
|
-
Generated on
|
151
|
+
Generated on Sun Nov 2 09:40:00 2014 by
|
152
152
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
153
|
-
0.8.7.
|
153
|
+
0.8.7.6 (ruby-2.1.3).
|
154
154
|
</div>
|
155
155
|
|
156
156
|
</body>
|