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
data/docs/Prismic/Error.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
|
Exception: Prismic::Error
|
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::Error";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Prismic/Error.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">Error</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::Error
|
62
|
+
<div id="content"><h1>Exception: Prismic::Error
|
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">Exception</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.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">
|
@@ -119,13 +119,13 @@
|
|
119
119
|
|
120
120
|
|
121
121
|
|
122
|
-
<h2>Instance Attribute Summary <small
|
122
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
123
123
|
<ul class="summary">
|
124
124
|
|
125
125
|
<li class="public ">
|
126
126
|
<span class="summary_signature">
|
127
127
|
|
128
|
-
<a href="#cause-instance_method" title="#cause (instance method)"
|
128
|
+
<a href="#cause-instance_method" title="#cause (instance method)">#<strong>cause</strong> ⇒ Object </a>
|
129
129
|
|
130
130
|
|
131
131
|
|
@@ -158,7 +158,7 @@
|
|
158
158
|
|
159
159
|
<h2>
|
160
160
|
Instance Method Summary
|
161
|
-
<small
|
161
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
162
162
|
</h2>
|
163
163
|
|
164
164
|
<ul class="summary">
|
@@ -166,7 +166,7 @@
|
|
166
166
|
<li class="public ">
|
167
167
|
<span class="summary_signature">
|
168
168
|
|
169
|
-
<a href="#full_trace-instance_method" title="#full_trace (instance method)"
|
169
|
+
<a href="#full_trace-instance_method" title="#full_trace (instance method)">#<strong>full_trace</strong>(e = self) ⇒ String </a>
|
170
170
|
|
171
171
|
|
172
172
|
|
@@ -189,7 +189,7 @@
|
|
189
189
|
<li class="public ">
|
190
190
|
<span class="summary_signature">
|
191
191
|
|
192
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
192
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(msg = nil, cause = nil) ⇒ Error </a>
|
193
193
|
|
194
194
|
|
195
195
|
|
@@ -221,7 +221,7 @@
|
|
221
221
|
<div class="method_details first">
|
222
222
|
<h3 class="signature first" id="initialize-instance_method">
|
223
223
|
|
224
|
-
|
224
|
+
#<strong>initialize</strong>(msg = nil, cause = nil) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Error (class)">Error</a></span></tt>
|
225
225
|
|
226
226
|
|
227
227
|
|
@@ -270,7 +270,7 @@
|
|
270
270
|
<div class="method_details first">
|
271
271
|
<h3 class="signature first" id="cause-instance_method">
|
272
272
|
|
273
|
-
|
273
|
+
#<strong>cause</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
274
274
|
|
275
275
|
|
276
276
|
|
@@ -317,7 +317,7 @@
|
|
317
317
|
<div class="method_details first">
|
318
318
|
<h3 class="signature first" id="full_trace-instance_method">
|
319
319
|
|
320
|
-
|
320
|
+
#<strong>full_trace</strong>(e = self) ⇒ <tt>String</tt>
|
321
321
|
|
322
322
|
|
323
323
|
|
@@ -408,11 +408,12 @@
|
|
408
408
|
|
409
409
|
</div>
|
410
410
|
|
411
|
-
|
412
|
-
Generated on
|
411
|
+
<div id="footer">
|
412
|
+
Generated on Mon Jan 16 16:05:08 2017 by
|
413
413
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
414
|
-
0.8
|
414
|
+
0.9.8 (ruby-2.3.1).
|
415
415
|
</div>
|
416
416
|
|
417
|
+
</div>
|
417
418
|
</body>
|
418
419
|
</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::Experiment
|
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::Experiment";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Prismic/Experiment.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">Experiment</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::Experiment
|
62
|
+
<div id="content"><h1>Class: Prismic::Experiment
|
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="#google_id-instance_method" title="#google_id (instance method)"
|
112
|
+
<a href="#google_id-instance_method" title="#google_id (instance method)">#<strong>google_id</strong> ⇒ String </a>
|
113
113
|
|
114
114
|
|
115
115
|
|
@@ -136,7 +136,7 @@
|
|
136
136
|
<li class="public ">
|
137
137
|
<span class="summary_signature">
|
138
138
|
|
139
|
-
<a href="#id-instance_method" title="#id (instance method)"
|
139
|
+
<a href="#id-instance_method" title="#id (instance method)">#<strong>id</strong> ⇒ String </a>
|
140
140
|
|
141
141
|
|
142
142
|
|
@@ -163,7 +163,7 @@
|
|
163
163
|
<li class="public ">
|
164
164
|
<span class="summary_signature">
|
165
165
|
|
166
|
-
<a href="#name-instance_method" title="#name (instance method)"
|
166
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ String </a>
|
167
167
|
|
168
168
|
|
169
169
|
|
@@ -190,7 +190,7 @@
|
|
190
190
|
<li class="public ">
|
191
191
|
<span class="summary_signature">
|
192
192
|
|
193
|
-
<a href="#variations-instance_method" title="#variations (instance method)"
|
193
|
+
<a href="#variations-instance_method" title="#variations (instance method)">#<strong>variations</strong> ⇒ Array<Variation> </a>
|
194
194
|
|
195
195
|
|
196
196
|
|
@@ -222,7 +222,7 @@
|
|
222
222
|
|
223
223
|
<h2>
|
224
224
|
Class Method Summary
|
225
|
-
<small
|
225
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
226
226
|
</h2>
|
227
227
|
|
228
228
|
<ul class="summary">
|
@@ -230,7 +230,7 @@
|
|
230
230
|
<li class="public ">
|
231
231
|
<span class="summary_signature">
|
232
232
|
|
233
|
-
<a href="#parse-class_method" title="parse (class method)"
|
233
|
+
<a href="#parse-class_method" title="parse (class method)">.<strong>parse</strong>(data) ⇒ Experiment </a>
|
234
234
|
|
235
235
|
|
236
236
|
|
@@ -253,7 +253,7 @@
|
|
253
253
|
|
254
254
|
<h2>
|
255
255
|
Instance Method Summary
|
256
|
-
<small
|
256
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
257
257
|
</h2>
|
258
258
|
|
259
259
|
<ul class="summary">
|
@@ -261,7 +261,7 @@
|
|
261
261
|
<li class="public ">
|
262
262
|
<span class="summary_signature">
|
263
263
|
|
264
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
264
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(id, google_id, name, variations) ⇒ Experiment </a>
|
265
265
|
|
266
266
|
|
267
267
|
|
@@ -292,7 +292,7 @@
|
|
292
292
|
<div class="method_details first">
|
293
293
|
<h3 class="signature first" id="initialize-instance_method">
|
294
294
|
|
295
|
-
|
295
|
+
#<strong>initialize</strong>(id, google_id, name, variations) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Experiment (class)">Experiment</a></span></tt>
|
296
296
|
|
297
297
|
|
298
298
|
|
@@ -345,7 +345,7 @@
|
|
345
345
|
<div class="method_details first">
|
346
346
|
<h3 class="signature first" id="google_id-instance_method">
|
347
347
|
|
348
|
-
|
348
|
+
#<strong>google_id</strong> ⇒ <tt>String</tt> <span class="extras">(readonly)</span>
|
349
349
|
|
350
350
|
|
351
351
|
|
@@ -399,7 +399,7 @@
|
|
399
399
|
<div class="method_details ">
|
400
400
|
<h3 class="signature " id="id-instance_method">
|
401
401
|
|
402
|
-
|
402
|
+
#<strong>id</strong> ⇒ <tt>String</tt> <span class="extras">(readonly)</span>
|
403
403
|
|
404
404
|
|
405
405
|
|
@@ -453,7 +453,7 @@
|
|
453
453
|
<div class="method_details ">
|
454
454
|
<h3 class="signature " id="name-instance_method">
|
455
455
|
|
456
|
-
|
456
|
+
#<strong>name</strong> ⇒ <tt>String</tt> <span class="extras">(readonly)</span>
|
457
457
|
|
458
458
|
|
459
459
|
|
@@ -507,7 +507,7 @@
|
|
507
507
|
<div class="method_details ">
|
508
508
|
<h3 class="signature " id="variations-instance_method">
|
509
509
|
|
510
|
-
|
510
|
+
#<strong>variations</strong> ⇒ <tt>Array<<span class='object_link'><a href="Variation.html" title="Prismic::Variation (class)">Variation</a></span>></tt> <span class="extras">(readonly)</span>
|
511
511
|
|
512
512
|
|
513
513
|
|
@@ -566,7 +566,7 @@
|
|
566
566
|
<div class="method_details first">
|
567
567
|
<h3 class="signature first" id="parse-class_method">
|
568
568
|
|
569
|
-
|
569
|
+
.<strong>parse</strong>(data) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Experiment (class)">Experiment</a></span></tt>
|
570
570
|
|
571
571
|
|
572
572
|
|
@@ -611,7 +611,7 @@
|
|
611
611
|
|
612
612
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
|
613
613
|
<span class='id identifier rubyid_new'>new</span><span class='lparen'>(</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'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='comma'>,</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'>googleId</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='comma'>,</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'>name</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='comma'>,</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'>variations</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_variation'>variation</span><span class='op'>|</span>
|
614
|
-
<span class='const'>Variation</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_variation'>variation</span><span class='rparen'>)</span>
|
614
|
+
<span class='const'><span class='object_link'><a href="Variation.html" title="Prismic::Variation (class)">Variation</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse'><span class='object_link'><a href="Variation.html#parse-class_method" title="Prismic::Variation.parse (method)">parse</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_variation'>variation</span><span class='rparen'>)</span>
|
615
615
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
616
616
|
<span class='kw'>end</span></pre>
|
617
617
|
</td>
|
@@ -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>
|