prismic.io 1.4.3 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/docs/Prismic/API/BadPrismicResponseError.html +44 -43
- data/docs/Prismic/API/OAuth.html +99 -98
- data/docs/Prismic/API/PrismicWSAuthError.html +67 -66
- data/docs/Prismic/API/PrismicWSConnectionError.html +51 -50
- data/docs/Prismic/API.html +434 -280
- data/docs/Prismic/BasicNullCache.html +49 -48
- data/docs/Prismic/DefaultHTTPClient.html +85 -79
- data/docs/Prismic/Document.html +279 -83
- data/docs/Prismic/Error.html +52 -51
- data/docs/Prismic/Experiment.html +60 -59
- data/docs/Prismic/Experiments.html +61 -60
- data/docs/Prismic/Field.html +54 -53
- data/docs/Prismic/Form.html +70 -69
- data/docs/Prismic/Fragments/Color.html +60 -59
- data/docs/Prismic/Fragments/Date.html +52 -51
- data/docs/Prismic/Fragments/DocumentLink.html +78 -76
- data/docs/Prismic/Fragments/Embed.html +60 -59
- data/docs/Prismic/Fragments/FileLink.html +58 -57
- data/docs/Prismic/Fragments/Fragment.html +49 -48
- data/docs/Prismic/Fragments/GeoPoint.html +54 -53
- data/docs/Prismic/Fragments/Group.html +65 -63
- data/docs/Prismic/Fragments/GroupDocument.html +57 -55
- data/docs/Prismic/Fragments/Image/View.html +64 -63
- data/docs/Prismic/Fragments/Image/ViewDoesNotExistException.html +44 -43
- data/docs/Prismic/Fragments/Image.html +69 -68
- data/docs/Prismic/Fragments/ImageLink.html +50 -49
- data/docs/Prismic/Fragments/Link.html +53 -52
- data/docs/Prismic/Fragments/Multiple.html +58 -57
- data/docs/Prismic/Fragments/Number.html +54 -53
- data/docs/Prismic/Fragments/Select.html +52 -51
- data/docs/Prismic/Fragments/Separator.html +54 -53
- data/docs/Prismic/Fragments/Slice.html +58 -57
- data/docs/Prismic/Fragments/SliceZone.html +54 -53
- data/docs/Prismic/Fragments/StructuredText/Block/Embed.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Block/Heading.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Block/Image.html +66 -65
- data/docs/Prismic/Fragments/StructuredText/Block/ListItem.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Block/Paragraph.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Block/Preformatted.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Block/Text.html +68 -64
- data/docs/Prismic/Fragments/StructuredText/Block.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/BlockGroup.html +54 -53
- data/docs/Prismic/Fragments/StructuredText/Span/Em.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Span/Hyperlink.html +53 -52
- data/docs/Prismic/Fragments/StructuredText/Span/Label.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Span/Strong.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Span.html +52 -51
- data/docs/Prismic/Fragments/StructuredText.html +59 -58
- data/docs/Prismic/Fragments/Text.html +54 -53
- data/docs/Prismic/Fragments/Timestamp.html +52 -51
- data/docs/Prismic/Fragments/WebLink.html +50 -49
- data/docs/Prismic/Fragments.html +39 -39
- data/docs/Prismic/HtmlSerializer.html +57 -56
- data/docs/Prismic/JsonParser.html +145 -143
- data/docs/Prismic/LinkResolver.html +73 -72
- data/docs/Prismic/LruCache.html +70 -69
- data/docs/Prismic/Predicates.html +261 -209
- data/docs/Prismic/Ref.html +86 -85
- data/docs/Prismic/Response.html +75 -73
- data/docs/Prismic/SearchForm/AuthenticationException.html +44 -43
- data/docs/Prismic/SearchForm/AuthorizationException.html +44 -43
- data/docs/Prismic/SearchForm/FormSearchException.html +44 -43
- data/docs/Prismic/SearchForm/NoRefSetException.html +44 -43
- data/docs/Prismic/SearchForm/RefNotFoundException.html +44 -43
- data/docs/Prismic/SearchForm/UnsupportedFormKind.html +44 -43
- data/docs/Prismic/SearchForm.html +97 -96
- data/docs/Prismic/Variation.html +57 -56
- data/docs/Prismic/WithFragments.html +115 -113
- data/docs/Prismic.html +91 -93
- data/docs/_index.html +32 -35
- data/docs/class_list.html +24 -27
- data/docs/css/full_list.css +32 -31
- data/docs/css/style.css +244 -91
- data/docs/file.README.html +39 -74
- data/docs/file_list.html +26 -26
- data/docs/frames.html +7 -16
- data/docs/index.html +39 -74
- data/docs/js/app.js +101 -77
- data/docs/js/full_list.js +170 -132
- data/docs/method_list.html +1995 -1189
- data/docs/top-level-namespace.html +34 -36
- data/lib/prismic/api.rb +10 -1
- data/lib/prismic/fragments/link.rb +3 -2
- data/lib/prismic/json_parsers.rb +14 -0
- data/lib/prismic/version.rb +1 -1
- data/lib/prismic.rb +47 -5
- data/spec/cache_spec.rb +2 -2
- data/spec/fragments_spec.rb +8 -1
- data/spec/json_parsers_spec.rb +13 -1
- data/spec/prismic_spec.rb +14 -7
- data/spec/responses_mocks/document.json +13 -0
- data/spec/simple_search_spec.rb +9 -0
- metadata +2 -2
data/docs/Prismic/Response.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: Prismic::Response
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8
|
9
|
+
— Documentation by YARD 0.9.8
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Prismic::Response";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Prismic/Response.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (R)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Prismic.html" title="Prismic (module)">Prismic</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Response</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: Prismic::Response
|
62
|
+
<div id="content"><h1>Class: Prismic::Response
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">Object</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -83,25 +79,30 @@
|
|
83
79
|
</ul>
|
84
80
|
<a href="#" class="inheritanceTree">show all</a>
|
85
81
|
|
86
|
-
|
87
|
-
|
82
|
+
</dd>
|
83
|
+
</dl>
|
84
|
+
|
85
|
+
|
88
86
|
|
89
87
|
|
90
|
-
|
91
88
|
|
92
|
-
|
93
|
-
<dt class="r2">Includes:</dt>
|
94
|
-
<dd class="r2">Enumerable</dd>
|
95
|
-
|
96
|
-
|
97
89
|
|
90
|
+
<dl>
|
91
|
+
<dt>Includes:</dt>
|
92
|
+
<dd>Enumerable</dd>
|
93
|
+
</dl>
|
98
94
|
|
99
95
|
|
100
|
-
|
101
|
-
|
96
|
+
|
97
|
+
|
98
|
+
|
102
99
|
|
103
|
-
|
104
|
-
<
|
100
|
+
<dl>
|
101
|
+
<dt>Defined in:</dt>
|
102
|
+
<dd>lib/prismic.rb</dd>
|
103
|
+
</dl>
|
104
|
+
|
105
|
+
</div>
|
105
106
|
|
106
107
|
<h2>Overview</h2><div class="docstring">
|
107
108
|
<div class="discussion">
|
@@ -118,13 +119,13 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
118
119
|
|
119
120
|
|
120
121
|
|
121
|
-
<h2>Instance Attribute Summary <small
|
122
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
122
123
|
<ul class="summary">
|
123
124
|
|
124
125
|
<li class="public ">
|
125
126
|
<span class="summary_signature">
|
126
127
|
|
127
|
-
<a href="#next_page-instance_method" title="#next_page (instance method)"
|
128
|
+
<a href="#next_page-instance_method" title="#next_page (instance method)">#<strong>next_page</strong> ⇒ String </a>
|
128
129
|
|
129
130
|
|
130
131
|
|
@@ -150,7 +151,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
150
151
|
<li class="public ">
|
151
152
|
<span class="summary_signature">
|
152
153
|
|
153
|
-
<a href="#page-instance_method" title="#page (instance method)"
|
154
|
+
<a href="#page-instance_method" title="#page (instance method)">#<strong>page</strong> ⇒ Number </a>
|
154
155
|
|
155
156
|
|
156
157
|
|
@@ -178,7 +179,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
178
179
|
<li class="public ">
|
179
180
|
<span class="summary_signature">
|
180
181
|
|
181
|
-
<a href="#prev_page-instance_method" title="#prev_page (instance method)"
|
182
|
+
<a href="#prev_page-instance_method" title="#prev_page (instance method)">#<strong>prev_page</strong> ⇒ String </a>
|
182
183
|
|
183
184
|
|
184
185
|
|
@@ -204,7 +205,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
204
205
|
<li class="public ">
|
205
206
|
<span class="summary_signature">
|
206
207
|
|
207
|
-
<a href="#results-instance_method" title="#results (instance method)"
|
208
|
+
<a href="#results-instance_method" title="#results (instance method)">#<strong>results</strong> ⇒ Array<Document> </a>
|
208
209
|
|
209
210
|
|
210
211
|
|
@@ -230,7 +231,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
230
231
|
<li class="public ">
|
231
232
|
<span class="summary_signature">
|
232
233
|
|
233
|
-
<a href="#results_per_page-instance_method" title="#results_per_page (instance method)"
|
234
|
+
<a href="#results_per_page-instance_method" title="#results_per_page (instance method)">#<strong>results_per_page</strong> ⇒ Number </a>
|
234
235
|
|
235
236
|
|
236
237
|
|
@@ -257,7 +258,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
257
258
|
<li class="public ">
|
258
259
|
<span class="summary_signature">
|
259
260
|
|
260
|
-
<a href="#results_size-instance_method" title="#results_size (instance method)"
|
261
|
+
<a href="#results_size-instance_method" title="#results_size (instance method)">#<strong>results_size</strong> ⇒ Number </a>
|
261
262
|
|
262
263
|
|
263
264
|
|
@@ -282,7 +283,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
282
283
|
<li class="public ">
|
283
284
|
<span class="summary_signature">
|
284
285
|
|
285
|
-
<a href="#total_pages-instance_method" title="#total_pages (instance method)"
|
286
|
+
<a href="#total_pages-instance_method" title="#total_pages (instance method)">#<strong>total_pages</strong> ⇒ Number </a>
|
286
287
|
|
287
288
|
|
288
289
|
|
@@ -307,7 +308,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
307
308
|
<li class="public ">
|
308
309
|
<span class="summary_signature">
|
309
310
|
|
310
|
-
<a href="#total_results_size-instance_method" title="#total_results_size (instance method)"
|
311
|
+
<a href="#total_results_size-instance_method" title="#total_results_size (instance method)">#<strong>total_results_size</strong> ⇒ Number </a>
|
311
312
|
|
312
313
|
|
313
314
|
|
@@ -337,7 +338,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
337
338
|
|
338
339
|
<h2>
|
339
340
|
Instance Method Summary
|
340
|
-
<small
|
341
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
341
342
|
</h2>
|
342
343
|
|
343
344
|
<ul class="summary">
|
@@ -345,7 +346,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
345
346
|
<li class="public ">
|
346
347
|
<span class="summary_signature">
|
347
348
|
|
348
|
-
<a href="
|
349
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(i) ⇒ Document </a>
|
349
350
|
|
350
351
|
|
351
352
|
|
@@ -370,7 +371,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
370
371
|
<li class="public ">
|
371
372
|
<span class="summary_signature">
|
372
373
|
|
373
|
-
<a href="#each-instance_method" title="#each (instance method)"
|
374
|
+
<a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> {|document| ... } ⇒ Object </a>
|
374
375
|
|
375
376
|
|
376
377
|
|
@@ -393,7 +394,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
393
394
|
<li class="public ">
|
394
395
|
<span class="summary_signature">
|
395
396
|
|
396
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
397
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(page, results_per_page, results_size, total_results_size, total_pages, next_page, prev_page, results) ⇒ Response </a>
|
397
398
|
|
398
399
|
|
399
400
|
|
@@ -418,7 +419,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
418
419
|
<li class="public ">
|
419
420
|
<span class="summary_signature">
|
420
421
|
|
421
|
-
<a href="#length-instance_method" title="#length (instance method)"
|
422
|
+
<a href="#length-instance_method" title="#length (instance method)">#<strong>length</strong> ⇒ Fixum </a>
|
422
423
|
|
423
424
|
|
424
425
|
|
@@ -450,7 +451,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
450
451
|
<div class="method_details first">
|
451
452
|
<h3 class="signature first" id="initialize-instance_method">
|
452
453
|
|
453
|
-
|
454
|
+
#<strong>initialize</strong>(page, results_per_page, results_size, total_results_size, total_pages, next_page, prev_page, results) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Response (class)">Response</a></span></tt>
|
454
455
|
|
455
456
|
|
456
457
|
|
@@ -511,7 +512,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
511
512
|
<div class="method_details first">
|
512
513
|
<h3 class="signature first" id="next_page-instance_method">
|
513
514
|
|
514
|
-
|
515
|
+
#<strong>next_page</strong> ⇒ <tt>String</tt>
|
515
516
|
|
516
517
|
|
517
518
|
|
@@ -570,7 +571,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
570
571
|
<div class="method_details ">
|
571
572
|
<h3 class="signature " id="page-instance_method">
|
572
573
|
|
573
|
-
|
574
|
+
#<strong>page</strong> ⇒ <tt>Number</tt>
|
574
575
|
|
575
576
|
|
576
577
|
|
@@ -633,7 +634,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
633
634
|
<div class="method_details ">
|
634
635
|
<h3 class="signature " id="prev_page-instance_method">
|
635
636
|
|
636
|
-
|
637
|
+
#<strong>prev_page</strong> ⇒ <tt>String</tt>
|
637
638
|
|
638
639
|
|
639
640
|
|
@@ -692,7 +693,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
692
693
|
<div class="method_details ">
|
693
694
|
<h3 class="signature " id="results-instance_method">
|
694
695
|
|
695
|
-
|
696
|
+
#<strong>results</strong> ⇒ <tt>Array<<span class='object_link'><a href="Document.html" title="Prismic::Document (class)">Document</a></span>></tt>
|
696
697
|
|
697
698
|
|
698
699
|
|
@@ -751,7 +752,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
751
752
|
<div class="method_details ">
|
752
753
|
<h3 class="signature " id="results_per_page-instance_method">
|
753
754
|
|
754
|
-
|
755
|
+
#<strong>results_per_page</strong> ⇒ <tt>Number</tt>
|
755
756
|
|
756
757
|
|
757
758
|
|
@@ -809,7 +810,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
809
810
|
<div class="method_details ">
|
810
811
|
<h3 class="signature " id="results_size-instance_method">
|
811
812
|
|
812
|
-
|
813
|
+
#<strong>results_size</strong> ⇒ <tt>Number</tt>
|
813
814
|
|
814
815
|
|
815
816
|
|
@@ -863,7 +864,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
863
864
|
<div class="method_details ">
|
864
865
|
<h3 class="signature " id="total_pages-instance_method">
|
865
866
|
|
866
|
-
|
867
|
+
#<strong>total_pages</strong> ⇒ <tt>Number</tt>
|
867
868
|
|
868
869
|
|
869
870
|
|
@@ -917,7 +918,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
917
918
|
<div class="method_details ">
|
918
919
|
<h3 class="signature " id="total_results_size-instance_method">
|
919
920
|
|
920
|
-
|
921
|
+
#<strong>total_results_size</strong> ⇒ <tt>Number</tt>
|
921
922
|
|
922
923
|
|
923
924
|
|
@@ -976,7 +977,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
976
977
|
<div class="method_details first">
|
977
978
|
<h3 class="signature first" id="[]-instance_method">
|
978
979
|
|
979
|
-
|
980
|
+
#<strong>[]</strong>(i) ⇒ <tt><span class='object_link'><a href="Document.html" title="Prismic::Document (class)">Document</a></span></tt>
|
980
981
|
|
981
982
|
|
982
983
|
|
@@ -1033,7 +1034,7 @@ and may need to retrieve more pages or increase the page size.</p>
|
|
1033
1034
|
<div class="method_details ">
|
1034
1035
|
<h3 class="signature " id="each-instance_method">
|
1035
1036
|
|
1036
|
-
|
1037
|
+
#<strong>each</strong> {|document| ... } ⇒ <tt>Object</tt>
|
1037
1038
|
|
1038
1039
|
|
1039
1040
|
|
@@ -1091,7 +1092,7 @@ will be returned.</p>
|
|
1091
1092
|
<div class="method_details ">
|
1092
1093
|
<h3 class="signature " id="length-instance_method">
|
1093
1094
|
|
1094
|
-
|
1095
|
+
#<strong>length</strong> ⇒ <tt>Fixum</tt>
|
1095
1096
|
|
1096
1097
|
|
1097
1098
|
|
@@ -1149,11 +1150,12 @@ will be returned.</p>
|
|
1149
1150
|
|
1150
1151
|
</div>
|
1151
1152
|
|
1152
|
-
|
1153
|
-
Generated on
|
1153
|
+
<div id="footer">
|
1154
|
+
Generated on Mon Jan 16 16:05:09 2017 by
|
1154
1155
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1155
|
-
0.8
|
1156
|
+
0.9.8 (ruby-2.3.1).
|
1156
1157
|
</div>
|
1157
1158
|
|
1159
|
+
</div>
|
1158
1160
|
</body>
|
1159
1161
|
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Exception: Prismic::SearchForm::AuthenticationException
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8
|
9
|
+
— Documentation by YARD 0.9.8
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Prismic::SearchForm::AuthenticationException";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/SearchForm/AuthenticationException.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (A)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../Prismic.html" title="Prismic (module)">Prismic</a></span></span> » <span class='title'><span class='object_link'><a href="../SearchForm.html" title="Prismic::SearchForm (class)">SearchForm</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">AuthenticationException</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Exception: Prismic::SearchForm::AuthenticationException
|
62
|
+
<div id="content"><h1>Exception: Prismic::SearchForm::AuthenticationException
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName"><span class='object_link'><a href="../Error.html" title="Prismic::Error (class)">Error</a></span></span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -87,21 +83,25 @@
|
|
87
83
|
</ul>
|
88
84
|
<a href="#" class="inheritanceTree">show all</a>
|
89
85
|
|
90
|
-
|
91
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
92
88
|
|
89
|
+
|
93
90
|
|
94
|
-
|
95
91
|
|
96
|
-
|
97
92
|
|
98
93
|
|
99
94
|
|
100
|
-
|
101
|
-
<dd class="r2 last">lib/prismic.rb</dd>
|
95
|
+
|
102
96
|
|
103
|
-
|
104
|
-
|
97
|
+
|
98
|
+
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/prismic.rb</dd>
|
102
|
+
</dl>
|
103
|
+
|
104
|
+
</div>
|
105
105
|
|
106
106
|
|
107
107
|
|
@@ -137,11 +137,12 @@
|
|
137
137
|
|
138
138
|
</div>
|
139
139
|
|
140
|
-
|
141
|
-
Generated on
|
140
|
+
<div id="footer">
|
141
|
+
Generated on Mon Jan 16 16:05:08 2017 by
|
142
142
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
143
|
-
0.8
|
143
|
+
0.9.8 (ruby-2.3.1).
|
144
144
|
</div>
|
145
145
|
|
146
|
+
</div>
|
146
147
|
</body>
|
147
148
|
</html>
|