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::Separator
|
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::Separator";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/Fragments/Separator.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 (S)</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">Separator</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::Separator
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::Separator
|
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/separator.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="#value-instance_method" title="#value (instance method)"
|
114
|
+
<a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> ⇒ Object </a>
|
115
115
|
|
116
116
|
|
117
117
|
|
@@ -142,7 +142,7 @@
|
|
142
142
|
|
143
143
|
<h2>
|
144
144
|
Instance Method Summary
|
145
|
-
<small
|
145
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
146
146
|
</h2>
|
147
147
|
|
148
148
|
<ul class="summary">
|
@@ -150,7 +150,7 @@
|
|
150
150
|
<li class="public ">
|
151
151
|
<span class="summary_signature">
|
152
152
|
|
153
|
-
<a href="#as_html-instance_method" title="#as_html (instance method)"
|
153
|
+
<a href="#as_html-instance_method" title="#as_html (instance method)">#<strong>as_html</strong>(link_resolver = nil) ⇒ Object </a>
|
154
154
|
|
155
155
|
|
156
156
|
|
@@ -172,7 +172,7 @@
|
|
172
172
|
<li class="public ">
|
173
173
|
<span class="summary_signature">
|
174
174
|
|
175
|
-
<a href="#as_text-instance_method" title="#as_text (instance method)"
|
175
|
+
<a href="#as_text-instance_method" title="#as_text (instance method)">#<strong>as_text</strong> ⇒ Object </a>
|
176
176
|
|
177
177
|
|
178
178
|
|
@@ -194,7 +194,7 @@
|
|
194
194
|
<li class="public ">
|
195
195
|
<span class="summary_signature">
|
196
196
|
|
197
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
197
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(value) ⇒ Separator </a>
|
198
198
|
|
199
199
|
|
200
200
|
|
@@ -231,7 +231,7 @@
|
|
231
231
|
<div class="method_details first">
|
232
232
|
<h3 class="signature first" id="initialize-instance_method">
|
233
233
|
|
234
|
-
|
234
|
+
#<strong>initialize</strong>(value) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::Separator (class)">Separator</a></span></tt>
|
235
235
|
|
236
236
|
|
237
237
|
|
@@ -278,7 +278,7 @@
|
|
278
278
|
<div class="method_details first">
|
279
279
|
<h3 class="signature first" id="value-instance_method">
|
280
280
|
|
281
|
-
|
281
|
+
#<strong>value</strong> ⇒ <tt>Object</tt>
|
282
282
|
|
283
283
|
|
284
284
|
|
@@ -325,7 +325,7 @@
|
|
325
325
|
<div class="method_details first">
|
326
326
|
<h3 class="signature first" id="as_html-instance_method">
|
327
327
|
|
328
|
-
|
328
|
+
#<strong>as_html</strong>(link_resolver = nil) ⇒ <tt>Object</tt>
|
329
329
|
|
330
330
|
|
331
331
|
|
@@ -355,7 +355,7 @@
|
|
355
355
|
<div class="method_details ">
|
356
356
|
<h3 class="signature " id="as_text-instance_method">
|
357
357
|
|
358
|
-
|
358
|
+
#<strong>as_text</strong> ⇒ <tt>Object</tt>
|
359
359
|
|
360
360
|
|
361
361
|
|
@@ -386,11 +386,12 @@
|
|
386
386
|
|
387
387
|
</div>
|
388
388
|
|
389
|
-
|
390
|
-
Generated on
|
389
|
+
<div id="footer">
|
390
|
+
Generated on Mon Jan 16 16:05:10 2017 by
|
391
391
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
392
|
-
0.8
|
392
|
+
0.9.8 (ruby-2.3.1).
|
393
393
|
</div>
|
394
394
|
|
395
|
+
</div>
|
395
396
|
</body>
|
396
397
|
</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::Slice
|
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::Slice";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/Fragments/Slice.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 (S)</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">Slice</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::Slice
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::Slice
|
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,21 +81,25 @@
|
|
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/slices.rb</dd>
|
100
|
+
</dl>
|
100
101
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
103
103
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
@@ -115,13 +115,13 @@
|
|
115
115
|
|
116
116
|
|
117
117
|
|
118
|
-
<h2>Instance Attribute Summary <small
|
118
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
119
119
|
<ul class="summary">
|
120
120
|
|
121
121
|
<li class="public ">
|
122
122
|
<span class="summary_signature">
|
123
123
|
|
124
|
-
<a href="#slice_label-instance_method" title="#slice_label (instance method)"
|
124
|
+
<a href="#slice_label-instance_method" title="#slice_label (instance method)">#<strong>slice_label</strong> ⇒ Object </a>
|
125
125
|
|
126
126
|
|
127
127
|
|
@@ -147,7 +147,7 @@
|
|
147
147
|
<li class="public ">
|
148
148
|
<span class="summary_signature">
|
149
149
|
|
150
|
-
<a href="#slice_type-instance_method" title="#slice_type (instance method)"
|
150
|
+
<a href="#slice_type-instance_method" title="#slice_type (instance method)">#<strong>slice_type</strong> ⇒ Object </a>
|
151
151
|
|
152
152
|
|
153
153
|
|
@@ -173,7 +173,7 @@
|
|
173
173
|
<li class="public ">
|
174
174
|
<span class="summary_signature">
|
175
175
|
|
176
|
-
<a href="#value-instance_method" title="#value (instance method)"
|
176
|
+
<a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> ⇒ Object </a>
|
177
177
|
|
178
178
|
|
179
179
|
|
@@ -204,7 +204,7 @@
|
|
204
204
|
|
205
205
|
<h2>
|
206
206
|
Instance Method Summary
|
207
|
-
<small
|
207
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
208
208
|
</h2>
|
209
209
|
|
210
210
|
<ul class="summary">
|
@@ -212,7 +212,7 @@
|
|
212
212
|
<li class="public ">
|
213
213
|
<span class="summary_signature">
|
214
214
|
|
215
|
-
<a href="#as_html-instance_method" title="#as_html (instance method)"
|
215
|
+
<a href="#as_html-instance_method" title="#as_html (instance method)">#<strong>as_html</strong>(link_resolver = nil) ⇒ String </a>
|
216
216
|
|
217
217
|
|
218
218
|
|
@@ -235,7 +235,7 @@
|
|
235
235
|
<li class="public ">
|
236
236
|
<span class="summary_signature">
|
237
237
|
|
238
|
-
<a href="#as_text-instance_method" title="#as_text (instance method)"
|
238
|
+
<a href="#as_text-instance_method" title="#as_text (instance method)">#<strong>as_text</strong> ⇒ String </a>
|
239
239
|
|
240
240
|
|
241
241
|
|
@@ -258,7 +258,7 @@
|
|
258
258
|
<li class="public ">
|
259
259
|
<span class="summary_signature">
|
260
260
|
|
261
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
261
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(slice_type, slice_label, value) ⇒ Slice </a>
|
262
262
|
|
263
263
|
|
264
264
|
|
@@ -295,7 +295,7 @@
|
|
295
295
|
<div class="method_details first">
|
296
296
|
<h3 class="signature first" id="initialize-instance_method">
|
297
297
|
|
298
|
-
|
298
|
+
#<strong>initialize</strong>(slice_type, slice_label, value) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::Slice (class)">Slice</a></span></tt>
|
299
299
|
|
300
300
|
|
301
301
|
|
@@ -346,7 +346,7 @@
|
|
346
346
|
<div class="method_details first">
|
347
347
|
<h3 class="signature first" id="slice_label-instance_method">
|
348
348
|
|
349
|
-
|
349
|
+
#<strong>slice_label</strong> ⇒ <tt>Object</tt>
|
350
350
|
|
351
351
|
|
352
352
|
|
@@ -388,7 +388,7 @@
|
|
388
388
|
<div class="method_details ">
|
389
389
|
<h3 class="signature " id="slice_type-instance_method">
|
390
390
|
|
391
|
-
|
391
|
+
#<strong>slice_type</strong> ⇒ <tt>Object</tt>
|
392
392
|
|
393
393
|
|
394
394
|
|
@@ -430,7 +430,7 @@
|
|
430
430
|
<div class="method_details ">
|
431
431
|
<h3 class="signature " id="value-instance_method">
|
432
432
|
|
433
|
-
|
433
|
+
#<strong>value</strong> ⇒ <tt>Object</tt>
|
434
434
|
|
435
435
|
|
436
436
|
|
@@ -477,7 +477,7 @@
|
|
477
477
|
<div class="method_details first">
|
478
478
|
<h3 class="signature first" id="as_html-instance_method">
|
479
479
|
|
480
|
-
|
480
|
+
#<strong>as_html</strong>(link_resolver = nil) ⇒ <tt>String</tt>
|
481
481
|
|
482
482
|
|
483
483
|
|
@@ -564,7 +564,7 @@ application's specific URL</p>
|
|
564
564
|
<div class="method_details ">
|
565
565
|
<h3 class="signature " id="as_text-instance_method">
|
566
566
|
|
567
|
-
|
567
|
+
#<strong>as_text</strong> ⇒ <tt>String</tt>
|
568
568
|
|
569
569
|
|
570
570
|
|
@@ -622,11 +622,12 @@ application's specific URL</p>
|
|
622
622
|
|
623
623
|
</div>
|
624
624
|
|
625
|
-
|
626
|
-
Generated on
|
625
|
+
<div id="footer">
|
626
|
+
Generated on Mon Jan 16 16:05:10 2017 by
|
627
627
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
628
|
-
0.8
|
628
|
+
0.9.8 (ruby-2.3.1).
|
629
629
|
</div>
|
630
630
|
|
631
|
+
</div>
|
631
632
|
</body>
|
632
633
|
</html>
|