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
@@ -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::Fragments::Image::View
|
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::Fragments::Image::View";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!Prismic/Fragments/Image/View.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 (V)</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="../../Fragments.html" title="Prismic::Fragments (module)">Fragments</a></span></span> » <span class='title'><span class='object_link'><a href="../Image.html" title="Prismic::Fragments::Image (class)">Image</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">View</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::Fragments::Image::View
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::Image::View
|
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="../Fragment.html" title="Prismic::Fragments::Fragment (class)">Fragment</a></span></span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -85,33 +81,37 @@
|
|
85
81
|
</ul>
|
86
82
|
<a href="#" class="inheritanceTree">show all</a>
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
90
88
|
|
91
89
|
|
92
|
-
|
93
90
|
|
94
|
-
|
95
91
|
|
96
92
|
|
93
|
+
|
94
|
+
|
95
|
+
|
97
96
|
|
98
|
-
|
99
|
-
<
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>lib/prismic/fragments/image.rb</dd>
|
100
|
+
</dl>
|
100
101
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
103
103
|
|
104
104
|
|
105
105
|
|
106
106
|
|
107
107
|
|
108
|
-
<h2>Instance Attribute Summary <small
|
108
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
109
109
|
<ul class="summary">
|
110
110
|
|
111
111
|
<li class="public ">
|
112
112
|
<span class="summary_signature">
|
113
113
|
|
114
|
-
<a href="#alt-instance_method" title="#alt (instance method)"
|
114
|
+
<a href="#alt-instance_method" title="#alt (instance method)">#<strong>alt</strong> ⇒ Object </a>
|
115
115
|
|
116
116
|
|
117
117
|
|
@@ -137,7 +137,7 @@
|
|
137
137
|
<li class="public ">
|
138
138
|
<span class="summary_signature">
|
139
139
|
|
140
|
-
<a href="#copyright-instance_method" title="#copyright (instance method)"
|
140
|
+
<a href="#copyright-instance_method" title="#copyright (instance method)">#<strong>copyright</strong> ⇒ Object </a>
|
141
141
|
|
142
142
|
|
143
143
|
|
@@ -163,7 +163,7 @@
|
|
163
163
|
<li class="public ">
|
164
164
|
<span class="summary_signature">
|
165
165
|
|
166
|
-
<a href="#height-instance_method" title="#height (instance method)"
|
166
|
+
<a href="#height-instance_method" title="#height (instance method)">#<strong>height</strong> ⇒ Object </a>
|
167
167
|
|
168
168
|
|
169
169
|
|
@@ -189,7 +189,7 @@
|
|
189
189
|
<li class="public ">
|
190
190
|
<span class="summary_signature">
|
191
191
|
|
192
|
-
<a href="#link_to-instance_method" title="#link_to (instance method)"
|
192
|
+
<a href="#link_to-instance_method" title="#link_to (instance method)">#<strong>link_to</strong> ⇒ Object </a>
|
193
193
|
|
194
194
|
|
195
195
|
|
@@ -215,7 +215,7 @@
|
|
215
215
|
<li class="public ">
|
216
216
|
<span class="summary_signature">
|
217
217
|
|
218
|
-
<a href="#url-instance_method" title="#url (instance method)"
|
218
|
+
<a href="#url-instance_method" title="#url (instance method)">#<strong>url</strong> ⇒ Object </a>
|
219
219
|
|
220
220
|
|
221
221
|
|
@@ -241,7 +241,7 @@
|
|
241
241
|
<li class="public ">
|
242
242
|
<span class="summary_signature">
|
243
243
|
|
244
|
-
<a href="#width-instance_method" title="#width (instance method)"
|
244
|
+
<a href="#width-instance_method" title="#width (instance method)">#<strong>width</strong> ⇒ Object </a>
|
245
245
|
|
246
246
|
|
247
247
|
|
@@ -272,7 +272,7 @@
|
|
272
272
|
|
273
273
|
<h2>
|
274
274
|
Instance Method Summary
|
275
|
-
<small
|
275
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
276
276
|
</h2>
|
277
277
|
|
278
278
|
<ul class="summary">
|
@@ -280,7 +280,7 @@
|
|
280
280
|
<li class="public ">
|
281
281
|
<span class="summary_signature">
|
282
282
|
|
283
|
-
<a href="#as_html-instance_method" title="#as_html (instance method)"
|
283
|
+
<a href="#as_html-instance_method" title="#as_html (instance method)">#<strong>as_html</strong>(link_resolver = nil) ⇒ Object </a>
|
284
284
|
|
285
285
|
|
286
286
|
|
@@ -302,7 +302,7 @@
|
|
302
302
|
<li class="public ">
|
303
303
|
<span class="summary_signature">
|
304
304
|
|
305
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
305
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(url, width, height, alt, copyright, link_to) ⇒ View </a>
|
306
306
|
|
307
307
|
|
308
308
|
|
@@ -327,7 +327,7 @@
|
|
327
327
|
<li class="public ">
|
328
328
|
<span class="summary_signature">
|
329
329
|
|
330
|
-
<a href="#ratio-instance_method" title="#ratio (instance method)"
|
330
|
+
<a href="#ratio-instance_method" title="#ratio (instance method)">#<strong>ratio</strong> ⇒ Object </a>
|
331
331
|
|
332
332
|
|
333
333
|
|
@@ -366,7 +366,7 @@
|
|
366
366
|
<div class="method_details first">
|
367
367
|
<h3 class="signature first" id="initialize-instance_method">
|
368
368
|
|
369
|
-
|
369
|
+
#<strong>initialize</strong>(url, width, height, alt, copyright, link_to) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::Image::View (class)">View</a></span></tt>
|
370
370
|
|
371
371
|
|
372
372
|
|
@@ -423,7 +423,7 @@
|
|
423
423
|
<div class="method_details first">
|
424
424
|
<h3 class="signature first" id="alt-instance_method">
|
425
425
|
|
426
|
-
|
426
|
+
#<strong>alt</strong> ⇒ <tt>Object</tt>
|
427
427
|
|
428
428
|
|
429
429
|
|
@@ -465,7 +465,7 @@
|
|
465
465
|
<div class="method_details ">
|
466
466
|
<h3 class="signature " id="copyright-instance_method">
|
467
467
|
|
468
|
-
|
468
|
+
#<strong>copyright</strong> ⇒ <tt>Object</tt>
|
469
469
|
|
470
470
|
|
471
471
|
|
@@ -507,7 +507,7 @@
|
|
507
507
|
<div class="method_details ">
|
508
508
|
<h3 class="signature " id="height-instance_method">
|
509
509
|
|
510
|
-
|
510
|
+
#<strong>height</strong> ⇒ <tt>Object</tt>
|
511
511
|
|
512
512
|
|
513
513
|
|
@@ -549,7 +549,7 @@
|
|
549
549
|
<div class="method_details ">
|
550
550
|
<h3 class="signature " id="link_to-instance_method">
|
551
551
|
|
552
|
-
|
552
|
+
#<strong>link_to</strong> ⇒ <tt>Object</tt>
|
553
553
|
|
554
554
|
|
555
555
|
|
@@ -591,7 +591,7 @@
|
|
591
591
|
<div class="method_details ">
|
592
592
|
<h3 class="signature " id="url-instance_method">
|
593
593
|
|
594
|
-
|
594
|
+
#<strong>url</strong> ⇒ <tt>Object</tt>
|
595
595
|
|
596
596
|
|
597
597
|
|
@@ -633,7 +633,7 @@
|
|
633
633
|
<div class="method_details ">
|
634
634
|
<h3 class="signature " id="width-instance_method">
|
635
635
|
|
636
|
-
|
636
|
+
#<strong>width</strong> ⇒ <tt>Object</tt>
|
637
637
|
|
638
638
|
|
639
639
|
|
@@ -680,7 +680,7 @@
|
|
680
680
|
<div class="method_details first">
|
681
681
|
<h3 class="signature first" id="as_html-instance_method">
|
682
682
|
|
683
|
-
|
683
|
+
#<strong>as_html</strong>(link_resolver = nil) ⇒ <tt>Object</tt>
|
684
684
|
|
685
685
|
|
686
686
|
|
@@ -718,7 +718,7 @@
|
|
718
718
|
<div class="method_details ">
|
719
719
|
<h3 class="signature " id="ratio-instance_method">
|
720
720
|
|
721
|
-
|
721
|
+
#<strong>ratio</strong> ⇒ <tt>Object</tt>
|
722
722
|
|
723
723
|
|
724
724
|
|
@@ -749,11 +749,12 @@
|
|
749
749
|
|
750
750
|
</div>
|
751
751
|
|
752
|
-
|
753
|
-
Generated on
|
752
|
+
<div id="footer">
|
753
|
+
Generated on Mon Jan 16 16:05:10 2017 by
|
754
754
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
755
|
-
0.8
|
755
|
+
0.9.8 (ruby-2.3.1).
|
756
756
|
</div>
|
757
757
|
|
758
|
+
</div>
|
758
759
|
</body>
|
759
760
|
</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::Fragments::Image::ViewDoesNotExistException
|
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::Fragments::Image::ViewDoesNotExistException";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!Prismic/Fragments/Image/ViewDoesNotExistException.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 (V)</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="../../Fragments.html" title="Prismic::Fragments (module)">Fragments</a></span></span> » <span class='title'><span class='object_link'><a href="../Image.html" title="Prismic::Fragments::Image (class)">Image</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">ViewDoesNotExistException</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::Fragments::Image::ViewDoesNotExistException
|
62
|
+
<div id="content"><h1>Exception: Prismic::Fragments::Image::ViewDoesNotExistException
|
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/fragments/image.rb</dd>
|
95
|
+
|
102
96
|
|
103
|
-
|
104
|
-
|
97
|
+
|
98
|
+
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/prismic/fragments/image.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:10 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>
|