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::Embed
|
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::Embed";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/Fragments/Embed.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> » <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">Embed</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::Embed
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::Embed
|
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/embed.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="#embed_type-instance_method" title="#embed_type (instance method)"
|
114
|
+
<a href="#embed_type-instance_method" title="#embed_type (instance method)">#<strong>embed_type</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="#html-instance_method" title="#html (instance method)"
|
140
|
+
<a href="#html-instance_method" title="#html (instance method)">#<strong>html</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="#o_embed_json-instance_method" title="#o_embed_json (instance method)"
|
166
|
+
<a href="#o_embed_json-instance_method" title="#o_embed_json (instance method)">#<strong>o_embed_json</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="#provider-instance_method" title="#provider (instance method)"
|
192
|
+
<a href="#provider-instance_method" title="#provider (instance method)">#<strong>provider</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
|
|
@@ -246,7 +246,7 @@
|
|
246
246
|
|
247
247
|
<h2>
|
248
248
|
Instance Method Summary
|
249
|
-
<small
|
249
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
250
250
|
</h2>
|
251
251
|
|
252
252
|
<ul class="summary">
|
@@ -254,7 +254,7 @@
|
|
254
254
|
<li class="public ">
|
255
255
|
<span class="summary_signature">
|
256
256
|
|
257
|
-
<a href="#as_html-instance_method" title="#as_html (instance method)"
|
257
|
+
<a href="#as_html-instance_method" title="#as_html (instance method)">#<strong>as_html</strong>(link_resolver = nil, html_serializer = nil) ⇒ String </a>
|
258
258
|
|
259
259
|
|
260
260
|
|
@@ -277,7 +277,7 @@
|
|
277
277
|
<li class="public ">
|
278
278
|
<span class="summary_signature">
|
279
279
|
|
280
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
280
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(embed_type, provider, url, html, o_embed_json) ⇒ Embed </a>
|
281
281
|
|
282
282
|
|
283
283
|
|
@@ -319,7 +319,7 @@
|
|
319
319
|
<div class="method_details first">
|
320
320
|
<h3 class="signature first" id="initialize-instance_method">
|
321
321
|
|
322
|
-
|
322
|
+
#<strong>initialize</strong>(embed_type, provider, url, html, o_embed_json) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::Embed (class)">Embed</a></span></tt>
|
323
323
|
|
324
324
|
|
325
325
|
|
@@ -374,7 +374,7 @@
|
|
374
374
|
<div class="method_details first">
|
375
375
|
<h3 class="signature first" id="embed_type-instance_method">
|
376
376
|
|
377
|
-
|
377
|
+
#<strong>embed_type</strong> ⇒ <tt>Object</tt>
|
378
378
|
|
379
379
|
|
380
380
|
|
@@ -416,7 +416,7 @@
|
|
416
416
|
<div class="method_details ">
|
417
417
|
<h3 class="signature " id="html-instance_method">
|
418
418
|
|
419
|
-
|
419
|
+
#<strong>html</strong> ⇒ <tt>Object</tt>
|
420
420
|
|
421
421
|
|
422
422
|
|
@@ -458,7 +458,7 @@
|
|
458
458
|
<div class="method_details ">
|
459
459
|
<h3 class="signature " id="o_embed_json-instance_method">
|
460
460
|
|
461
|
-
|
461
|
+
#<strong>o_embed_json</strong> ⇒ <tt>Object</tt>
|
462
462
|
|
463
463
|
|
464
464
|
|
@@ -500,7 +500,7 @@
|
|
500
500
|
<div class="method_details ">
|
501
501
|
<h3 class="signature " id="provider-instance_method">
|
502
502
|
|
503
|
-
|
503
|
+
#<strong>provider</strong> ⇒ <tt>Object</tt>
|
504
504
|
|
505
505
|
|
506
506
|
|
@@ -542,7 +542,7 @@
|
|
542
542
|
<div class="method_details ">
|
543
543
|
<h3 class="signature " id="url-instance_method">
|
544
544
|
|
545
|
-
|
545
|
+
#<strong>url</strong> ⇒ <tt>Object</tt>
|
546
546
|
|
547
547
|
|
548
548
|
|
@@ -589,7 +589,7 @@
|
|
589
589
|
<div class="method_details first">
|
590
590
|
<h3 class="signature first" id="as_html-instance_method">
|
591
591
|
|
592
|
-
|
592
|
+
#<strong>as_html</strong>(link_resolver = nil, html_serializer = nil) ⇒ <tt>String</tt>
|
593
593
|
|
594
594
|
|
595
595
|
|
@@ -669,11 +669,12 @@ application's specific URL</p>
|
|
669
669
|
|
670
670
|
</div>
|
671
671
|
|
672
|
-
|
673
|
-
Generated on
|
672
|
+
<div id="footer">
|
673
|
+
Generated on Mon Jan 16 16:05:10 2017 by
|
674
674
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
675
|
-
0.8
|
675
|
+
0.9.8 (ruby-2.3.1).
|
676
676
|
</div>
|
677
677
|
|
678
|
+
</div>
|
678
679
|
</body>
|
679
680
|
</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::FileLink
|
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::FileLink";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Prismic/Fragments/FileLink.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> » <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">FileLink</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::FileLink
|
62
|
+
<div id="content"><h1>Class: Prismic::Fragments::FileLink
|
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="Link.html" title="Prismic::Fragments::Link (class)">Link</a></span></span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -87,33 +83,37 @@
|
|
87
83
|
</ul>
|
88
84
|
<a href="#" class="inheritanceTree">show all</a>
|
89
85
|
|
90
|
-
|
91
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
92
90
|
|
93
91
|
|
94
|
-
|
95
92
|
|
96
|
-
|
97
93
|
|
98
94
|
|
95
|
+
|
96
|
+
|
97
|
+
|
99
98
|
|
100
|
-
|
101
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/prismic/fragments/link.rb</dd>
|
102
|
+
</dl>
|
102
103
|
|
103
|
-
</
|
104
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
105
105
|
|
106
106
|
|
107
107
|
|
108
108
|
|
109
109
|
|
110
|
-
<h2>Instance Attribute Summary <small
|
110
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
111
111
|
<ul class="summary">
|
112
112
|
|
113
113
|
<li class="public ">
|
114
114
|
<span class="summary_signature">
|
115
115
|
|
116
|
-
<a href="#kind-instance_method" title="#kind (instance method)"
|
116
|
+
<a href="#kind-instance_method" title="#kind (instance method)">#<strong>kind</strong> ⇒ Object </a>
|
117
117
|
|
118
118
|
|
119
119
|
|
@@ -139,7 +139,7 @@
|
|
139
139
|
<li class="public ">
|
140
140
|
<span class="summary_signature">
|
141
141
|
|
142
|
-
<a href="#name-instance_method" title="#name (instance method)"
|
142
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
143
143
|
|
144
144
|
|
145
145
|
|
@@ -165,7 +165,7 @@
|
|
165
165
|
<li class="public ">
|
166
166
|
<span class="summary_signature">
|
167
167
|
|
168
|
-
<a href="#size-instance_method" title="#size (instance method)"
|
168
|
+
<a href="#size-instance_method" title="#size (instance method)">#<strong>size</strong> ⇒ Object </a>
|
169
169
|
|
170
170
|
|
171
171
|
|
@@ -191,7 +191,7 @@
|
|
191
191
|
<li class="public ">
|
192
192
|
<span class="summary_signature">
|
193
193
|
|
194
|
-
<a href="#url-instance_method" title="#url (instance method)"
|
194
|
+
<a href="#url-instance_method" title="#url (instance method)">#<strong>url</strong>(link_resolver = nil) ⇒ Object </a>
|
195
195
|
|
196
196
|
|
197
197
|
|
@@ -222,7 +222,7 @@
|
|
222
222
|
|
223
223
|
<h2>
|
224
224
|
Instance 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="#as_html-instance_method" title="#as_html (instance method)"
|
233
|
+
<a href="#as_html-instance_method" title="#as_html (instance method)">#<strong>as_html</strong>(link_resolver = nil) ⇒ Object </a>
|
234
234
|
|
235
235
|
|
236
236
|
|
@@ -252,7 +252,7 @@
|
|
252
252
|
<li class="public ">
|
253
253
|
<span class="summary_signature">
|
254
254
|
|
255
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
255
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(url, name, kind, size) ⇒ FileLink </a>
|
256
256
|
|
257
257
|
|
258
258
|
|
@@ -305,7 +305,7 @@
|
|
305
305
|
<div class="method_details first">
|
306
306
|
<h3 class="signature first" id="initialize-instance_method">
|
307
307
|
|
308
|
-
|
308
|
+
#<strong>initialize</strong>(url, name, kind, size) ⇒ <tt><span class='object_link'><a href="" title="Prismic::Fragments::FileLink (class)">FileLink</a></span></tt>
|
309
309
|
|
310
310
|
|
311
311
|
|
@@ -358,7 +358,7 @@
|
|
358
358
|
<div class="method_details first">
|
359
359
|
<h3 class="signature first" id="kind-instance_method">
|
360
360
|
|
361
|
-
|
361
|
+
#<strong>kind</strong> ⇒ <tt>Object</tt>
|
362
362
|
|
363
363
|
|
364
364
|
|
@@ -400,7 +400,7 @@
|
|
400
400
|
<div class="method_details ">
|
401
401
|
<h3 class="signature " id="name-instance_method">
|
402
402
|
|
403
|
-
|
403
|
+
#<strong>name</strong> ⇒ <tt>Object</tt>
|
404
404
|
|
405
405
|
|
406
406
|
|
@@ -442,7 +442,7 @@
|
|
442
442
|
<div class="method_details ">
|
443
443
|
<h3 class="signature " id="size-instance_method">
|
444
444
|
|
445
|
-
|
445
|
+
#<strong>size</strong> ⇒ <tt>Object</tt>
|
446
446
|
|
447
447
|
|
448
448
|
|
@@ -484,7 +484,7 @@
|
|
484
484
|
<div class="method_details ">
|
485
485
|
<h3 class="signature " id="url-instance_method">
|
486
486
|
|
487
|
-
|
487
|
+
#<strong>url</strong>(link_resolver = nil) ⇒ <tt>Object</tt>
|
488
488
|
|
489
489
|
|
490
490
|
|
@@ -563,7 +563,7 @@ this method, so not providing it is perfectly fine.</p>
|
|
563
563
|
<div class="method_details first">
|
564
564
|
<h3 class="signature first" id="as_html-instance_method">
|
565
565
|
|
566
|
-
|
566
|
+
#<strong>as_html</strong>(link_resolver = nil) ⇒ <tt>Object</tt>
|
567
567
|
|
568
568
|
|
569
569
|
|
@@ -594,11 +594,12 @@ this method, so not providing it is perfectly fine.</p>
|
|
594
594
|
|
595
595
|
</div>
|
596
596
|
|
597
|
-
|
598
|
-
Generated on
|
597
|
+
<div id="footer">
|
598
|
+
Generated on Mon Jan 16 16:05:09 2017 by
|
599
599
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
600
|
-
0.8
|
600
|
+
0.9.8 (ruby-2.3.1).
|
601
601
|
</div>
|
602
602
|
|
603
|
+
</div>
|
603
604
|
</body>
|
604
605
|
</html>
|