contentful 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +1 -0
- data/ChangeLog.md +6 -0
- data/Gemfile +5 -0
- data/README.md +1 -0
- data/contentful.gemspec +1 -1
- data/lib/contentful/array.rb +1 -2
- data/lib/contentful/asset.rb +3 -3
- data/lib/contentful/client.rb +15 -18
- data/lib/contentful/content_type.rb +1 -1
- data/lib/contentful/dynamic_entry.rb +6 -6
- data/lib/contentful/entry.rb +1 -1
- data/lib/contentful/error.rb +3 -3
- data/lib/contentful/field.rb +1 -1
- data/lib/contentful/file.rb +1 -1
- data/lib/contentful/link.rb +2 -2
- data/lib/contentful/locale.rb +1 -1
- data/lib/contentful/location.rb +1 -1
- data/lib/contentful/resource.rb +10 -11
- data/lib/contentful/resource_builder.rb +63 -39
- data/lib/contentful/space.rb +1 -1
- data/lib/contentful/support.rb +5 -3
- data/lib/contentful/version.rb +1 -1
- data/spec/fixtures/json_responses/includes.json +111 -0
- data/spec/fixtures/json_responses/link_array.json +43 -0
- data/spec/resource_building_spec.rb +20 -0
- data/spec/spec_helper.rb +5 -1
- metadata +138 -192
- data/.README.md.swp +0 -0
- data/do_request.sh +0 -5
- data/doc/Contentful.html +0 -131
- data/doc/Contentful/AccessDenied.html +0 -158
- data/doc/Contentful/Array.html +0 -346
- data/doc/Contentful/Asset.html +0 -315
- data/doc/Contentful/BadRequest.html +0 -158
- data/doc/Contentful/Client.html +0 -1407
- data/doc/Contentful/ContentType.html +0 -183
- data/doc/Contentful/DynamicEntry.html +0 -333
- data/doc/Contentful/Entry.html +0 -198
- data/doc/Contentful/Error.html +0 -413
- data/doc/Contentful/Field.html +0 -161
- data/doc/Contentful/File.html +0 -160
- data/doc/Contentful/Link.html +0 -275
- data/doc/Contentful/Locale.html +0 -161
- data/doc/Contentful/NotFound.html +0 -158
- data/doc/Contentful/Request.html +0 -669
- data/doc/Contentful/Resource.html +0 -606
- data/doc/Contentful/Resource/AssetFields.html +0 -413
- data/doc/Contentful/Resource/AssetFields/ClassMethods.html +0 -174
- data/doc/Contentful/Resource/ClassMethods.html +0 -271
- data/doc/Contentful/Resource/Fields.html +0 -398
- data/doc/Contentful/Resource/Fields/ClassMethods.html +0 -187
- data/doc/Contentful/Resource/SystemProperties.html +0 -444
- data/doc/Contentful/Resource/SystemProperties/ClassMethods.html +0 -174
- data/doc/Contentful/ResourceBuilder.html +0 -1400
- data/doc/Contentful/Response.html +0 -546
- data/doc/Contentful/ServerError.html +0 -158
- data/doc/Contentful/Space.html +0 -183
- data/doc/Contentful/Support.html +0 -198
- data/doc/Contentful/Unauthorized.html +0 -158
- data/doc/Contentful/UnparsableJson.html +0 -158
- data/doc/Contentful/UnparsableResource.html +0 -158
- data/doc/_index.html +0 -410
- data/doc/class_list.html +0 -54
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -57
- data/doc/css/style.css +0 -338
- data/doc/file.README.html +0 -214
- data/doc/file_list.html +0 -56
- data/doc/frames.html +0 -26
- data/doc/index.html +0 -214
- data/doc/js/app.js +0 -219
- data/doc/js/full_list.js +0 -178
- data/doc/js/jquery.js +0 -4
- data/doc/method_list.html +0 -533
- data/doc/top-level-namespace.html +0 -112
@@ -1,183 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Class: Contentful::ContentType
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.7.3
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
hasFrames = window.top.frames.main ? true : false;
|
19
|
-
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
|
-
</script>
|
22
|
-
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
-
|
26
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
-
|
28
|
-
|
29
|
-
</head>
|
30
|
-
<body>
|
31
|
-
<div id="header">
|
32
|
-
<div id="menu">
|
33
|
-
|
34
|
-
<a href="../_index.html">Index (C)</a> »
|
35
|
-
<span class='title'><span class='object_link'><a href="../Contentful.html" title="Contentful (module)">Contentful</a></span></span>
|
36
|
-
»
|
37
|
-
<span class="title">ContentType</span>
|
38
|
-
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<div id="search">
|
44
|
-
|
45
|
-
<a class="full_list_link" id="class_list_link"
|
46
|
-
href="../class_list.html">
|
47
|
-
Class List
|
48
|
-
</a>
|
49
|
-
|
50
|
-
<a class="full_list_link" id="method_list_link"
|
51
|
-
href="../method_list.html">
|
52
|
-
Method List
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
58
|
-
</a>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
<div class="clear"></div>
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: Contentful::ContentType
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
73
|
-
|
74
|
-
<dt class="r1">Inherits:</dt>
|
75
|
-
<dd class="r1">
|
76
|
-
<span class="inheritName">Object</span>
|
77
|
-
|
78
|
-
<ul class="fullTree">
|
79
|
-
<li>Object</li>
|
80
|
-
|
81
|
-
<li class="next">Contentful::ContentType</li>
|
82
|
-
|
83
|
-
</ul>
|
84
|
-
<a href="#" class="inheritanceTree">show all</a>
|
85
|
-
|
86
|
-
</dd>
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
<dt class="r2">Includes:</dt>
|
94
|
-
<dd class="r2"><span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span>, <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></dd>
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
<dt class="r1 last">Defined in:</dt>
|
101
|
-
<dd class="r1 last">lib/contentful/content_type.rb</dd>
|
102
|
-
|
103
|
-
</dl>
|
104
|
-
<div class="clear"></div>
|
105
|
-
|
106
|
-
<h2>Overview</h2><div class="docstring">
|
107
|
-
<div class="discussion">
|
108
|
-
|
109
|
-
<p>Resource Class for Content Types <a
|
110
|
-
href="https://www.contentful.com/developers/documentation/content-delivery-api/#content-types">www.contentful.com/developers/documentation/content-delivery-api/#content-types</a></p>
|
111
|
-
|
112
|
-
|
113
|
-
</div>
|
114
|
-
</div>
|
115
|
-
<div class="tags">
|
116
|
-
|
117
|
-
|
118
|
-
</div>
|
119
|
-
<h2>Constant Summary</h2>
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
<h2>Constant Summary</h2>
|
125
|
-
|
126
|
-
<h3 class="inherited">Constants included
|
127
|
-
from <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></h3>
|
128
|
-
<p class="inherited"><span class='object_link'><a href="Resource/SystemProperties.html#SYS_COERCIONS-constant" title="Contentful::Resource::SystemProperties::SYS_COERCIONS (constant)">Resource::SystemProperties::SYS_COERCIONS</a></span></p>
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
<h3 class="inherited">Constants included
|
133
|
-
from <span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span></h3>
|
134
|
-
<p class="inherited"><span class='object_link'><a href="Resource.html#COERCIONS-constant" title="Contentful::Resource::COERCIONS (constant)">Resource::COERCIONS</a></span></p>
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
<h2>Instance Attribute Summary</h2>
|
140
|
-
|
141
|
-
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></h3>
|
142
|
-
<p class="inherited"><span class='object_link'><a href="Resource/SystemProperties.html#sys-instance_method" title="Contentful::Resource::SystemProperties#sys (method)">#sys</a></span></p>
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span></h3>
|
147
|
-
<p class="inherited"><span class='object_link'><a href="Resource.html#client-instance_method" title="Contentful::Resource#client (method)">#client</a></span>, <span class='object_link'><a href="Resource.html#properties-instance_method" title="Contentful::Resource#properties (method)">#properties</a></span></p>
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
<h2>Method Summary</h2>
|
158
|
-
|
159
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></h3>
|
160
|
-
<p class="inherited"><span class='object_link'><a href="Resource/SystemProperties.html#included-class_method" title="Contentful::Resource::SystemProperties.included (method)">included</a></span>, <span class='object_link'><a href="Resource/SystemProperties.html#initialize-instance_method" title="Contentful::Resource::SystemProperties#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Resource/SystemProperties.html#inspect-instance_method" title="Contentful::Resource::SystemProperties#inspect (method)">#inspect</a></span></p>
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span></h3>
|
171
|
-
<p class="inherited"><span class='object_link'><a href="Resource.html#array%3F-instance_method" title="Contentful::Resource#array? (method)">#array?</a></span>, <span class='object_link'><a href="Resource.html#fields-instance_method" title="Contentful::Resource#fields (method)">#fields</a></span>, <span class='object_link'><a href="Resource.html#initialize-instance_method" title="Contentful::Resource#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Resource.html#inspect-instance_method" title="Contentful::Resource#inspect (method)">#inspect</a></span>, <span class='object_link'><a href="Resource.html#sys-instance_method" title="Contentful::Resource#sys (method)">#sys</a></span></p>
|
172
|
-
|
173
|
-
|
174
|
-
</div>
|
175
|
-
|
176
|
-
<div id="footer">
|
177
|
-
Generated on Tue Mar 11 09:25:53 2014 by
|
178
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
179
|
-
0.8.7.3 (ruby-1.9.3).
|
180
|
-
</div>
|
181
|
-
|
182
|
-
</body>
|
183
|
-
</html>
|
@@ -1,333 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Class: Contentful::DynamicEntry
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.7.3
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
hasFrames = window.top.frames.main ? true : false;
|
19
|
-
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
|
-
</script>
|
22
|
-
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
-
|
26
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
-
|
28
|
-
|
29
|
-
</head>
|
30
|
-
<body>
|
31
|
-
<div id="header">
|
32
|
-
<div id="menu">
|
33
|
-
|
34
|
-
<a href="../_index.html">Index (D)</a> »
|
35
|
-
<span class='title'><span class='object_link'><a href="../Contentful.html" title="Contentful (module)">Contentful</a></span></span>
|
36
|
-
»
|
37
|
-
<span class="title">DynamicEntry</span>
|
38
|
-
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<div id="search">
|
44
|
-
|
45
|
-
<a class="full_list_link" id="class_list_link"
|
46
|
-
href="../class_list.html">
|
47
|
-
Class List
|
48
|
-
</a>
|
49
|
-
|
50
|
-
<a class="full_list_link" id="method_list_link"
|
51
|
-
href="../method_list.html">
|
52
|
-
Method List
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
58
|
-
</a>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
<div class="clear"></div>
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: Contentful::DynamicEntry
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
73
|
-
|
74
|
-
<dt class="r1">Inherits:</dt>
|
75
|
-
<dd class="r1">
|
76
|
-
<span class="inheritName"><span class='object_link'><a href="Entry.html" title="Contentful::Entry (class)">Entry</a></span></span>
|
77
|
-
|
78
|
-
<ul class="fullTree">
|
79
|
-
<li>Object</li>
|
80
|
-
|
81
|
-
<li class="next"><span class='object_link'><a href="Entry.html" title="Contentful::Entry (class)">Entry</a></span></li>
|
82
|
-
|
83
|
-
<li class="next">Contentful::DynamicEntry</li>
|
84
|
-
|
85
|
-
</ul>
|
86
|
-
<a href="#" class="inheritanceTree">show all</a>
|
87
|
-
|
88
|
-
</dd>
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
<dt class="r2 last">Defined in:</dt>
|
99
|
-
<dd class="r2 last">lib/contentful/dynamic_entry.rb</dd>
|
100
|
-
|
101
|
-
</dl>
|
102
|
-
<div class="clear"></div>
|
103
|
-
|
104
|
-
|
105
|
-
<h2>Constant Summary</h2>
|
106
|
-
|
107
|
-
<dl class="constants">
|
108
|
-
|
109
|
-
<dt id="KNOWN_TYPES-constant" class="">KNOWN_TYPES =
|
110
|
-
|
111
|
-
</dt>
|
112
|
-
<dd><pre class="code"><span class='lbrace'>{</span>
|
113
|
-
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>String</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='symbol'>:string</span><span class='comma'>,</span>
|
114
|
-
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Integer</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='symbol'>:integer</span><span class='comma'>,</span>
|
115
|
-
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Boolean</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='symbol'>:boolean</span><span class='comma'>,</span>
|
116
|
-
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Date</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='symbol'>:date</span><span class='comma'>,</span>
|
117
|
-
<span class='rbrace'>}</span></pre></dd>
|
118
|
-
|
119
|
-
</dl>
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
<h3 class="inherited">Constants included
|
127
|
-
from <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></h3>
|
128
|
-
<p class="inherited"><span class='object_link'><a href="Resource/SystemProperties.html#SYS_COERCIONS-constant" title="Contentful::Resource::SystemProperties::SYS_COERCIONS (constant)">Resource::SystemProperties::SYS_COERCIONS</a></span></p>
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
<h3 class="inherited">Constants included
|
133
|
-
from <span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span></h3>
|
134
|
-
<p class="inherited"><span class='object_link'><a href="Resource.html#COERCIONS-constant" title="Contentful::Resource::COERCIONS (constant)">Resource::COERCIONS</a></span></p>
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
<h2>Instance Attribute Summary</h2>
|
140
|
-
|
141
|
-
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></h3>
|
142
|
-
<p class="inherited"><span class='object_link'><a href="Resource/SystemProperties.html#sys-instance_method" title="Contentful::Resource::SystemProperties#sys (method)">#sys</a></span></p>
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
<h3 class="inherited">Attributes included from <span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span></h3>
|
147
|
-
<p class="inherited"><span class='object_link'><a href="Resource.html#client-instance_method" title="Contentful::Resource#client (method)">#client</a></span>, <span class='object_link'><a href="Resource.html#properties-instance_method" title="Contentful::Resource#properties (method)">#properties</a></span></p>
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
<h2>
|
152
|
-
Class Method Summary
|
153
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
154
|
-
</h2>
|
155
|
-
|
156
|
-
<ul class="summary">
|
157
|
-
|
158
|
-
<li class="public ">
|
159
|
-
<span class="summary_signature">
|
160
|
-
|
161
|
-
<a href="#create-class_method" title="create (class method)">+ (Object) <strong>create</strong>(content_type) </a>
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
</span>
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
176
|
-
|
177
|
-
</li>
|
178
|
-
|
179
|
-
|
180
|
-
</ul>
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Resource/Fields.html" title="Contentful::Resource::Fields (module)">Resource::Fields</a></span></h3>
|
199
|
-
<p class="inherited"><span class='object_link'><a href="Resource/Fields.html#fields-instance_method" title="Contentful::Resource::Fields#fields (method)">#fields</a></span>, <span class='object_link'><a href="Resource/Fields.html#included-class_method" title="Contentful::Resource::Fields.included (method)">included</a></span>, <span class='object_link'><a href="Resource/Fields.html#initialize-instance_method" title="Contentful::Resource::Fields#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Resource/Fields.html#inspect-instance_method" title="Contentful::Resource::Fields#inspect (method)">#inspect</a></span></p>
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Resource/SystemProperties.html" title="Contentful::Resource::SystemProperties (module)">Resource::SystemProperties</a></span></h3>
|
210
|
-
<p class="inherited"><span class='object_link'><a href="Resource/SystemProperties.html#included-class_method" title="Contentful::Resource::SystemProperties.included (method)">included</a></span>, <span class='object_link'><a href="Resource/SystemProperties.html#initialize-instance_method" title="Contentful::Resource::SystemProperties#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Resource/SystemProperties.html#inspect-instance_method" title="Contentful::Resource::SystemProperties#inspect (method)">#inspect</a></span></p>
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
<h3 class="inherited">Methods included from <span class='object_link'><a href="Resource.html" title="Contentful::Resource (module)">Resource</a></span></h3>
|
221
|
-
<p class="inherited"><span class='object_link'><a href="Resource.html#array%3F-instance_method" title="Contentful::Resource#array? (method)">#array?</a></span>, <span class='object_link'><a href="Resource.html#fields-instance_method" title="Contentful::Resource#fields (method)">#fields</a></span>, <span class='object_link'><a href="Resource.html#initialize-instance_method" title="Contentful::Resource#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Resource.html#inspect-instance_method" title="Contentful::Resource#inspect (method)">#inspect</a></span>, <span class='object_link'><a href="Resource.html#sys-instance_method" title="Contentful::Resource#sys (method)">#sys</a></span></p>
|
222
|
-
|
223
|
-
|
224
|
-
<div id="class_method_details" class="method_details_list">
|
225
|
-
<h2>Class Method Details</h2>
|
226
|
-
|
227
|
-
|
228
|
-
<div class="method_details first">
|
229
|
-
<h3 class="signature first" id="create-class_method">
|
230
|
-
|
231
|
-
+ (<tt>Object</tt>) <strong>create</strong>(content_type)
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
</h3><table class="source_code">
|
238
|
-
<tr>
|
239
|
-
<td>
|
240
|
-
<pre class="lines">
|
241
|
-
|
242
|
-
|
243
|
-
13
|
244
|
-
14
|
245
|
-
15
|
246
|
-
16
|
247
|
-
17
|
248
|
-
18
|
249
|
-
19
|
250
|
-
20
|
251
|
-
21
|
252
|
-
22
|
253
|
-
23
|
254
|
-
24
|
255
|
-
25
|
256
|
-
26
|
257
|
-
27
|
258
|
-
28
|
259
|
-
29
|
260
|
-
30
|
261
|
-
31
|
262
|
-
32
|
263
|
-
33
|
264
|
-
34
|
265
|
-
35
|
266
|
-
36
|
267
|
-
37
|
268
|
-
38
|
269
|
-
39
|
270
|
-
40
|
271
|
-
41
|
272
|
-
42
|
273
|
-
43
|
274
|
-
44
|
275
|
-
45
|
276
|
-
46
|
277
|
-
47</pre>
|
278
|
-
</td>
|
279
|
-
<td>
|
280
|
-
<pre class="code"><span class="info file"># File 'lib/contentful/dynamic_entry.rb', line 13</span>
|
281
|
-
|
282
|
-
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='id identifier rubyid_content_type'>content_type</span><span class='rparen'>)</span>
|
283
|
-
<span class='kw'>unless</span> <span class='id identifier rubyid_content_type'>content_type</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span> <span class='const'>ContentType</span>
|
284
|
-
<span class='id identifier rubyid_content_type'>content_type</span> <span class='op'>=</span> <span class='const'>ContentType</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_content_type'>content_type</span><span class='rparen'>)</span>
|
285
|
-
<span class='kw'>end</span>
|
286
|
-
|
287
|
-
<span class='id identifier rubyid_fields_coercions'>fields_coercions</span> <span class='op'>=</span> <span class='const'>Hash</span><span class='lbracket'>[</span>
|
288
|
-
<span class='id identifier rubyid_content_type'>content_type</span><span class='period'>.</span><span class='id identifier rubyid_fields'>fields</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_field'>field</span><span class='op'>|</span>
|
289
|
-
<span class='lbracket'>[</span><span class='id identifier rubyid_field'>field</span><span class='period'>.</span><span class='id identifier rubyid_id'>id</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='comma'>,</span> <span class='const'>KNOWN_TYPES</span><span class='lbracket'>[</span><span class='id identifier rubyid_field'>field</span><span class='period'>.</span><span class='id identifier rubyid_type'>type</span><span class='rbracket'>]</span><span class='rbracket'>]</span>
|
290
|
-
<span class='rbrace'>}</span>
|
291
|
-
<span class='rbracket'>]</span>
|
292
|
-
|
293
|
-
<span class='const'>Class</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='const'>DynamicEntry</span> <span class='kw'>do</span>
|
294
|
-
<span class='id identifier rubyid_content_type'>content_type</span><span class='period'>.</span><span class='id identifier rubyid_fields'>fields</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span>
|
295
|
-
<span class='id identifier rubyid_define_method'>define_method</span> <span class='const'>Support</span><span class='period'>.</span><span class='id identifier rubyid_snakify'>snakify</span><span class='lparen'>(</span><span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_id'>id</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span> <span class='kw'>do</span>
|
296
|
-
<span class='id identifier rubyid_fields'>fields</span><span class='lbracket'>[</span><span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_id'>id</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rbracket'>]</span>
|
297
|
-
<span class='kw'>end</span>
|
298
|
-
<span class='rbrace'>}</span>
|
299
|
-
|
300
|
-
<span class='id identifier rubyid_define_singleton_method'>define_singleton_method</span> <span class='symbol'>:fields_coercions</span> <span class='kw'>do</span>
|
301
|
-
<span class='id identifier rubyid_fields_coercions'>fields_coercions</span>
|
302
|
-
<span class='kw'>end</span>
|
303
|
-
|
304
|
-
<span class='id identifier rubyid_define_singleton_method'>define_singleton_method</span> <span class='symbol'>:content_type</span> <span class='kw'>do</span>
|
305
|
-
<span class='id identifier rubyid_content_type'>content_type</span>
|
306
|
-
<span class='kw'>end</span>
|
307
|
-
|
308
|
-
<span class='id identifier rubyid_define_singleton_method'>define_singleton_method</span> <span class='symbol'>:to_s</span> <span class='kw'>do</span>
|
309
|
-
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Contentful::DynamicEntry[</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_content_type'>content_type</span><span class='period'>.</span><span class='id identifier rubyid_id'>id</span><span class='rbrace'>}</span><span class='tstring_content'>]</span><span class='tstring_end'>"</span></span>
|
310
|
-
<span class='kw'>end</span>
|
311
|
-
|
312
|
-
<span class='id identifier rubyid_define_singleton_method'>define_singleton_method</span> <span class='symbol'>:inspect</span> <span class='kw'>do</span>
|
313
|
-
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Contentful::DynamicEntry[</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_content_type'>content_type</span><span class='period'>.</span><span class='id identifier rubyid_id'>id</span><span class='rbrace'>}</span><span class='tstring_content'>]</span><span class='tstring_end'>"</span></span>
|
314
|
-
<span class='kw'>end</span>
|
315
|
-
<span class='kw'>end</span>
|
316
|
-
<span class='kw'>end</span></pre>
|
317
|
-
</td>
|
318
|
-
</tr>
|
319
|
-
</table>
|
320
|
-
</div>
|
321
|
-
|
322
|
-
</div>
|
323
|
-
|
324
|
-
</div>
|
325
|
-
|
326
|
-
<div id="footer">
|
327
|
-
Generated on Tue Mar 11 09:25:53 2014 by
|
328
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
329
|
-
0.8.7.3 (ruby-1.9.3).
|
330
|
-
</div>
|
331
|
-
|
332
|
-
</body>
|
333
|
-
</html>
|