ovto 0.6.0.rc1 → 0.6.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/CHANGELOG.md +2 -2
- data/Gemfile.lock +1 -1
- data/book/SUMMARY.md +1 -0
- data/book/api/actions.md +1 -1
- data/book/api/middleware.md +93 -0
- data/docs/api/Ovto.html +222 -25
- data/docs/api/Ovto/Actions.html +132 -40
- data/docs/api/Ovto/App.html +254 -40
- data/docs/api/Ovto/Component.html +96 -29
- data/docs/api/Ovto/Component/MoreThanOneNode.html +6 -6
- data/docs/api/Ovto/PureComponent.html +11 -11
- data/docs/api/Ovto/PureComponent/StateIsNotAvailable.html +6 -6
- data/docs/api/Ovto/Runtime.html +7 -7
- data/docs/api/Ovto/State.html +58 -42
- data/docs/api/Ovto/State/MissingValue.html +6 -6
- data/docs/api/Ovto/WiredActions.html +78 -35
- data/docs/api/_index.html +54 -11
- data/docs/api/actions.html +1 -1
- data/docs/api/app.html +1 -1
- data/docs/api/class_list.html +3 -3
- data/docs/api/component.html +1 -1
- data/docs/api/css/style.css +2 -2
- data/docs/api/fetch.html +1 -1
- data/docs/api/file.README.html +6 -6
- data/docs/api/file_list.html +2 -2
- data/docs/api/frames.html +2 -2
- data/docs/api/index.html +6 -6
- data/docs/api/js/app.js +14 -3
- data/docs/api/method_list.html +270 -30
- data/docs/api/pure_component.html +1 -1
- data/docs/api/state.html +1 -1
- data/docs/api/top-level-namespace.html +6 -6
- data/docs/guides/debugging.html +1 -1
- data/docs/guides/development.html +1 -1
- data/docs/guides/install.html +1 -1
- data/docs/guides/tutorial.html +1 -1
- data/docs/index.html +1 -1
- data/examples/static/Gemfile.lock +1 -1
- data/lib/ovto/version.rb +1 -1
- metadata +5 -5
- data/docs/api/Ovto/State/UnknownKey.html +0 -135
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Ovto::State::MissingValue
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "Ovto::State::MissingValue";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -125,9 +125,9 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on
|
128
|
+
Generated on Fri Feb 28 23:42:46 2020 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
|
-
0.9.
|
130
|
+
0.9.24 (ruby-2.5.5).
|
131
131
|
</div>
|
132
132
|
|
133
133
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Ovto::WiredActions
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "Ovto::WiredActions";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -141,7 +141,7 @@
|
|
141
141
|
<li class="public ">
|
142
142
|
<span class="summary_signature">
|
143
143
|
|
144
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(actions, app, runtime) ⇒ WiredActions </a>
|
144
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(actions, app, runtime, parent) ⇒ WiredActions </a>
|
145
145
|
|
146
146
|
|
147
147
|
|
@@ -158,7 +158,7 @@
|
|
158
158
|
|
159
159
|
|
160
160
|
<span class="summary_desc"><div class='inline'>
|
161
|
-
<p>
|
161
|
+
<p>Create a WiredActions.</p>
|
162
162
|
</div></span>
|
163
163
|
|
164
164
|
</li>
|
@@ -217,7 +217,7 @@
|
|
217
217
|
<div class="method_details first">
|
218
218
|
<h3 class="signature first" id="initialize-instance_method">
|
219
219
|
|
220
|
-
#<strong>initialize</strong>(actions, app, runtime) ⇒ <tt><span class='object_link'><a href="" title="Ovto::WiredActions (class)">WiredActions</a></span></tt>
|
220
|
+
#<strong>initialize</strong>(actions, app, runtime, parent) ⇒ <tt><span class='object_link'><a href="" title="Ovto::WiredActions (class)">WiredActions</a></span></tt>
|
221
221
|
|
222
222
|
|
223
223
|
|
@@ -226,7 +226,16 @@
|
|
226
226
|
</h3><div class="docstring">
|
227
227
|
<div class="discussion">
|
228
228
|
|
229
|
-
<p>
|
229
|
+
<p>Create a WiredActions</p>
|
230
|
+
<ul><li>
|
231
|
+
<p>actions: Ovto::Actions</p>
|
232
|
+
</li><li>
|
233
|
+
<p>app: Ovto::App</p>
|
234
|
+
</li><li>
|
235
|
+
<p>runtime: Ovto::Runtime (to call scheduleRender after state change)</p>
|
236
|
+
</li><li>
|
237
|
+
<p>parent: WiredActionSet</p>
|
238
|
+
</li></ul>
|
230
239
|
|
231
240
|
|
232
241
|
</div>
|
@@ -240,15 +249,15 @@
|
|
240
249
|
<pre class="lines">
|
241
250
|
|
242
251
|
|
243
|
-
|
244
|
-
|
245
|
-
|
252
|
+
12
|
253
|
+
13
|
254
|
+
14</pre>
|
246
255
|
</td>
|
247
256
|
<td>
|
248
|
-
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line
|
257
|
+
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line 12</span>
|
249
258
|
|
250
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_actions'>actions</span><span class='comma'>,</span> <span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='id identifier rubyid_runtime'>runtime</span><span class='rparen'>)</span>
|
251
|
-
<span class='ivar'>@actions</span><span class='comma'>,</span> <span class='ivar'>@app</span><span class='comma'>,</span> <span class='ivar'>@runtime</span> <span class='op'>=</span> <span class='id identifier rubyid_actions'>actions</span><span class='comma'>,</span> <span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='id identifier rubyid_runtime'>runtime</span>
|
259
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_actions'>actions</span><span class='comma'>,</span> <span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='id identifier rubyid_runtime'>runtime</span><span class='comma'>,</span> <span class='id identifier rubyid_parent'>parent</span><span class='rparen'>)</span>
|
260
|
+
<span class='ivar'>@actions</span><span class='comma'>,</span> <span class='ivar'>@app</span><span class='comma'>,</span> <span class='ivar'>@runtime</span><span class='comma'>,</span> <span class='ivar'>@parent</span> <span class='op'>=</span> <span class='id identifier rubyid_actions'>actions</span><span class='comma'>,</span> <span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='id identifier rubyid_runtime'>runtime</span><span class='comma'>,</span> <span class='id identifier rubyid_parent'>parent</span>
|
252
261
|
<span class='kw'>end</span></pre>
|
253
262
|
</td>
|
254
263
|
</tr>
|
@@ -272,25 +281,59 @@
|
|
272
281
|
|
273
282
|
|
274
283
|
|
275
|
-
</h3><
|
284
|
+
</h3><div class="docstring">
|
285
|
+
<div class="discussion">
|
286
|
+
|
287
|
+
|
288
|
+
</div>
|
289
|
+
</div>
|
290
|
+
<div class="tags">
|
291
|
+
|
292
|
+
<p class="tag_title">Raises:</p>
|
293
|
+
<ul class="raise">
|
294
|
+
|
295
|
+
<li>
|
296
|
+
|
297
|
+
|
298
|
+
<span class='type'>(<tt>NoMethodError</tt>)</span>
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
</li>
|
303
|
+
|
304
|
+
</ul>
|
305
|
+
|
306
|
+
</div><table class="source_code">
|
276
307
|
<tr>
|
277
308
|
<td>
|
278
309
|
<pre class="lines">
|
279
310
|
|
280
311
|
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
312
|
+
16
|
313
|
+
17
|
314
|
+
18
|
315
|
+
19
|
316
|
+
20
|
317
|
+
21
|
318
|
+
22
|
319
|
+
23
|
320
|
+
24
|
321
|
+
25
|
322
|
+
26</pre>
|
286
323
|
</td>
|
287
324
|
<td>
|
288
|
-
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line
|
325
|
+
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line 16</span>
|
289
326
|
|
290
327
|
<span class='kw'>def</span> <span class='id identifier rubyid_method_missing'>method_missing</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_args_hash'>args_hash</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
291
|
-
<span class='const'><span class='
|
292
|
-
|
293
|
-
|
328
|
+
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>NoMethodError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>undefined method `</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'>' on </span><span class='embexpr_beg'>#{</span><span class='kw'>self</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> <span class='kw'>unless</span> <span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
|
329
|
+
<span class='kw'>if</span> <span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
|
330
|
+
<span class='const'><span class='object_link'><a href="../Ovto.html" title="Ovto (module)">Ovto</a></span></span><span class='period'>.</span><span class='id identifier rubyid_log_error'><span class='object_link'><a href="../Ovto.html#log_error-class_method" title="Ovto.log_error (method)">log_error</a></span></span> <span class='lbrace'>{</span>
|
331
|
+
<span class='const'><span class='object_link'><a href="../Ovto.html" title="Ovto (module)">Ovto</a></span></span><span class='period'>.</span><span class='id identifier rubyid_debug_trace_log'><span class='object_link'><a href="../Ovto.html#debug_trace_log-class_method" title="Ovto.debug_trace_log (method)">debug_trace_log</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>invoke action \"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'>\" on </span><span class='embexpr_beg'>#{</span><span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
332
|
+
<span class='id identifier rubyid_invoke_action'>invoke_action</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_args_hash'>args_hash</span><span class='rparen'>)</span>
|
333
|
+
<span class='rbrace'>}</span>
|
334
|
+
<span class='kw'>else</span>
|
335
|
+
<span class='ivar'>@parent</span><span class='lbracket'>[</span><span class='id identifier rubyid_name'>name</span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="WiredActionSet.html" title="Ovto::WiredActionSet (class)">WiredActionSet</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="WiredActionSet.html#THE_MIDDLEWARE_ITSELF-constant" title="Ovto::WiredActionSet::THE_MIDDLEWARE_ITSELF (constant)">THE_MIDDLEWARE_ITSELF</a></span></span><span class='rbracket'>]</span> <span class='comment'># WiredActions of a middleware named `name`
|
336
|
+
</span> <span class='kw'>end</span>
|
294
337
|
<span class='kw'>end</span></pre>
|
295
338
|
</td>
|
296
339
|
</tr>
|
@@ -330,12 +373,12 @@
|
|
330
373
|
<pre class="lines">
|
331
374
|
|
332
375
|
|
333
|
-
|
334
|
-
|
335
|
-
|
376
|
+
33
|
377
|
+
34
|
378
|
+
35</pre>
|
336
379
|
</td>
|
337
380
|
<td>
|
338
|
-
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line
|
381
|
+
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line 33</span>
|
339
382
|
|
340
383
|
<span class='kw'>def</span> <span class='id identifier rubyid__app'>_app</span>
|
341
384
|
<span class='ivar'>@app</span>
|
@@ -382,15 +425,15 @@
|
|
382
425
|
<pre class="lines">
|
383
426
|
|
384
427
|
|
385
|
-
|
386
|
-
|
387
|
-
|
428
|
+
28
|
429
|
+
29
|
430
|
+
30</pre>
|
388
431
|
</td>
|
389
432
|
<td>
|
390
|
-
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line
|
433
|
+
<pre class="code"><span class="info file"># File 'lib/ovto/wired_actions.rb', line 28</span>
|
391
434
|
|
392
435
|
<span class='kw'>def</span> <span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
|
393
|
-
<span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
|
436
|
+
<span class='ivar'>@actions</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='ivar'>@parent</span><span class='period'>.</span><span class='id identifier rubyid_middleware_names'>middleware_names</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
|
394
437
|
<span class='kw'>end</span></pre>
|
395
438
|
</td>
|
396
439
|
</tr>
|
@@ -402,9 +445,9 @@
|
|
402
445
|
</div>
|
403
446
|
|
404
447
|
<div id="footer">
|
405
|
-
Generated on
|
448
|
+
Generated on Fri Feb 28 23:42:46 2020 by
|
406
449
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
407
|
-
0.9.
|
450
|
+
0.9.24 (ruby-2.5.5).
|
408
451
|
</div>
|
409
452
|
|
410
453
|
</div>
|
data/docs/api/_index.html
CHANGED
@@ -4,15 +4,15 @@
|
|
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.
|
7
|
+
Documentation by YARD 0.9.24
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
14
14
|
|
15
|
-
<script type="text/javascript"
|
15
|
+
<script type="text/javascript">
|
16
16
|
pathId = null;
|
17
17
|
relpath = '';
|
18
18
|
</script>
|
@@ -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.
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.24</h1>
|
56
56
|
<div id="listing">
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
58
|
|
@@ -89,6 +89,13 @@
|
|
89
89
|
|
90
90
|
</li>
|
91
91
|
|
92
|
+
<li>
|
93
|
+
<span class='object_link'><a href="Ovto/Middleware/Actions.html" title="Ovto::Middleware::Actions (class)">Actions</a></span>
|
94
|
+
|
95
|
+
<small>(Ovto::Middleware)</small>
|
96
|
+
|
97
|
+
</li>
|
98
|
+
|
92
99
|
<li>
|
93
100
|
<span class='object_link'><a href="Ovto/App.html" title="Ovto::App (class)">App</a></span>
|
94
101
|
|
@@ -100,6 +107,21 @@
|
|
100
107
|
</ul>
|
101
108
|
|
102
109
|
|
110
|
+
<ul id="alpha_B" class="alpha">
|
111
|
+
<li class="letter">B</li>
|
112
|
+
<ul>
|
113
|
+
|
114
|
+
<li>
|
115
|
+
<span class='object_link'><a href="Ovto/Middleware/Base.html" title="Ovto::Middleware::Base (class)">Base</a></span>
|
116
|
+
|
117
|
+
<small>(Ovto::Middleware)</small>
|
118
|
+
|
119
|
+
</li>
|
120
|
+
|
121
|
+
</ul>
|
122
|
+
</ul>
|
123
|
+
|
124
|
+
|
103
125
|
<ul id="alpha_C" class="alpha">
|
104
126
|
<li class="letter">C</li>
|
105
127
|
<ul>
|
@@ -111,6 +133,13 @@
|
|
111
133
|
|
112
134
|
</li>
|
113
135
|
|
136
|
+
<li>
|
137
|
+
<span class='object_link'><a href="Ovto/Middleware/Component.html" title="Ovto::Middleware::Component (class)">Component</a></span>
|
138
|
+
|
139
|
+
<small>(Ovto::Middleware)</small>
|
140
|
+
|
141
|
+
</li>
|
142
|
+
|
114
143
|
</ul>
|
115
144
|
</ul>
|
116
145
|
|
@@ -119,6 +148,13 @@
|
|
119
148
|
<li class="letter">M</li>
|
120
149
|
<ul>
|
121
150
|
|
151
|
+
<li>
|
152
|
+
<span class='object_link'><a href="Ovto/Middleware.html" title="Ovto::Middleware (module)">Middleware</a></span>
|
153
|
+
|
154
|
+
<small>(Ovto)</small>
|
155
|
+
|
156
|
+
</li>
|
157
|
+
|
122
158
|
<li>
|
123
159
|
<span class='object_link'><a href="Ovto/State/MissingValue.html" title="Ovto::State::MissingValue (class)">MissingValue</a></span>
|
124
160
|
|
@@ -180,6 +216,9 @@
|
|
180
216
|
</ul>
|
181
217
|
|
182
218
|
|
219
|
+
</td><td valign='top' width="33%">
|
220
|
+
|
221
|
+
|
183
222
|
<ul id="alpha_S" class="alpha">
|
184
223
|
<li class="letter">S</li>
|
185
224
|
<ul>
|
@@ -202,15 +241,12 @@
|
|
202
241
|
</ul>
|
203
242
|
|
204
243
|
|
205
|
-
</td><td valign='top' width="33%">
|
206
|
-
|
207
|
-
|
208
244
|
<ul id="alpha_U" class="alpha">
|
209
245
|
<li class="letter">U</li>
|
210
246
|
<ul>
|
211
247
|
|
212
248
|
<li>
|
213
|
-
<span class='object_link'><a href="Ovto/State/
|
249
|
+
<span class='object_link'><a href="Ovto/State/UnknownStateKey.html" title="Ovto::State::UnknownStateKey (class)">UnknownStateKey</a></span>
|
214
250
|
|
215
251
|
<small>(Ovto::State)</small>
|
216
252
|
|
@@ -224,6 +260,13 @@
|
|
224
260
|
<li class="letter">W</li>
|
225
261
|
<ul>
|
226
262
|
|
263
|
+
<li>
|
264
|
+
<span class='object_link'><a href="Ovto/WiredActionSet.html" title="Ovto::WiredActionSet (class)">WiredActionSet</a></span>
|
265
|
+
|
266
|
+
<small>(Ovto)</small>
|
267
|
+
|
268
|
+
</li>
|
269
|
+
|
227
270
|
<li>
|
228
271
|
<span class='object_link'><a href="Ovto/WiredActions.html" title="Ovto::WiredActions (class)">WiredActions</a></span>
|
229
272
|
|
@@ -243,9 +286,9 @@
|
|
243
286
|
</div>
|
244
287
|
|
245
288
|
<div id="footer">
|
246
|
-
Generated on
|
289
|
+
Generated on Fri Feb 28 23:42:46 2020 by
|
247
290
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
248
|
-
0.9.
|
291
|
+
0.9.24 (ruby-2.5.5).
|
249
292
|
</div>
|
250
293
|
|
251
294
|
</div>
|
data/docs/api/actions.html
CHANGED
@@ -420,7 +420,7 @@ In such cases, you can call another action via <code>actions</code> to tell Ovto
|
|
420
420
|
<script>
|
421
421
|
var gitbook = gitbook || [];
|
422
422
|
gitbook.push(function() {
|
423
|
-
gitbook.page.hasChanged({"page":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"next":{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},"previous":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/actions.md","mtime":"
|
423
|
+
gitbook.page.hasChanged({"page":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"next":{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},"previous":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/actions.md","mtime":"2020-02-10T11:00:28.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2020-02-28T14:42:42.008Z"},"basePath":"..","book":{"language":""}});
|
424
424
|
});
|
425
425
|
</script>
|
426
426
|
</div>
|
data/docs/api/app.html
CHANGED
@@ -424,7 +424,7 @@ MyApp.run(<span class="hljs-symbol">id:</span> <span class="hljs-string">'o
|
|
424
424
|
<script>
|
425
425
|
var gitbook = gitbook || [];
|
426
426
|
gitbook.push(function() {
|
427
|
-
gitbook.page.hasChanged({"page":{"title":"Ovto::App","level":"1.4.1","depth":2,"next":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"previous":{"title":"API","level":"1.4","depth":1,"ref":"","articles":[{"title":"Ovto::App","level":"1.4.1","depth":2,"path":"api/app.md","ref":"api/app.md","articles":[]},{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},{"title":"Ovto.fetch","level":"1.4.6","depth":2,"path":"api/fetch.md","ref":"api/fetch.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/app.md","mtime":"
|
427
|
+
gitbook.page.hasChanged({"page":{"title":"Ovto::App","level":"1.4.1","depth":2,"next":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"previous":{"title":"API","level":"1.4","depth":1,"ref":"","articles":[{"title":"Ovto::App","level":"1.4.1","depth":2,"path":"api/app.md","ref":"api/app.md","articles":[]},{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},{"title":"Ovto.fetch","level":"1.4.6","depth":2,"path":"api/fetch.md","ref":"api/fetch.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/app.md","mtime":"2020-02-10T11:00:28.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2020-02-28T14:42:42.008Z"},"basePath":"..","book":{"language":""}});
|
428
428
|
});
|
429
429
|
</script>
|
430
430
|
</div>
|
data/docs/api/class_list.html
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
5
|
<meta charset="utf-8" />
|
6
6
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
8
8
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
10
10
|
|
11
11
|
|
12
12
|
|
@@ -43,7 +43,7 @@
|
|
43
43
|
|
44
44
|
<ul id="full_list" class="class">
|
45
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_Ovto' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Ovto.html" title="Ovto (module)">Ovto</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Ovto::Actions' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/Actions.html" title="Ovto::Actions (class)">Actions</a></span> < Object<small class='search_info'>Ovto</small></div></li><li id='object_Ovto::App' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/App.html" title="Ovto::App (class)">App</a></span> < Object<small class='search_info'>Ovto</small></div></li><li id='object_Ovto::Component' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Ovto/Component.html" title="Ovto::Component (class)">Component</a></span> < Object<small class='search_info'>Ovto</small></div><ul><li id='object_Ovto::Component::MoreThanOneNode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/Component/MoreThanOneNode.html" title="Ovto::Component::MoreThanOneNode (class)">MoreThanOneNode</a></span> < StandardError<small class='search_info'>Ovto::Component</small></div></li></ul></li><li id='object_Ovto::
|
46
|
+
<li id='object_Ovto' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Ovto.html" title="Ovto (module)">Ovto</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Ovto::Actions' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/Actions.html" title="Ovto::Actions (class)">Actions</a></span> < Object<small class='search_info'>Ovto</small></div></li><li id='object_Ovto::App' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/App.html" title="Ovto::App (class)">App</a></span> < Object<small class='search_info'>Ovto</small></div></li><li id='object_Ovto::Component' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Ovto/Component.html" title="Ovto::Component (class)">Component</a></span> < Object<small class='search_info'>Ovto</small></div><ul><li id='object_Ovto::Component::MoreThanOneNode' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/Component/MoreThanOneNode.html" title="Ovto::Component::MoreThanOneNode (class)">MoreThanOneNode</a></span> < StandardError<small class='search_info'>Ovto::Component</small></div></li></ul></li><li id='object_Ovto::Middleware' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Ovto/Middleware.html" title="Ovto::Middleware (module)">Middleware</a></span><small class='search_info'>Ovto</small></div><ul><li id='object_Ovto::Middleware::Actions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/Middleware/Actions.html" title="Ovto::Middleware::Actions (class)">Actions</a></span> < Actions<small class='search_info'>Ovto::Middleware</small></div></li><li id='object_Ovto::Middleware::Base' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/Middleware/Base.html" title="Ovto::Middleware::Base (class)">Base</a></span> < Object<small class='search_info'>Ovto::Middleware</small></div></li><li id='object_Ovto::Middleware::Component' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/Middleware/Component.html" title="Ovto::Middleware::Component (class)">Component</a></span> < Component<small class='search_info'>Ovto::Middleware</small></div></li></ul></li><li id='object_Ovto::PureComponent' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Ovto/PureComponent.html" title="Ovto::PureComponent (class)">PureComponent</a></span> < Component<small class='search_info'>Ovto</small></div><ul><li id='object_Ovto::PureComponent::StateIsNotAvailable' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/PureComponent/StateIsNotAvailable.html" title="Ovto::PureComponent::StateIsNotAvailable (class)">StateIsNotAvailable</a></span> < StandardError<small class='search_info'>Ovto::PureComponent</small></div></li></ul></li><li id='object_Ovto::Runtime' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/Runtime.html" title="Ovto::Runtime (class)">Runtime</a></span> < Object<small class='search_info'>Ovto</small></div></li><li id='object_Ovto::State' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Ovto/State.html" title="Ovto::State (class)">State</a></span> < Object<small class='search_info'>Ovto</small></div><ul><li id='object_Ovto::State::MissingValue' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/State/MissingValue.html" title="Ovto::State::MissingValue (class)">MissingValue</a></span> < StandardError<small class='search_info'>Ovto::State</small></div></li><li id='object_Ovto::State::UnknownStateKey' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Ovto/State/UnknownStateKey.html" title="Ovto::State::UnknownStateKey (class)">UnknownStateKey</a></span> < StandardError<small class='search_info'>Ovto::State</small></div></li></ul></li><li id='object_Ovto::WiredActionSet' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/WiredActionSet.html" title="Ovto::WiredActionSet (class)">WiredActionSet</a></span> < Object<small class='search_info'>Ovto</small></div></li><li id='object_Ovto::WiredActions' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Ovto/WiredActions.html" title="Ovto::WiredActions (class)">WiredActions</a></span> < Object<small class='search_info'>Ovto</small></div></li></ul></li>
|
47
47
|
|
48
48
|
</ul>
|
49
49
|
</div>
|
data/docs/api/component.html
CHANGED
@@ -480,7 +480,7 @@ HTML could be described like this.</p>
|
|
480
480
|
<script>
|
481
481
|
var gitbook = gitbook || [];
|
482
482
|
gitbook.push(function() {
|
483
|
-
gitbook.page.hasChanged({"page":{"title":"Ovto::Component","level":"1.4.4","depth":2,"next":{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},"previous":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/component.md","mtime":"
|
483
|
+
gitbook.page.hasChanged({"page":{"title":"Ovto::Component","level":"1.4.4","depth":2,"next":{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},"previous":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/component.md","mtime":"2020-02-10T11:00:28.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2020-02-28T14:42:42.008Z"},"basePath":"..","book":{"language":""}});
|
484
484
|
});
|
485
485
|
</script>
|
486
486
|
</div>
|
data/docs/api/css/style.css
CHANGED
@@ -422,8 +422,8 @@ li.r2 { background: #fafafa; }
|
|
422
422
|
#toc ol { padding-left: 1.8em; }
|
423
423
|
#toc li { font-size: 1.1em; line-height: 1.7em; }
|
424
424
|
#toc > ol > li { font-size: 1.1em; font-weight: bold; }
|
425
|
-
#toc ol > ol { font-size: 0.9em; }
|
426
|
-
#toc ol ol > ol { padding-left: 2.3em; }
|
425
|
+
#toc ol > li > ol { font-size: 0.9em; }
|
426
|
+
#toc ol ol > li > ol { padding-left: 2.3em; }
|
427
427
|
#toc ol + li { margin-top: 0.3em; }
|
428
428
|
#toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
|
429
429
|
#toc.hidden:hover { background: #fafafa; }
|
data/docs/api/fetch.html
CHANGED
@@ -379,7 +379,7 @@
|
|
379
379
|
<script>
|
380
380
|
var gitbook = gitbook || [];
|
381
381
|
gitbook.push(function() {
|
382
|
-
gitbook.page.hasChanged({"page":{"title":"Ovto.fetch","level":"1.4.6","depth":2,"next":{"title":"Guides","level":"1.5","depth":1,"ref":"","articles":[{"title":"Debugging","level":"1.5.1","depth":2,"path":"guides/debugging.md","ref":"guides/debugging.md","articles":[]},{"title":"Development","level":"1.5.2","depth":2,"path":"guides/development.md","ref":"guides/development.md","articles":[]}]},"previous":{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/fetch.md","mtime":"
|
382
|
+
gitbook.page.hasChanged({"page":{"title":"Ovto.fetch","level":"1.4.6","depth":2,"next":{"title":"Guides","level":"1.5","depth":1,"ref":"","articles":[{"title":"Debugging","level":"1.5.1","depth":2,"path":"guides/debugging.md","ref":"guides/debugging.md","articles":[]},{"title":"Development","level":"1.5.2","depth":2,"path":"guides/development.md","ref":"guides/development.md","articles":[]}]},"previous":{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/fetch.md","mtime":"2020-02-10T11:00:28.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2020-02-28T14:42:42.008Z"},"basePath":"..","book":{"language":""}});
|
383
383
|
});
|
384
384
|
</script>
|
385
385
|
</div>
|
data/docs/api/file.README.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "README";
|
19
19
|
relpath = '';
|
20
20
|
</script>
|
@@ -153,9 +153,9 @@ href="https://github.com/yhara/ovto/issues">github.com/yhara/ovto/issues</a></p>
|
|
153
153
|
</div></div>
|
154
154
|
|
155
155
|
<div id="footer">
|
156
|
-
Generated on
|
156
|
+
Generated on Fri Feb 28 23:42:46 2020 by
|
157
157
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
158
|
-
0.9.
|
158
|
+
0.9.24 (ruby-2.5.5).
|
159
159
|
</div>
|
160
160
|
|
161
161
|
</div>
|