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.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/docs/Prismic/API/BadPrismicResponseError.html +44 -43
  4. data/docs/Prismic/API/OAuth.html +99 -98
  5. data/docs/Prismic/API/PrismicWSAuthError.html +67 -66
  6. data/docs/Prismic/API/PrismicWSConnectionError.html +51 -50
  7. data/docs/Prismic/API.html +434 -280
  8. data/docs/Prismic/BasicNullCache.html +49 -48
  9. data/docs/Prismic/DefaultHTTPClient.html +85 -79
  10. data/docs/Prismic/Document.html +279 -83
  11. data/docs/Prismic/Error.html +52 -51
  12. data/docs/Prismic/Experiment.html +60 -59
  13. data/docs/Prismic/Experiments.html +61 -60
  14. data/docs/Prismic/Field.html +54 -53
  15. data/docs/Prismic/Form.html +70 -69
  16. data/docs/Prismic/Fragments/Color.html +60 -59
  17. data/docs/Prismic/Fragments/Date.html +52 -51
  18. data/docs/Prismic/Fragments/DocumentLink.html +78 -76
  19. data/docs/Prismic/Fragments/Embed.html +60 -59
  20. data/docs/Prismic/Fragments/FileLink.html +58 -57
  21. data/docs/Prismic/Fragments/Fragment.html +49 -48
  22. data/docs/Prismic/Fragments/GeoPoint.html +54 -53
  23. data/docs/Prismic/Fragments/Group.html +65 -63
  24. data/docs/Prismic/Fragments/GroupDocument.html +57 -55
  25. data/docs/Prismic/Fragments/Image/View.html +64 -63
  26. data/docs/Prismic/Fragments/Image/ViewDoesNotExistException.html +44 -43
  27. data/docs/Prismic/Fragments/Image.html +69 -68
  28. data/docs/Prismic/Fragments/ImageLink.html +50 -49
  29. data/docs/Prismic/Fragments/Link.html +53 -52
  30. data/docs/Prismic/Fragments/Multiple.html +58 -57
  31. data/docs/Prismic/Fragments/Number.html +54 -53
  32. data/docs/Prismic/Fragments/Select.html +52 -51
  33. data/docs/Prismic/Fragments/Separator.html +54 -53
  34. data/docs/Prismic/Fragments/Slice.html +58 -57
  35. data/docs/Prismic/Fragments/SliceZone.html +54 -53
  36. data/docs/Prismic/Fragments/StructuredText/Block/Embed.html +52 -51
  37. data/docs/Prismic/Fragments/StructuredText/Block/Heading.html +52 -51
  38. data/docs/Prismic/Fragments/StructuredText/Block/Image.html +66 -65
  39. data/docs/Prismic/Fragments/StructuredText/Block/ListItem.html +52 -51
  40. data/docs/Prismic/Fragments/StructuredText/Block/Paragraph.html +47 -46
  41. data/docs/Prismic/Fragments/StructuredText/Block/Preformatted.html +47 -46
  42. data/docs/Prismic/Fragments/StructuredText/Block/Text.html +68 -64
  43. data/docs/Prismic/Fragments/StructuredText/Block.html +47 -46
  44. data/docs/Prismic/Fragments/StructuredText/BlockGroup.html +54 -53
  45. data/docs/Prismic/Fragments/StructuredText/Span/Em.html +47 -46
  46. data/docs/Prismic/Fragments/StructuredText/Span/Hyperlink.html +53 -52
  47. data/docs/Prismic/Fragments/StructuredText/Span/Label.html +52 -51
  48. data/docs/Prismic/Fragments/StructuredText/Span/Strong.html +47 -46
  49. data/docs/Prismic/Fragments/StructuredText/Span.html +52 -51
  50. data/docs/Prismic/Fragments/StructuredText.html +59 -58
  51. data/docs/Prismic/Fragments/Text.html +54 -53
  52. data/docs/Prismic/Fragments/Timestamp.html +52 -51
  53. data/docs/Prismic/Fragments/WebLink.html +50 -49
  54. data/docs/Prismic/Fragments.html +39 -39
  55. data/docs/Prismic/HtmlSerializer.html +57 -56
  56. data/docs/Prismic/JsonParser.html +145 -143
  57. data/docs/Prismic/LinkResolver.html +73 -72
  58. data/docs/Prismic/LruCache.html +70 -69
  59. data/docs/Prismic/Predicates.html +261 -209
  60. data/docs/Prismic/Ref.html +86 -85
  61. data/docs/Prismic/Response.html +75 -73
  62. data/docs/Prismic/SearchForm/AuthenticationException.html +44 -43
  63. data/docs/Prismic/SearchForm/AuthorizationException.html +44 -43
  64. data/docs/Prismic/SearchForm/FormSearchException.html +44 -43
  65. data/docs/Prismic/SearchForm/NoRefSetException.html +44 -43
  66. data/docs/Prismic/SearchForm/RefNotFoundException.html +44 -43
  67. data/docs/Prismic/SearchForm/UnsupportedFormKind.html +44 -43
  68. data/docs/Prismic/SearchForm.html +97 -96
  69. data/docs/Prismic/Variation.html +57 -56
  70. data/docs/Prismic/WithFragments.html +115 -113
  71. data/docs/Prismic.html +91 -93
  72. data/docs/_index.html +32 -35
  73. data/docs/class_list.html +24 -27
  74. data/docs/css/full_list.css +32 -31
  75. data/docs/css/style.css +244 -91
  76. data/docs/file.README.html +39 -74
  77. data/docs/file_list.html +26 -26
  78. data/docs/frames.html +7 -16
  79. data/docs/index.html +39 -74
  80. data/docs/js/app.js +101 -77
  81. data/docs/js/full_list.js +170 -132
  82. data/docs/method_list.html +1995 -1189
  83. data/docs/top-level-namespace.html +34 -36
  84. data/lib/prismic/api.rb +10 -1
  85. data/lib/prismic/fragments/link.rb +3 -2
  86. data/lib/prismic/json_parsers.rb +14 -0
  87. data/lib/prismic/version.rb +1 -1
  88. data/lib/prismic.rb +47 -5
  89. data/spec/cache_spec.rb +2 -2
  90. data/spec/fragments_spec.rb +8 -1
  91. data/spec/json_parsers_spec.rb +13 -1
  92. data/spec/prismic_spec.rb +14 -7
  93. data/spec/responses_mocks/document.json +13 -0
  94. data/spec/simple_search_spec.rb +9 -0
  95. metadata +2 -2
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Class: Prismic::Response
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.4
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../_index.html">Index (R)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Prismic.html" title="Prismic (module)">Prismic</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
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
- <dt class="r1 last">Defined in:</dt>
101
- <dd class="r1 last">lib/prismic.rb</dd>
96
+
97
+
98
+
102
99
 
103
- </dl>
104
- <div class="clear"></div>
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>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
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)">- (String) <strong>next_page</strong> </a>
128
+ <a href="#next_page-instance_method" title="#next_page (instance method)">#<strong>next_page</strong> &#x21d2; 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)">- (Number) <strong>page</strong> </a>
154
+ <a href="#page-instance_method" title="#page (instance method)">#<strong>page</strong> &#x21d2; 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)">- (String) <strong>prev_page</strong> </a>
182
+ <a href="#prev_page-instance_method" title="#prev_page (instance method)">#<strong>prev_page</strong> &#x21d2; 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)">- (Array&lt;Document&gt;) <strong>results</strong> </a>
208
+ <a href="#results-instance_method" title="#results (instance method)">#<strong>results</strong> &#x21d2; Array&lt;Document&gt; </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)">- (Number) <strong>results_per_page</strong> </a>
234
+ <a href="#results_per_page-instance_method" title="#results_per_page (instance method)">#<strong>results_per_page</strong> &#x21d2; 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)">- (Number) <strong>results_size</strong> </a>
261
+ <a href="#results_size-instance_method" title="#results_size (instance method)">#<strong>results_size</strong> &#x21d2; 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)">- (Number) <strong>total_pages</strong> </a>
286
+ <a href="#total_pages-instance_method" title="#total_pages (instance method)">#<strong>total_pages</strong> &#x21d2; 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)">- (Number) <strong>total_results_size</strong> </a>
311
+ <a href="#total_results_size-instance_method" title="#total_results_size (instance method)">#<strong>total_results_size</strong> &#x21d2; 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>(<a href="#" class="summary_toggle">collapse</a>)</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="#%5B%5D-instance_method" title="#[] (instance method)">- (Document) <strong>[]</strong>(i) </a>
349
+ <a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(i) &#x21d2; 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)">- (Object) <strong>each</strong> {|document| ... }</a>
374
+ <a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> {|document| ... } &#x21d2; 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)">- (Response) <strong>initialize</strong>(page, results_per_page, results_size, total_results_size, total_pages, next_page, prev_page, results) </a>
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) &#x21d2; 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)">- (Fixum) <strong>length</strong> </a>
422
+ <a href="#length-instance_method" title="#length (instance method)">#<strong>length</strong> &#x21d2; 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
- - (<tt><span class='object_link'><a href="" title="Prismic::Response (class)">Response</a></span></tt>) <strong>initialize</strong>(page, results_per_page, results_size, total_results_size, total_pages, next_page, prev_page, results)
454
+ #<strong>initialize</strong>(page, results_per_page, results_size, total_results_size, total_pages, next_page, prev_page, results) &#x21d2; <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
- - (<tt>String</tt>) <strong>next_page</strong>
515
+ #<strong>next_page</strong> &#x21d2; <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
- - (<tt>Number</tt>) <strong>page</strong>
574
+ #<strong>page</strong> &#x21d2; <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
- - (<tt>String</tt>) <strong>prev_page</strong>
637
+ #<strong>prev_page</strong> &#x21d2; <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
- - (<tt>Array&lt;<span class='object_link'><a href="Document.html" title="Prismic::Document (class)">Document</a></span>&gt;</tt>) <strong>results</strong>
696
+ #<strong>results</strong> &#x21d2; <tt>Array&lt;<span class='object_link'><a href="Document.html" title="Prismic::Document (class)">Document</a></span>&gt;</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
- - (<tt>Number</tt>) <strong>results_per_page</strong>
755
+ #<strong>results_per_page</strong> &#x21d2; <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
- - (<tt>Number</tt>) <strong>results_size</strong>
813
+ #<strong>results_size</strong> &#x21d2; <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
- - (<tt>Number</tt>) <strong>total_pages</strong>
867
+ #<strong>total_pages</strong> &#x21d2; <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
- - (<tt>Number</tt>) <strong>total_results_size</strong>
921
+ #<strong>total_results_size</strong> &#x21d2; <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
- - (<tt><span class='object_link'><a href="Document.html" title="Prismic::Document (class)">Document</a></span></tt>) <strong>[]</strong>(i)
980
+ #<strong>[]</strong>(i) &#x21d2; <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
- - (<tt>Object</tt>) <strong>each</strong> {|document| ... }
1037
+ #<strong>each</strong> {|document| ... } &#x21d2; <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
- - (<tt>Fixum</tt>) <strong>length</strong>
1095
+ #<strong>length</strong> &#x21d2; <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
- <div id="footer">
1153
- Generated on Tue Sep 27 10:47:06 2016 by
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.7.4 (ruby-2.0.0).
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Exception: Prismic::SearchForm::AuthenticationException
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.4
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../../_index.html">Index (A)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../Prismic.html" title="Prismic (module)">Prismic</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../SearchForm.html" title="Prismic::SearchForm (class)">SearchForm</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName"><span class='object_link'><a href="../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
- </dd>
91
-
86
+ </dd>
87
+ </dl>
92
88
 
89
+
93
90
 
94
-
95
91
 
96
-
97
92
 
98
93
 
99
94
 
100
- <dt class="r2 last">Defined in:</dt>
101
- <dd class="r2 last">lib/prismic.rb</dd>
95
+
102
96
 
103
- </dl>
104
- <div class="clear"></div>
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
- <div id="footer">
141
- Generated on Tue Sep 27 10:47:06 2016 by
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.7.4 (ruby-2.0.0).
143
+ 0.9.8 (ruby-2.3.1).
144
144
  </div>
145
145
 
146
+ </div>
146
147
  </body>
147
148
  </html>