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.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +35 -0
  3. data/.travis-gemfile +4 -5
  4. data/.travis.yml +3 -2
  5. data/CHANGELOG.md +62 -6
  6. data/Gemfile +7 -8
  7. data/README.md +2 -2
  8. data/ballast.gemspec +9 -12
  9. data/doc/Ballast/AjaxResponse.html +1380 -0
  10. data/doc/Ballast/Concerns/AjaxHandling.html +662 -0
  11. data/doc/Ballast/Concerns/Common.html +81 -361
  12. data/doc/Ballast/Concerns/ErrorsHandling.html +18 -36
  13. data/doc/Ballast/Concerns/View.html +181 -157
  14. data/doc/Ballast/Concerns.html +6 -6
  15. data/doc/Ballast/Configuration.html +204 -31
  16. data/doc/Ballast/Emoji/Character.html +411 -0
  17. data/doc/Ballast/Emoji/Utils.html +794 -0
  18. data/doc/Ballast/Emoji.html +125 -0
  19. data/doc/Ballast/Errors/{BaseError.html → Base.html} +61 -34
  20. data/doc/Ballast/Errors/{PerformError.html → Failure.html} +21 -17
  21. data/doc/Ballast/Errors/InvalidDomain.html +11 -11
  22. data/doc/Ballast/Errors/{ValidationError.html → ValidationFailure.html} +24 -16
  23. data/doc/Ballast/Errors.html +5 -5
  24. data/doc/Ballast/Middlewares/DefaultHost.html +6 -6
  25. data/doc/Ballast/Middlewares.html +4 -4
  26. data/doc/Ballast/RequestDomainMatcher.html +28 -28
  27. data/doc/Ballast/Service/Response.html +1243 -0
  28. data/doc/Ballast/Service.html +1314 -0
  29. data/doc/Ballast/Version.html +7 -7
  30. data/doc/Ballast.html +15 -15
  31. data/doc/_index.html +59 -30
  32. data/doc/class_list.html +6 -2
  33. data/doc/css/style.css +1 -0
  34. data/doc/file.README.html +6 -6
  35. data/doc/file_list.html +5 -1
  36. data/doc/frames.html +1 -1
  37. data/doc/index.html +6 -6
  38. data/doc/js/full_list.js +4 -1
  39. data/doc/method_list.html +167 -79
  40. data/doc/top-level-namespace.html +41 -4
  41. data/lib/ballast/ajax_response.rb +76 -0
  42. data/lib/ballast/concerns/ajax_handling.rb +73 -0
  43. data/lib/ballast/concerns/common.rb +25 -47
  44. data/lib/ballast/concerns/errors_handling.rb +21 -30
  45. data/lib/ballast/concerns/view.rb +24 -22
  46. data/lib/ballast/configuration.rb +30 -10
  47. data/lib/ballast/emoji.rb +114 -0
  48. data/lib/ballast/errors.rb +16 -13
  49. data/lib/ballast/middlewares/default_host.rb +3 -3
  50. data/lib/ballast/request_domain_matcher.rb +7 -7
  51. data/lib/ballast/service.rb +147 -0
  52. data/lib/ballast/version.rb +3 -3
  53. data/lib/ballast.rb +22 -22
  54. data/spec/ballast/ajax_response_spec.rb +61 -0
  55. data/spec/ballast/concerns/ajax_handling_spec.rb +86 -0
  56. data/spec/ballast/concerns/common_spec.rb +17 -52
  57. data/spec/ballast/concerns/errors_handling_spec.rb +35 -29
  58. data/spec/ballast/concerns/view_spec.rb +21 -32
  59. data/spec/ballast/configuration_spec.rb +66 -16
  60. data/spec/ballast/emoji_spec.rb +103 -0
  61. data/spec/ballast/errors_spec.rb +5 -5
  62. data/spec/ballast/middlewares/default_host_spec.rb +3 -5
  63. data/spec/ballast/request_domain_matcher_spec.rb +4 -4
  64. data/spec/ballast/service_spec.rb +137 -0
  65. data/spec/spec_helper.rb +1 -13
  66. metadata +42 -80
  67. data/doc/Ballast/Concerns/Ajax.html +0 -945
  68. data/doc/Ballast/Context.html +0 -417
  69. data/doc/Ballast/Operation.html +0 -1304
  70. data/doc/Ballast/OperationsChain.html +0 -597
  71. data/lib/ballast/concerns/ajax.rb +0 -134
  72. data/lib/ballast/context.rb +0 -38
  73. data/lib/ballast/operation.rb +0 -136
  74. data/lib/ballast/operations_chain.rb +0 -45
  75. data/spec/ballast/concerns/ajax_spec.rb +0 -141
  76. data/spec/ballast/context_spec.rb +0 -23
  77. data/spec/ballast/operation_spec.rb +0 -177
  78. 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
+ &mdash; 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> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../Ballast.html" title="Ballast (module)">Ballast</a></span></span>
36
+ &raquo;
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::BaseError
7
+ Exception: Ballast::Errors::Base
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; 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#!" + escape(window.location.href);
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> &raquo;
35
35
  <span class='title'><span class='object_link'><a href="../../Ballast.html" title="Ballast (module)">Ballast</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Errors.html" title="Ballast::Errors (module)">Errors</a></span></span>
36
36
  &raquo;
37
- <span class="title">BaseError</span>
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::BaseError
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::BaseError</li>
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="InvalidDomain.html" title="Ballast::Errors::InvalidDomain (class)">InvalidDomain</a></span>, <span class='object_link'><a href="PerformError.html" title="Ballast::Errors::PerformError (class)">PerformError</a></span>, <span class='object_link'><a href="ValidationError.html" title="Ballast::Errors::ValidationError (class)">ValidationError</a></span></p>
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="#response-instance_method" title="#response (instance method)">- (String|Hash) <strong>response</strong> </a>
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 response which contains either a message or an hash with status code and a error message.</p>
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)">- (BaseError) <strong>initialize</strong>(msg = nil) </a>
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>A new instance of BaseError.</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::BaseError (class)">BaseError</a></span></tt>) <strong>initialize</strong>(msg = nil)
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>Returns a new instance of BaseError</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
+ &mdash;
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
- 16
224
- 17
225
- 18
226
- 19</pre>
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 16</span>
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 rubyid_msg'>msg</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
232
- <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span>
233
- <span class='ivar'>@response</span> <span class='op'>=</span> <span class='id identifier rubyid_msg'>msg</span>
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'>&quot;</span><span class='tstring_end'>&quot;</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="response-instance_method">
269
+ <h3 class="signature first" id="details-instance_method">
249
270
 
250
- - (<tt>String|Hash</tt>) <strong>response</strong> <span class="extras">(readonly)</span>
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 response which contains either a message or an hash with status code and a error message.</p>
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
  &mdash;
276
- <div class='inline'><p>The response which contains either a message or an hash with status code and a error message.</p>
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</pre>
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'>BaseError</span> <span class='op'>&lt;</span> <span class='const'>RuntimeError</span>
302
- <span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:response</span>
325
+ <span class='kw'>class</span> <span class='const'>Base</span> <span class='op'>&lt;</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='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
305
- <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span>
306
- <span class='ivar'>@response</span> <span class='op'>=</span> <span class='id identifier rubyid_msg'>msg</span>
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'>&quot;</span><span class='tstring_end'>&quot;</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 Sat Mar 15 14:04:13 2014 by
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.3 (ruby-2.1.0).
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::PerformError
7
+ Exception: Ballast::Errors::Failure
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; 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#!" + escape(window.location.href);
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 (P)</a> &raquo;
34
+ <a href="../../_index.html">Index (F)</a> &raquo;
35
35
  <span class='title'><span class='object_link'><a href="../../Ballast.html" title="Ballast (module)">Ballast</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Errors.html" title="Ballast::Errors (module)">Errors</a></span></span>
36
36
  &raquo;
37
- <span class="title">PerformError</span>
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::PerformError
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></span>
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></li>
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::PerformError</li>
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></h3>
125
- <p class="inherited"><span class='object_link'><a href="BaseError.html#response-instance_method" title="Ballast::Errors::BaseError#response (method)">#response</a></span></p>
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></h3>
138
- <p class="inherited"><span class='object_link'><a href="BaseError.html#initialize-instance_method" title="Ballast::Errors::BaseError#initialize (method)">#initialize</a></span></p>
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="BaseError.html#initialize-instance_method" title="Ballast::Errors::BaseError#initialize (method)">Ballast::Errors::BaseError</a></span></p>
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 Sat Mar 15 14:04:13 2014 by
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.3 (ruby-2.1.0).
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
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; 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#!" + escape(window.location.href);
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></span>
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></li>
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></h3>
125
- <p class="inherited"><span class='object_link'><a href="BaseError.html#response-instance_method" title="Ballast::Errors::BaseError#response (method)">#response</a></span></p>
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="BaseError.html" title="Ballast::Errors::BaseError (class)">BaseError</a></span></h3>
138
- <p class="inherited"><span class='object_link'><a href="BaseError.html#initialize-instance_method" title="Ballast::Errors::BaseError#initialize (method)">#initialize</a></span></p>
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="BaseError.html#initialize-instance_method" title="Ballast::Errors::BaseError#initialize (method)">Ballast::Errors::BaseError</a></span></p>
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 Sat Mar 15 14:04:13 2014 by
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.3 (ruby-2.1.0).
153
+ 0.8.7.6 (ruby-2.1.3).
154
154
  </div>
155
155
 
156
156
  </body>