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::Experiments
|
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::Experiments";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Prismic/Experiments.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 (E)</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">Experiments</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::Experiments
|
62
|
+
<div id="content"><h1>Class: Prismic::Experiments
|
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,33 +79,37 @@
|
|
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
89
|
|
94
90
|
|
91
|
+
|
92
|
+
|
93
|
+
|
95
94
|
|
96
|
-
|
97
|
-
<
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/prismic/experiments.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
100
|
+
</div>
|
101
101
|
|
102
102
|
|
103
103
|
|
104
104
|
|
105
105
|
|
106
|
-
<h2>Instance Attribute Summary <small
|
106
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
107
107
|
<ul class="summary">
|
108
108
|
|
109
109
|
<li class="public ">
|
110
110
|
<span class="summary_signature">
|
111
111
|
|
112
|
-
<a href="#draft-instance_method" title="#draft (instance method)"
|
112
|
+
<a href="#draft-instance_method" title="#draft (instance method)">#<strong>draft</strong> ⇒ Array<Experiment> </a>
|
113
113
|
|
114
114
|
|
115
115
|
|
@@ -137,7 +137,7 @@
|
|
137
137
|
<li class="public ">
|
138
138
|
<span class="summary_signature">
|
139
139
|
|
140
|
-
<a href="#running-instance_method" title="#running (instance method)"
|
140
|
+
<a href="#running-instance_method" title="#running (instance method)">#<strong>running</strong> ⇒ Array<Experiments> </a>
|
141
141
|
|
142
142
|
|
143
143
|
|
@@ -170,7 +170,7 @@
|
|
170
170
|
|
171
171
|
<h2>
|
172
172
|
Class Method Summary
|
173
|
-
<small
|
173
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
174
174
|
</h2>
|
175
175
|
|
176
176
|
<ul class="summary">
|
@@ -178,7 +178,7 @@
|
|
178
178
|
<li class="public ">
|
179
179
|
<span class="summary_signature">
|
180
180
|
|
181
|
-
<a href="#parse-class_method" title="parse (class method)"
|
181
|
+
<a href="#parse-class_method" title="parse (class method)">.<strong>parse</strong>(data) ⇒ Experiments </a>
|
182
182
|
|
183
183
|
|
184
184
|
|
@@ -201,7 +201,7 @@
|
|
201
201
|
|
202
202
|
<h2>
|
203
203
|
Instance Method Summary
|
204
|
-
<small
|
204
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
205
205
|
</h2>
|
206
206
|
|
207
207
|
<ul class="summary">
|
@@ -209,7 +209,7 @@
|
|
209
209
|
<li class="public ">
|
210
210
|
<span class="summary_signature">
|
211
211
|
|
212
|
-
<a href="#current-instance_method" title="#current (instance method)"
|
212
|
+
<a href="#current-instance_method" title="#current (instance method)">#<strong>current</strong> ⇒ Object </a>
|
213
213
|
|
214
214
|
|
215
215
|
|
@@ -231,7 +231,7 @@
|
|
231
231
|
<li class="public ">
|
232
232
|
<span class="summary_signature">
|
233
233
|
|
234
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
234
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(draft, running) ⇒ Experiments </a>
|
235
235
|
|
236
236
|
|
237
237
|
|
@@ -256,7 +256,7 @@
|
|
256
256
|
<li class="public ">
|
257
257
|
<span class="summary_signature">
|
258
258
|
|
259
|
-
<a href="#ref_from_cookie-instance_method" title="#ref_from_cookie (instance method)"
|
259
|
+
<a href="#ref_from_cookie-instance_method" title="#ref_from_cookie (instance method)">#<strong>ref_from_cookie</strong>(cookie) ⇒ Object </a>
|
260
260
|
|
261
261
|
|
262
262
|
|
@@ -284,7 +284,7 @@
|
|
284
284
|
<div class="method_details first">
|
285
285
|
<h3 class="signature first" id="initialize-instance_method">
|
286
286
|
|
287
|
-
|
287
|
+
#<strong>initialize</strong>(draft, running) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Experiments (class)">Experiments</a></span></tt>
|
288
288
|
|
289
289
|
|
290
290
|
|
@@ -333,7 +333,7 @@
|
|
333
333
|
<div class="method_details first">
|
334
334
|
<h3 class="signature first" id="draft-instance_method">
|
335
335
|
|
336
|
-
|
336
|
+
#<strong>draft</strong> ⇒ <tt>Array<<span class='object_link'><a href="Experiment.html" title="Prismic::Experiment (class)">Experiment</a></span>></tt> <span class="extras">(readonly)</span>
|
337
337
|
|
338
338
|
|
339
339
|
|
@@ -392,7 +392,7 @@
|
|
392
392
|
<div class="method_details ">
|
393
393
|
<h3 class="signature " id="running-instance_method">
|
394
394
|
|
395
|
-
|
395
|
+
#<strong>running</strong> ⇒ <tt>Array<<span class='object_link'><a href="" title="Prismic::Experiments (class)">Experiments</a></span>></tt> <span class="extras">(readonly)</span>
|
396
396
|
|
397
397
|
|
398
398
|
|
@@ -456,7 +456,7 @@
|
|
456
456
|
<div class="method_details first">
|
457
457
|
<h3 class="signature first" id="parse-class_method">
|
458
458
|
|
459
|
-
|
459
|
+
.<strong>parse</strong>(data) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Experiments (class)">Experiments</a></span></tt>
|
460
460
|
|
461
461
|
|
462
462
|
|
@@ -512,10 +512,10 @@
|
|
512
512
|
<span class='id identifier rubyid_running'>running</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
513
513
|
<span class='kw'>if</span> <span class='id identifier rubyid_data'>data</span> <span class='op'>!=</span> <span class='kw'>nil</span>
|
514
514
|
<span class='id identifier rubyid_draft'>draft</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>draft</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_exp'>exp</span><span class='op'>|</span>
|
515
|
-
<span class='const'>Experiment</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_exp'>exp</span><span class='rparen'>)</span>
|
515
|
+
<span class='const'><span class='object_link'><a href="Experiment.html" title="Prismic::Experiment (class)">Experiment</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse'><span class='object_link'><a href="Experiment.html#parse-class_method" title="Prismic::Experiment.parse (method)">parse</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_exp'>exp</span><span class='rparen'>)</span>
|
516
516
|
<span class='rbrace'>}</span>
|
517
517
|
<span class='id identifier rubyid_running'>running</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>running</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_exp'>exp</span><span class='op'>|</span>
|
518
|
-
<span class='const'>Experiment</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_exp'>exp</span><span class='rparen'>)</span>
|
518
|
+
<span class='const'><span class='object_link'><a href="Experiment.html" title="Prismic::Experiment (class)">Experiment</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse'><span class='object_link'><a href="Experiment.html#parse-class_method" title="Prismic::Experiment.parse (method)">parse</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_exp'>exp</span><span class='rparen'>)</span>
|
519
519
|
<span class='rbrace'>}</span>
|
520
520
|
<span class='kw'>end</span>
|
521
521
|
<span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_draft'>draft</span><span class='comma'>,</span> <span class='id identifier rubyid_running'>running</span><span class='rparen'>)</span>
|
@@ -534,7 +534,7 @@
|
|
534
534
|
<div class="method_details first">
|
535
535
|
<h3 class="signature first" id="current-instance_method">
|
536
536
|
|
537
|
-
|
537
|
+
#<strong>current</strong> ⇒ <tt>Object</tt>
|
538
538
|
|
539
539
|
|
540
540
|
|
@@ -564,7 +564,7 @@
|
|
564
564
|
<div class="method_details ">
|
565
565
|
<h3 class="signature " id="ref_from_cookie-instance_method">
|
566
566
|
|
567
|
-
|
567
|
+
#<strong>ref_from_cookie</strong>(cookie) ⇒ <tt>Object</tt>
|
568
568
|
|
569
569
|
|
570
570
|
|
@@ -623,11 +623,12 @@
|
|
623
623
|
|
624
624
|
</div>
|
625
625
|
|
626
|
-
|
627
|
-
Generated on
|
626
|
+
<div id="footer">
|
627
|
+
Generated on Mon Jan 16 16:05:09 2017 by
|
628
628
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
629
|
-
0.8
|
629
|
+
0.9.8 (ruby-2.3.1).
|
630
630
|
</div>
|
631
631
|
|
632
|
+
</div>
|
632
633
|
</body>
|
633
634
|
</html>
|
data/docs/Prismic/Field.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::Field
|
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::Field";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Prismic/Field.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 (F)</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">Field</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::Field
|
62
|
+
<div id="content"><h1>Class: Prismic::Field
|
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,33 +79,37 @@
|
|
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
89
|
|
94
90
|
|
91
|
+
|
92
|
+
|
93
|
+
|
95
94
|
|
96
|
-
|
97
|
-
<
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/prismic.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
100
|
+
</div>
|
101
101
|
|
102
102
|
|
103
103
|
|
104
104
|
|
105
105
|
|
106
|
-
<h2>Instance Attribute Summary <small
|
106
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
107
107
|
<ul class="summary">
|
108
108
|
|
109
109
|
<li class="public ">
|
110
110
|
<span class="summary_signature">
|
111
111
|
|
112
|
-
<a href="#default-instance_method" title="#default (instance method)"
|
112
|
+
<a href="#default-instance_method" title="#default (instance method)">#<strong>default</strong> ⇒ Object </a>
|
113
113
|
|
114
114
|
|
115
115
|
|
@@ -135,7 +135,7 @@
|
|
135
135
|
<li class="public ">
|
136
136
|
<span class="summary_signature">
|
137
137
|
|
138
|
-
<a href="#field_type-instance_method" title="#field_type (instance method)"
|
138
|
+
<a href="#field_type-instance_method" title="#field_type (instance method)">#<strong>field_type</strong> ⇒ Object </a>
|
139
139
|
|
140
140
|
|
141
141
|
|
@@ -161,7 +161,7 @@
|
|
161
161
|
<li class="public ">
|
162
162
|
<span class="summary_signature">
|
163
163
|
|
164
|
-
<a href="#repeatable-instance_method" title="#repeatable (instance method)"
|
164
|
+
<a href="#repeatable-instance_method" title="#repeatable (instance method)">#<strong>repeatable</strong> ⇒ Object </a>
|
165
165
|
|
166
166
|
|
167
167
|
|
@@ -194,7 +194,7 @@
|
|
194
194
|
|
195
195
|
<h2>
|
196
196
|
Instance Method Summary
|
197
|
-
<small
|
197
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
198
198
|
</h2>
|
199
199
|
|
200
200
|
<ul class="summary">
|
@@ -202,7 +202,7 @@
|
|
202
202
|
<li class="public ">
|
203
203
|
<span class="summary_signature">
|
204
204
|
|
205
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
205
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(field_type, default, repeatable = false) ⇒ Field </a>
|
206
206
|
|
207
207
|
|
208
208
|
|
@@ -233,7 +233,7 @@
|
|
233
233
|
<div class="method_details first">
|
234
234
|
<h3 class="signature first" id="initialize-instance_method">
|
235
235
|
|
236
|
-
|
236
|
+
#<strong>initialize</strong>(field_type, default, repeatable = false) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Field (class)">Field</a></span></tt>
|
237
237
|
|
238
238
|
|
239
239
|
|
@@ -284,7 +284,7 @@
|
|
284
284
|
<div class="method_details first">
|
285
285
|
<h3 class="signature first" id="default-instance_method">
|
286
286
|
|
287
|
-
|
287
|
+
#<strong>default</strong> ⇒ <tt>Object</tt>
|
288
288
|
|
289
289
|
|
290
290
|
|
@@ -326,7 +326,7 @@
|
|
326
326
|
<div class="method_details ">
|
327
327
|
<h3 class="signature " id="field_type-instance_method">
|
328
328
|
|
329
|
-
|
329
|
+
#<strong>field_type</strong> ⇒ <tt>Object</tt>
|
330
330
|
|
331
331
|
|
332
332
|
|
@@ -368,7 +368,7 @@
|
|
368
368
|
<div class="method_details ">
|
369
369
|
<h3 class="signature " id="repeatable-instance_method">
|
370
370
|
|
371
|
-
|
371
|
+
#<strong>repeatable</strong> ⇒ <tt>Object</tt>
|
372
372
|
|
373
373
|
|
374
374
|
|
@@ -414,11 +414,12 @@
|
|
414
414
|
|
415
415
|
</div>
|
416
416
|
|
417
|
-
|
418
|
-
Generated on
|
417
|
+
<div id="footer">
|
418
|
+
Generated on Mon Jan 16 16:05:09 2017 by
|
419
419
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
420
|
-
0.8
|
420
|
+
0.9.8 (ruby-2.3.1).
|
421
421
|
</div>
|
422
422
|
|
423
|
+
</div>
|
423
424
|
</body>
|
424
425
|
</html>
|