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::Group
|
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::Group";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/Fragments/Group.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 (G)</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>
|
36
41
|
»
|
37
42
|
<span class="title">Group</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::Group
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::Group
|
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,25 +81,30 @@
|
|
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
|
-
<dt class="r2">Includes:</dt>
|
96
|
-
<dd class="r2">Enumerable</dd>
|
97
|
-
|
98
|
-
|
99
91
|
|
92
|
+
<dl>
|
93
|
+
<dt>Includes:</dt>
|
94
|
+
<dd>Enumerable</dd>
|
95
|
+
</dl>
|
100
96
|
|
101
97
|
|
102
|
-
|
103
|
-
|
98
|
+
|
99
|
+
|
100
|
+
|
104
101
|
|
105
|
-
|
106
|
-
<
|
102
|
+
<dl>
|
103
|
+
<dt>Defined in:</dt>
|
104
|
+
<dd>lib/prismic/fragments/group.rb</dd>
|
105
|
+
</dl>
|
106
|
+
|
107
|
+
</div>
|
107
108
|
|
108
109
|
<h2>Overview</h2><div class="docstring">
|
109
110
|
<div class="discussion">
|
@@ -124,13 +125,13 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
124
125
|
|
125
126
|
|
126
127
|
|
127
|
-
<h2>Instance Attribute Summary <small
|
128
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
128
129
|
<ul class="summary">
|
129
130
|
|
130
131
|
<li class="public ">
|
131
132
|
<span class="summary_signature">
|
132
133
|
|
133
|
-
<a href="#group_documents-instance_method" title="#group_documents (instance method)"
|
134
|
+
<a href="#group_documents-instance_method" title="#group_documents (instance method)">#<strong>group_documents</strong> ⇒ Object </a>
|
134
135
|
|
135
136
|
|
136
137
|
|
@@ -161,7 +162,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
161
162
|
|
162
163
|
<h2>
|
163
164
|
Instance Method Summary
|
164
|
-
<small
|
165
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
165
166
|
</h2>
|
166
167
|
|
167
168
|
<ul class="summary">
|
@@ -169,7 +170,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
169
170
|
<li class="public ">
|
170
171
|
<span class="summary_signature">
|
171
172
|
|
172
|
-
<a href="
|
173
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(index) ⇒ Prismic::WithFragments </a>
|
173
174
|
|
174
175
|
|
175
176
|
|
@@ -194,7 +195,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
194
195
|
<li class="public ">
|
195
196
|
<span class="summary_signature">
|
196
197
|
|
197
|
-
<a href="#as_html-instance_method" title="#as_html (instance method)"
|
198
|
+
<a href="#as_html-instance_method" title="#as_html (instance method)">#<strong>as_html</strong>(link_resolver = nil) ⇒ String </a>
|
198
199
|
|
199
200
|
|
200
201
|
|
@@ -217,7 +218,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
217
218
|
<li class="public ">
|
218
219
|
<span class="summary_signature">
|
219
220
|
|
220
|
-
<a href="#as_text-instance_method" title="#as_text (instance method)"
|
221
|
+
<a href="#as_text-instance_method" title="#as_text (instance method)">#<strong>as_text</strong> ⇒ String </a>
|
221
222
|
|
222
223
|
|
223
224
|
|
@@ -240,7 +241,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
240
241
|
<li class="public ">
|
241
242
|
<span class="summary_signature">
|
242
243
|
|
243
|
-
<a href="#each-instance_method" title="#each (instance method)"
|
244
|
+
<a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> {|group_doc| ... } ⇒ Object </a>
|
244
245
|
|
245
246
|
|
246
247
|
|
@@ -262,7 +263,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
262
263
|
<li class="public ">
|
263
264
|
<span class="summary_signature">
|
264
265
|
|
265
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
266
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(group_documents) ⇒ Group </a>
|
266
267
|
|
267
268
|
|
268
269
|
|
@@ -287,7 +288,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
287
288
|
<li class="public ">
|
288
289
|
<span class="summary_signature">
|
289
290
|
|
290
|
-
<a href="#length-instance_method" title="#length (instance method)"
|
291
|
+
<a href="#length-instance_method" title="#length (instance method)">#<strong>length</strong> ⇒ Object </a>
|
291
292
|
|
292
293
|
|
293
294
|
|
@@ -324,7 +325,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
324
325
|
<div class="method_details first">
|
325
326
|
<h3 class="signature first" id="initialize-instance_method">
|
326
327
|
|
327
|
-
|
328
|
+
#<strong>initialize</strong>(group_documents) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::Group (class)">Group</a></span></tt>
|
328
329
|
|
329
330
|
|
330
331
|
|
@@ -371,7 +372,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
371
372
|
<div class="method_details first">
|
372
373
|
<h3 class="signature first" id="group_documents-instance_method">
|
373
374
|
|
374
|
-
|
375
|
+
#<strong>group_documents</strong> ⇒ <tt>Object</tt>
|
375
376
|
|
376
377
|
|
377
378
|
|
@@ -418,7 +419,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
418
419
|
<div class="method_details first">
|
419
420
|
<h3 class="signature first" id="[]-instance_method">
|
420
421
|
|
421
|
-
|
422
|
+
#<strong>[]</strong>(index) ⇒ <tt><span class='object_link'><a href="../WithFragments.html" title="Prismic::WithFragments (module)">Prismic::WithFragments</a></span></tt>
|
422
423
|
|
423
424
|
|
424
425
|
|
@@ -475,7 +476,7 @@ the first image will look like this: <code>group[0]['image']</code>.</p>
|
|
475
476
|
<div class="method_details ">
|
476
477
|
<h3 class="signature " id="as_html-instance_method">
|
477
478
|
|
478
|
-
|
479
|
+
#<strong>as_html</strong>(link_resolver = nil) ⇒ <tt>String</tt>
|
479
480
|
|
480
481
|
|
481
482
|
|
@@ -554,7 +555,7 @@ application's specific URL</p>
|
|
554
555
|
<div class="method_details ">
|
555
556
|
<h3 class="signature " id="as_text-instance_method">
|
556
557
|
|
557
|
-
|
558
|
+
#<strong>as_text</strong> ⇒ <tt>String</tt>
|
558
559
|
|
559
560
|
|
560
561
|
|
@@ -611,7 +612,7 @@ application's specific URL</p>
|
|
611
612
|
<div class="method_details ">
|
612
613
|
<h3 class="signature " id="each-instance_method">
|
613
614
|
|
614
|
-
|
615
|
+
#<strong>each</strong> {|group_doc| ... } ⇒ <tt>Object</tt>
|
615
616
|
|
616
617
|
|
617
618
|
|
@@ -665,7 +666,7 @@ application's specific URL</p>
|
|
665
666
|
<div class="method_details ">
|
666
667
|
<h3 class="signature " id="length-instance_method">
|
667
668
|
|
668
|
-
|
669
|
+
#<strong>length</strong> ⇒ <tt>Object</tt>
|
669
670
|
|
670
671
|
|
671
672
|
|
@@ -700,11 +701,12 @@ application's specific URL</p>
|
|
700
701
|
|
701
702
|
</div>
|
702
703
|
|
703
|
-
|
704
|
-
Generated on
|
704
|
+
<div id="footer">
|
705
|
+
Generated on Mon Jan 16 16:05:10 2017 by
|
705
706
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
706
|
-
0.8
|
707
|
+
0.9.8 (ruby-2.3.1).
|
707
708
|
</div>
|
708
709
|
|
710
|
+
</div>
|
709
711
|
</body>
|
710
712
|
</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
|
Class: Prismic::Fragments::GroupDocument
|
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::GroupDocument";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/Fragments/GroupDocument.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 (G)</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>
|
36
41
|
»
|
37
42
|
<span class="title">GroupDocument</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::GroupDocument
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::GroupDocument
|
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,37 +79,42 @@
|
|
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"><span class='object_link'><a href="../WithFragments.html" title="Prismic::WithFragments (module)">WithFragments</a></span></dd>
|
95
|
-
|
96
|
-
|
97
89
|
|
90
|
+
<dl>
|
91
|
+
<dt>Includes:</dt>
|
92
|
+
<dd><span class='object_link'><a href="../WithFragments.html" title="Prismic::WithFragments (module)">WithFragments</a></span></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/fragments/group.rb</dd>
|
103
|
+
</dl>
|
104
|
+
|
105
|
+
</div>
|
105
106
|
|
106
107
|
|
107
108
|
|
108
109
|
|
109
110
|
|
110
|
-
<h2>Instance Attribute Summary <small
|
111
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
111
112
|
<ul class="summary">
|
112
113
|
|
113
114
|
<li class="public ">
|
114
115
|
<span class="summary_signature">
|
115
116
|
|
116
|
-
<a href="#fragments-instance_method" title="#fragments (instance method)"
|
117
|
+
<a href="#fragments-instance_method" title="#fragments (instance method)">#<strong>fragments</strong> ⇒ Object </a>
|
117
118
|
|
118
119
|
|
119
120
|
|
@@ -144,7 +145,7 @@
|
|
144
145
|
|
145
146
|
<h2>
|
146
147
|
Instance Method Summary
|
147
|
-
<small
|
148
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
148
149
|
</h2>
|
149
150
|
|
150
151
|
<ul class="summary">
|
@@ -152,7 +153,7 @@
|
|
152
153
|
<li class="public ">
|
153
154
|
<span class="summary_signature">
|
154
155
|
|
155
|
-
<a href="
|
156
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(field) ⇒ Fragments::Fragment </a>
|
156
157
|
|
157
158
|
|
158
159
|
|
@@ -177,7 +178,7 @@
|
|
177
178
|
<li class="public ">
|
178
179
|
<span class="summary_signature">
|
179
180
|
|
180
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
181
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(fragments) ⇒ GroupDocument </a>
|
181
182
|
|
182
183
|
|
183
184
|
|
@@ -220,7 +221,7 @@
|
|
220
221
|
<div class="method_details first">
|
221
222
|
<h3 class="signature first" id="initialize-instance_method">
|
222
223
|
|
223
|
-
|
224
|
+
#<strong>initialize</strong>(fragments) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::GroupDocument (class)">GroupDocument</a></span></tt>
|
224
225
|
|
225
226
|
|
226
227
|
|
@@ -267,7 +268,7 @@
|
|
267
268
|
<div class="method_details first">
|
268
269
|
<h3 class="signature first" id="fragments-instance_method">
|
269
270
|
|
270
|
-
|
271
|
+
#<strong>fragments</strong> ⇒ <tt>Object</tt>
|
271
272
|
|
272
273
|
|
273
274
|
|
@@ -314,7 +315,7 @@
|
|
314
315
|
<div class="method_details first">
|
315
316
|
<h3 class="signature first" id="[]-instance_method">
|
316
317
|
|
317
|
-
|
318
|
+
#<strong>[]</strong>(field) ⇒ <tt><span class='object_link'><a href="Fragment.html" title="Prismic::Fragments::Fragment (class)">Fragments::Fragment</a></span></tt>
|
318
319
|
|
319
320
|
|
320
321
|
|
@@ -372,11 +373,12 @@
|
|
372
373
|
|
373
374
|
</div>
|
374
375
|
|
375
|
-
|
376
|
-
Generated on
|
376
|
+
<div id="footer">
|
377
|
+
Generated on Mon Jan 16 16:05:10 2017 by
|
377
378
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
378
|
-
0.8
|
379
|
+
0.9.8 (ruby-2.3.1).
|
379
380
|
</div>
|
380
381
|
|
382
|
+
</div>
|
381
383
|
</body>
|
382
384
|
</html>
|