contentful 2.1.3 → 2.2.0

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.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/Gemfile.lock +24 -26
  4. data/README.md +5 -0
  5. data/coverage/.last_run.json +1 -1
  6. data/coverage/.resultset.json +2399 -460
  7. data/coverage/assets/{0.10.1 → 0.10.2}/application.css +0 -0
  8. data/coverage/assets/{0.10.1 → 0.10.2}/application.js +0 -0
  9. data/coverage/assets/{0.10.1 → 0.10.2}/colorbox/border.png +0 -0
  10. data/coverage/assets/{0.10.1 → 0.10.2}/colorbox/controls.png +0 -0
  11. data/coverage/assets/{0.10.1 → 0.10.2}/colorbox/loading.gif +0 -0
  12. data/coverage/assets/{0.10.1 → 0.10.2}/colorbox/loading_background.png +0 -0
  13. data/coverage/assets/{0.10.1 → 0.10.2}/favicon_green.png +0 -0
  14. data/coverage/assets/{0.10.1 → 0.10.2}/favicon_red.png +0 -0
  15. data/coverage/assets/{0.10.1 → 0.10.2}/favicon_yellow.png +0 -0
  16. data/coverage/assets/{0.10.1 → 0.10.2}/loading.gif +0 -0
  17. data/coverage/assets/{0.10.1 → 0.10.2}/magnify.png +0 -0
  18. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  19. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  20. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  21. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  22. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  23. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  24. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  25. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  26. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-icons_222222_256x240.png +0 -0
  27. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  28. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-icons_454545_256x240.png +0 -0
  29. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-icons_888888_256x240.png +0 -0
  30. data/coverage/assets/{0.10.1 → 0.10.2}/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  31. data/coverage/index.html +17490 -3213
  32. data/doc/Contentful.html +3 -3
  33. data/doc/Contentful/AccessDenied.html +1 -1
  34. data/doc/Contentful/Array.html +1 -1
  35. data/doc/Contentful/ArrayCoercion.html +7 -7
  36. data/doc/Contentful/ArrayLike.html +1 -1
  37. data/doc/Contentful/Asset.html +1 -1
  38. data/doc/Contentful/BadGateway.html +159 -0
  39. data/doc/Contentful/BadRequest.html +1 -1
  40. data/doc/Contentful/BaseCoercion.html +1 -1
  41. data/doc/Contentful/BaseResource.html +2 -2
  42. data/doc/Contentful/BooleanCoercion.html +1 -1
  43. data/doc/Contentful/Client.html +20 -26
  44. data/doc/Contentful/ContentType.html +7 -1
  45. data/doc/Contentful/ContentTypeCache.html +1 -1
  46. data/doc/Contentful/DateCoercion.html +1 -1
  47. data/doc/Contentful/DeletedAsset.html +1 -1
  48. data/doc/Contentful/DeletedEntry.html +1 -1
  49. data/doc/Contentful/Entry.html +1 -1
  50. data/doc/Contentful/Error.html +16 -28
  51. data/doc/Contentful/Field.html +1 -1
  52. data/doc/Contentful/FieldsResource.html +1 -1
  53. data/doc/Contentful/File.html +8 -308
  54. data/doc/Contentful/FloatCoercion.html +1 -1
  55. data/doc/Contentful/IntegerCoercion.html +1 -1
  56. data/doc/Contentful/Link.html +1 -1
  57. data/doc/Contentful/LinkCoercion.html +1 -1
  58. data/doc/Contentful/Locale.html +1 -1
  59. data/doc/Contentful/Location.html +1 -1
  60. data/doc/Contentful/LocationCoercion.html +1 -1
  61. data/doc/Contentful/NotFound.html +1 -1
  62. data/doc/Contentful/ObjectCoercion.html +2 -2
  63. data/doc/Contentful/RateLimitExceeded.html +183 -2
  64. data/doc/Contentful/Request.html +1 -1
  65. data/doc/Contentful/ResourceBuilder.html +1 -1
  66. data/doc/Contentful/Response.html +72 -1
  67. data/doc/Contentful/ServerError.html +1 -1
  68. data/doc/Contentful/ServiceUnavailable.html +1 -1
  69. data/doc/Contentful/Space.html +1 -1
  70. data/doc/Contentful/StringCoercion.html +1 -1
  71. data/doc/Contentful/Support.html +49 -27
  72. data/doc/Contentful/SymbolCoercion.html +1 -1
  73. data/doc/Contentful/Sync.html +1 -1
  74. data/doc/Contentful/SyncPage.html +1 -1
  75. data/doc/Contentful/TextCoercion.html +1 -1
  76. data/doc/Contentful/Unauthorized.html +1 -1
  77. data/doc/Contentful/UnparsableJson.html +1 -1
  78. data/doc/Contentful/UnparsableResource.html +1 -1
  79. data/doc/_index.html +8 -1
  80. data/doc/class_list.html +1 -1
  81. data/doc/file.CHANGELOG.html +15 -1
  82. data/doc/file.LICENSE.html +1 -1
  83. data/doc/file.README.html +8 -1
  84. data/doc/index.html +8 -1
  85. data/doc/method_list.html +147 -155
  86. data/doc/top-level-namespace.html +1 -1
  87. data/lib/contentful/asset.rb +2 -2
  88. data/lib/contentful/base_resource.rb +3 -3
  89. data/lib/contentful/client.rb +3 -3
  90. data/lib/contentful/coercions.rb +1 -20
  91. data/lib/contentful/content_type.rb +2 -0
  92. data/lib/contentful/entry.rb +4 -2
  93. data/lib/contentful/error.rb +168 -29
  94. data/lib/contentful/fields_resource.rb +8 -5
  95. data/lib/contentful/file.rb +14 -6
  96. data/lib/contentful/response.rb +5 -4
  97. data/lib/contentful/support.rb +4 -1
  98. data/lib/contentful/version.rb +1 -1
  99. data/spec/asset_spec.rb +9 -0
  100. data/spec/content_type_spec.rb +10 -0
  101. data/spec/deleted_asset_spec.rb +10 -0
  102. data/spec/deleted_entry_spec.rb +10 -0
  103. data/spec/entry_spec.rb +11 -0
  104. data/spec/error_class_spec.rb +244 -3
  105. data/spec/field_spec.rb +21 -0
  106. data/spec/file_spec.rb +10 -0
  107. data/spec/fixtures/json_responses/400_details_errors_object.json +14 -0
  108. data/spec/fixtures/json_responses/400_details_errors_string.json +12 -0
  109. data/spec/fixtures/json_responses/400_details_string.json +8 -0
  110. data/spec/fixtures/json_responses/403_reasons.json +13 -0
  111. data/spec/fixtures/json_responses/404_id.json +11 -0
  112. data/spec/fixtures/json_responses/404_type.json +10 -0
  113. data/spec/fixtures/json_responses/default_400.json +7 -0
  114. data/spec/fixtures/json_responses/default_401.json +7 -0
  115. data/spec/fixtures/json_responses/default_403.json +7 -0
  116. data/spec/fixtures/json_responses/default_404.json +7 -0
  117. data/spec/fixtures/json_responses/default_429.json +7 -0
  118. data/spec/fixtures/json_responses/default_500.json +7 -0
  119. data/spec/fixtures/json_responses/default_502.json +7 -0
  120. data/spec/fixtures/json_responses/default_503.json +7 -0
  121. data/spec/fixtures/json_responses/other_error.json +9 -0
  122. data/spec/fixtures/json_responses/other_error_no_details.json +8 -0
  123. data/spec/fixtures/json_responses/other_error_no_message.json +8 -0
  124. data/spec/fixtures/json_responses/other_error_no_request_id.json +8 -0
  125. data/spec/fixtures/json_responses/other_error_nothing.json +6 -0
  126. data/spec/link_spec.rb +9 -0
  127. data/spec/support/json_responses.rb +4 -2
  128. metadata +66 -27
@@ -232,7 +232,7 @@
232
232
  </div>
233
233
 
234
234
  <div id="footer">
235
- Generated on Thu Aug 17 09:42:20 2017 by
235
+ Generated on Tue Oct 24 14:05:58 2017 by
236
236
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
237
237
  0.9.9 (ruby-2.4.1).
238
238
  </div>
@@ -208,7 +208,7 @@
208
208
  <li class="public ">
209
209
  <span class="summary_signature">
210
210
 
211
- <a href="#snakify-class_method" title="snakify (class method)">.<strong>snakify</strong>(object) &#x21d2; String </a>
211
+ <a href="#snakify-class_method" title="snakify (class method)">.<strong>snakify</strong>(object, skip = false) &#x21d2; String </a>
212
212
 
213
213
 
214
214
 
@@ -315,9 +315,6 @@
315
315
  <pre class="lines">
316
316
 
317
317
 
318
- 59
319
- 60
320
- 61
321
318
  62
322
319
  63
323
320
  64
@@ -329,10 +326,13 @@
329
326
  70
330
327
  71
331
328
  72
332
- 73</pre>
329
+ 73
330
+ 74
331
+ 75
332
+ 76</pre>
333
333
  </td>
334
334
  <td>
335
- <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 59</span>
335
+ <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 62</span>
336
336
 
337
337
  <span class='kw'>def</span> <span class='id identifier rubyid_includes_from_response'>includes_from_response</span><span class='lparen'>(</span><span class='id identifier rubyid_json'>json</span><span class='comma'>,</span> <span class='id identifier rubyid_raw'>raw</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
338
338
  <span class='id identifier rubyid_includes'>includes</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='id identifier rubyid_raw'>raw</span>
@@ -408,13 +408,13 @@
408
408
  <pre class="lines">
409
409
 
410
410
 
411
- 24
412
- 25
413
- 26
414
- 27</pre>
411
+ 27
412
+ 28
413
+ 29
414
+ 30</pre>
415
415
  </td>
416
416
  <td>
417
- <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 24</span>
417
+ <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 27</span>
418
418
 
419
419
  <span class='kw'>def</span> <span class='id identifier rubyid_link?'>link?</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
420
420
  <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Hash</span><span class='rparen'>)</span> <span class='op'>&amp;&amp;</span>
@@ -479,14 +479,14 @@
479
479
  <pre class="lines">
480
480
 
481
481
 
482
- 34
483
- 35
484
- 36
485
482
  37
486
- 38</pre>
483
+ 38
484
+ 39
485
+ 40
486
+ 41</pre>
487
487
  </td>
488
488
  <td>
489
- <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 34</span>
489
+ <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 37</span>
490
490
 
491
491
  <span class='kw'>def</span> <span class='id identifier rubyid_link_array?'>link_array?</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
492
492
  <span class='kw'>return</span> <span class='id identifier rubyid_link?'>link?</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Array</span><span class='rparen'>)</span> <span class='op'>&amp;&amp;</span> <span class='op'>!</span><span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
@@ -563,15 +563,15 @@
563
563
  <pre class="lines">
564
564
 
565
565
 
566
- 46
567
- 47
568
- 48
569
566
  49
570
567
  50
571
- 51</pre>
568
+ 51
569
+ 52
570
+ 53
571
+ 54</pre>
572
572
  </td>
573
573
  <td>
574
- <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 46</span>
574
+ <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 49</span>
575
575
 
576
576
  <span class='kw'>def</span> <span class='id identifier rubyid_resource_for_link'>resource_for_link</span><span class='lparen'>(</span><span class='id identifier rubyid_link'>link</span><span class='comma'>,</span> <span class='id identifier rubyid_includes'>includes</span><span class='rparen'>)</span>
577
577
  <span class='id identifier rubyid_includes'>includes</span><span class='period'>.</span><span class='id identifier rubyid_detect'>detect</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
@@ -587,7 +587,7 @@
587
587
  <div class="method_details ">
588
588
  <h3 class="signature " id="snakify-class_method">
589
589
 
590
- .<strong>snakify</strong>(object) &#x21d2; <tt>String</tt>
590
+ .<strong>snakify</strong>(object, skip = false) &#x21d2; <tt>String</tt>
591
591
 
592
592
 
593
593
 
@@ -617,6 +617,24 @@
617
617
  &mdash;
618
618
  <div class='inline'>
619
619
  <p>camelCaseName</p>
620
+ </div>
621
+
622
+ </li>
623
+
624
+ <li>
625
+
626
+ <span class='name'>skip</span>
627
+
628
+
629
+ <span class='type'>(<tt>Boolean</tt>)</span>
630
+
631
+
632
+ <em class="default">(defaults to: <tt>false</tt>)</em>
633
+
634
+
635
+ &mdash;
636
+ <div class='inline'>
637
+ <p>if true, skips returns original object</p>
620
638
  </div>
621
639
 
622
640
  </li>
@@ -648,19 +666,23 @@
648
666
  <pre class="lines">
649
667
 
650
668
 
651
- 10
652
669
  11
653
670
  12
654
671
  13
655
672
  14
656
673
  15
657
674
  16
658
- 17</pre>
675
+ 17
676
+ 18
677
+ 19
678
+ 20</pre>
659
679
  </td>
660
680
  <td>
661
- <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 10</span>
681
+ <pre class="code"><span class="info file"># File 'lib/contentful/support.rb', line 11</span>
682
+
683
+ <span class='kw'>def</span> <span class='id identifier rubyid_snakify'>snakify</span><span class='lparen'>(</span><span class='id identifier rubyid_object'>object</span><span class='comma'>,</span> <span class='id identifier rubyid_skip'>skip</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
684
+ <span class='kw'>return</span> <span class='id identifier rubyid_object'>object</span> <span class='kw'>if</span> <span class='id identifier rubyid_skip'>skip</span>
662
685
 
663
- <span class='kw'>def</span> <span class='id identifier rubyid_snakify'>snakify</span><span class='lparen'>(</span><span class='id identifier rubyid_object'>object</span><span class='rparen'>)</span>
664
686
  <span class='const'>String</span><span class='lparen'>(</span><span class='id identifier rubyid_object'>object</span><span class='rparen'>)</span>
665
687
  <span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>::</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
666
688
  <span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>([A-Z]+)([A-Z][a-z])</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>\1_\2</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
@@ -678,7 +700,7 @@
678
700
  </div>
679
701
 
680
702
  <div id="footer">
681
- Generated on Thu Aug 17 09:42:19 2017 by
703
+ Generated on Tue Oct 24 14:05:58 2017 by
682
704
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
683
705
  0.9.9 (ruby-2.4.1).
684
706
  </div>
@@ -159,7 +159,7 @@
159
159
  </div>
160
160
 
161
161
  <div id="footer">
162
- Generated on Thu Aug 17 09:42:20 2017 by
162
+ Generated on Tue Oct 24 14:05:58 2017 by
163
163
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
164
164
  0.9.9 (ruby-2.4.1).
165
165
  </div>
@@ -643,7 +643,7 @@
643
643
  </div>
644
644
 
645
645
  <div id="footer">
646
- Generated on Thu Aug 17 09:42:19 2017 by
646
+ Generated on Tue Oct 24 14:05:58 2017 by
647
647
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
648
648
  0.9.9 (ruby-2.4.1).
649
649
  </div>
@@ -797,7 +797,7 @@
797
797
  </div>
798
798
 
799
799
  <div id="footer">
800
- Generated on Thu Aug 17 09:42:20 2017 by
800
+ Generated on Tue Oct 24 14:05:59 2017 by
801
801
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
802
802
  0.9.9 (ruby-2.4.1).
803
803
  </div>
@@ -159,7 +159,7 @@
159
159
  </div>
160
160
 
161
161
  <div id="footer">
162
- Generated on Thu Aug 17 09:42:20 2017 by
162
+ Generated on Tue Oct 24 14:05:58 2017 by
163
163
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
164
164
  0.9.9 (ruby-2.4.1).
165
165
  </div>
@@ -149,7 +149,7 @@
149
149
  </div>
150
150
 
151
151
  <div id="footer">
152
- Generated on Thu Aug 17 09:42:19 2017 by
152
+ Generated on Tue Oct 24 14:05:58 2017 by
153
153
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
154
  0.9.9 (ruby-2.4.1).
155
155
  </div>
@@ -149,7 +149,7 @@
149
149
  </div>
150
150
 
151
151
  <div id="footer">
152
- Generated on Thu Aug 17 09:42:19 2017 by
152
+ Generated on Tue Oct 24 14:05:58 2017 by
153
153
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
154
  0.9.9 (ruby-2.4.1).
155
155
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Thu Aug 17 09:42:19 2017 by
128
+ Generated on Tue Oct 24 14:05:58 2017 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.9 (ruby-2.4.1).
131
131
  </div>
data/doc/_index.html CHANGED
@@ -129,6 +129,13 @@
129
129
  <li class="letter">B</li>
130
130
  <ul>
131
131
 
132
+ <li>
133
+ <span class='object_link'><a href="Contentful/BadGateway.html" title="Contentful::BadGateway (class)">BadGateway</a></span>
134
+
135
+ <small>(Contentful)</small>
136
+
137
+ </li>
138
+
132
139
  <li>
133
140
  <span class='object_link'><a href="Contentful/BadRequest.html" title="Contentful::BadRequest (class)">BadRequest</a></span>
134
141
 
@@ -525,7 +532,7 @@
525
532
  </div>
526
533
 
527
534
  <div id="footer">
528
- Generated on Thu Aug 17 09:42:17 2017 by
535
+ Generated on Tue Oct 24 14:05:56 2017 by
529
536
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
530
537
  0.9.9 (ruby-2.4.1).
531
538
  </div>
data/doc/class_list.html CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
- <li id='object_Contentful' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Contentful.html" title="Contentful (module)">Contentful</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Contentful::AccessDenied' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/AccessDenied.html" title="Contentful::AccessDenied (class)">AccessDenied</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Array' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Array.html" title="Contentful::Array (class)">Array</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ArrayCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ArrayCoercion.html" title="Contentful::ArrayCoercion (class)">ArrayCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ArrayLike' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ArrayLike.html" title="Contentful::ArrayLike (module)">ArrayLike</a></span><small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Asset' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Asset.html" title="Contentful::Asset (class)">Asset</a></span> &lt; FieldsResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BadRequest' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BadRequest.html" title="Contentful::BadRequest (class)">BadRequest</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BaseCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BaseCoercion.html" title="Contentful::BaseCoercion (class)">BaseCoercion</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BaseResource' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BaseResource.html" title="Contentful::BaseResource (class)">BaseResource</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BooleanCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BooleanCoercion.html" title="Contentful::BooleanCoercion (class)">BooleanCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Client' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Client.html" title="Contentful::Client (class)">Client</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ContentType' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ContentType.html" title="Contentful::ContentType (class)">ContentType</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ContentTypeCache' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ContentTypeCache.html" title="Contentful::ContentTypeCache (class)">ContentTypeCache</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::DateCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/DateCoercion.html" title="Contentful::DateCoercion (class)">DateCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::DeletedAsset' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/DeletedAsset.html" title="Contentful::DeletedAsset (class)">DeletedAsset</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::DeletedEntry' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/DeletedEntry.html" title="Contentful::DeletedEntry (class)">DeletedEntry</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Entry' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Entry.html" title="Contentful::Entry (class)">Entry</a></span> &lt; FieldsResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Error' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Error.html" title="Contentful::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Field' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Field.html" title="Contentful::Field (class)">Field</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::FieldsResource' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/FieldsResource.html" title="Contentful::FieldsResource (class)">FieldsResource</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::File' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/File.html" title="Contentful::File (class)">File</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::FloatCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/FloatCoercion.html" title="Contentful::FloatCoercion (class)">FloatCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::IntegerCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/IntegerCoercion.html" title="Contentful::IntegerCoercion (class)">IntegerCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Link' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Link.html" title="Contentful::Link (class)">Link</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::LinkCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/LinkCoercion.html" title="Contentful::LinkCoercion (class)">LinkCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Locale' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Locale.html" title="Contentful::Locale (class)">Locale</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Location' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Location.html" title="Contentful::Location (class)">Location</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::LocationCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/LocationCoercion.html" title="Contentful::LocationCoercion (class)">LocationCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::NotFound' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/NotFound.html" title="Contentful::NotFound (class)">NotFound</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ObjectCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ObjectCoercion.html" title="Contentful::ObjectCoercion (class)">ObjectCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::RateLimitExceeded' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/RateLimitExceeded.html" title="Contentful::RateLimitExceeded (class)">RateLimitExceeded</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Request' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Request.html" title="Contentful::Request (class)">Request</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ResourceBuilder' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ResourceBuilder.html" title="Contentful::ResourceBuilder (class)">ResourceBuilder</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Response' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Response.html" title="Contentful::Response (class)">Response</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ServerError' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ServerError.html" title="Contentful::ServerError (class)">ServerError</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ServiceUnavailable' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ServiceUnavailable.html" title="Contentful::ServiceUnavailable (class)">ServiceUnavailable</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Space' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Space.html" title="Contentful::Space (class)">Space</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::StringCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/StringCoercion.html" title="Contentful::StringCoercion (class)">StringCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Support' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Support.html" title="Contentful::Support (module)">Support</a></span><small class='search_info'>Contentful</small></div></li><li id='object_Contentful::SymbolCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/SymbolCoercion.html" title="Contentful::SymbolCoercion (class)">SymbolCoercion</a></span> &lt; StringCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Sync' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Sync.html" title="Contentful::Sync (class)">Sync</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::SyncPage' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/SyncPage.html" title="Contentful::SyncPage (class)">SyncPage</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::TextCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/TextCoercion.html" title="Contentful::TextCoercion (class)">TextCoercion</a></span> &lt; StringCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Unauthorized' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Unauthorized.html" title="Contentful::Unauthorized (class)">Unauthorized</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::UnparsableJson' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/UnparsableJson.html" title="Contentful::UnparsableJson (class)">UnparsableJson</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::UnparsableResource' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/UnparsableResource.html" title="Contentful::UnparsableResource (class)">UnparsableResource</a></span> &lt; StandardError<small class='search_info'>Contentful</small></div></li></ul></li>
46
+ <li id='object_Contentful' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Contentful.html" title="Contentful (module)">Contentful</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Contentful::AccessDenied' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/AccessDenied.html" title="Contentful::AccessDenied (class)">AccessDenied</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Array' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Array.html" title="Contentful::Array (class)">Array</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ArrayCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ArrayCoercion.html" title="Contentful::ArrayCoercion (class)">ArrayCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ArrayLike' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ArrayLike.html" title="Contentful::ArrayLike (module)">ArrayLike</a></span><small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Asset' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Asset.html" title="Contentful::Asset (class)">Asset</a></span> &lt; FieldsResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BadGateway' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BadGateway.html" title="Contentful::BadGateway (class)">BadGateway</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BadRequest' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BadRequest.html" title="Contentful::BadRequest (class)">BadRequest</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BaseCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BaseCoercion.html" title="Contentful::BaseCoercion (class)">BaseCoercion</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BaseResource' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BaseResource.html" title="Contentful::BaseResource (class)">BaseResource</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::BooleanCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/BooleanCoercion.html" title="Contentful::BooleanCoercion (class)">BooleanCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Client' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Client.html" title="Contentful::Client (class)">Client</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ContentType' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ContentType.html" title="Contentful::ContentType (class)">ContentType</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ContentTypeCache' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ContentTypeCache.html" title="Contentful::ContentTypeCache (class)">ContentTypeCache</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::DateCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/DateCoercion.html" title="Contentful::DateCoercion (class)">DateCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::DeletedAsset' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/DeletedAsset.html" title="Contentful::DeletedAsset (class)">DeletedAsset</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::DeletedEntry' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/DeletedEntry.html" title="Contentful::DeletedEntry (class)">DeletedEntry</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Entry' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Entry.html" title="Contentful::Entry (class)">Entry</a></span> &lt; FieldsResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Error' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Error.html" title="Contentful::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Field' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Field.html" title="Contentful::Field (class)">Field</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::FieldsResource' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/FieldsResource.html" title="Contentful::FieldsResource (class)">FieldsResource</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::File' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/File.html" title="Contentful::File (class)">File</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::FloatCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/FloatCoercion.html" title="Contentful::FloatCoercion (class)">FloatCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::IntegerCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/IntegerCoercion.html" title="Contentful::IntegerCoercion (class)">IntegerCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Link' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Link.html" title="Contentful::Link (class)">Link</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::LinkCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/LinkCoercion.html" title="Contentful::LinkCoercion (class)">LinkCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Locale' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Locale.html" title="Contentful::Locale (class)">Locale</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Location' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Location.html" title="Contentful::Location (class)">Location</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::LocationCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/LocationCoercion.html" title="Contentful::LocationCoercion (class)">LocationCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::NotFound' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/NotFound.html" title="Contentful::NotFound (class)">NotFound</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ObjectCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ObjectCoercion.html" title="Contentful::ObjectCoercion (class)">ObjectCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::RateLimitExceeded' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/RateLimitExceeded.html" title="Contentful::RateLimitExceeded (class)">RateLimitExceeded</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Request' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Request.html" title="Contentful::Request (class)">Request</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ResourceBuilder' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ResourceBuilder.html" title="Contentful::ResourceBuilder (class)">ResourceBuilder</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Response' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Response.html" title="Contentful::Response (class)">Response</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ServerError' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ServerError.html" title="Contentful::ServerError (class)">ServerError</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::ServiceUnavailable' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/ServiceUnavailable.html" title="Contentful::ServiceUnavailable (class)">ServiceUnavailable</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Space' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Space.html" title="Contentful::Space (class)">Space</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::StringCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/StringCoercion.html" title="Contentful::StringCoercion (class)">StringCoercion</a></span> &lt; BaseCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Support' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Support.html" title="Contentful::Support (module)">Support</a></span><small class='search_info'>Contentful</small></div></li><li id='object_Contentful::SymbolCoercion' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/SymbolCoercion.html" title="Contentful::SymbolCoercion (class)">SymbolCoercion</a></span> &lt; StringCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Sync' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Sync.html" title="Contentful::Sync (class)">Sync</a></span> &lt; Object<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::SyncPage' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/SyncPage.html" title="Contentful::SyncPage (class)">SyncPage</a></span> &lt; BaseResource<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::TextCoercion' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/TextCoercion.html" title="Contentful::TextCoercion (class)">TextCoercion</a></span> &lt; StringCoercion<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::Unauthorized' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/Unauthorized.html" title="Contentful::Unauthorized (class)">Unauthorized</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::UnparsableJson' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/UnparsableJson.html" title="Contentful::UnparsableJson (class)">UnparsableJson</a></span> &lt; Error<small class='search_info'>Contentful</small></div></li><li id='object_Contentful::UnparsableResource' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Contentful/UnparsableResource.html" title="Contentful::UnparsableResource (class)">UnparsableResource</a></span> &lt; StandardError<small class='search_info'>Contentful</small></div></li></ul></li>
47
47
 
48
48
  </ul>
49
49
  </div>
@@ -62,6 +62,20 @@
62
62
 
63
63
  <h2 id="label-Unreleased">Unreleased</h2>
64
64
 
65
+ <h3 id="label-Added">Added</h3>
66
+ <ul><li>
67
+ <p>Added <code>:use_camel_case</code> option to client. <a
68
+ href="https://github.com/contentful/contentful.rb/issues/142">#142</a></p>
69
+ </li></ul>
70
+
71
+ <h3 id="label-Fixed">Fixed</h3>
72
+ <ul><li>
73
+ <p>Fixed JSON field coercion when field contains other valid JSON elements
74
+ other than objects at the top level.</p>
75
+ </li></ul>
76
+
77
+ <h2 id="label-2.1.3">2.1.3</h2>
78
+
65
79
  <h3 id="label-Fixed">Fixed</h3>
66
80
  <ul><li>
67
81
  <p>Fixed Marshalling for custom resources in Arrays. <a
@@ -516,7 +530,7 @@ based on ContentTypes</p>
516
530
  </div></div>
517
531
 
518
532
  <div id="footer">
519
- Generated on Thu Aug 17 09:42:18 2017 by
533
+ Generated on Tue Oct 24 14:05:58 2017 by
520
534
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
521
535
  0.9.9 (ruby-2.4.1).
522
536
  </div>
@@ -60,7 +60,7 @@
60
60
  <div id="content"><div id='filecontents'>The MIT License (MIT)<br/><br/>Copyright (c) 2014 Contentful GmbH - Jan Lelis<br/>Copyright (c) 2016 Contentful GmbH - David Litvak<br/><br/>Permission is hereby granted, free of charge, to any person obtaining a copy<br/>of this software and associated documentation files (the &quot;Software&quot;), to deal<br/>in the Software without restriction, including without limitation the rights<br/>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br/>copies of the Software, and to permit persons to whom the Software is<br/>furnished to do so, subject to the following conditions:<br/><br/>The above copyright notice and this permission notice shall be included in<br/>all copies or substantial portions of the Software.<br/><br/>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br/>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br/>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br/>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br/>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br/>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br/>THE SOFTWARE.</div></div>
61
61
 
62
62
  <div id="footer">
63
- Generated on Thu Aug 17 09:42:18 2017 by
63
+ Generated on Tue Oct 24 14:05:58 2017 by
64
64
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
65
65
  0.9.9 (ruby-2.4.1).
66
66
  </div>
data/doc/file.README.html CHANGED
@@ -360,6 +360,13 @@ lower this value (around 5 has proven to be a good compromise - but keep it
360
360
  higher or equal than your maximum API-level include parameter if you need
361
361
  the entire tree resolution).</p>
362
362
 
363
+ <h3 id="label-3Ause_camel_case">:use_camel_case</h3>
364
+
365
+ <p>When doing the v2 upgrade, all keys and accessors were changed to always
366
+ use <code>snake_case</code>. This option introduces the ability to use
367
+ <code>camelCase</code> for keys and method accessors. This is very useful
368
+ for isomorphic applications.</p>
369
+
363
370
  <h3 id="label-Proxy+example">Proxy example</h3>
364
371
 
365
372
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_client'>client</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Contentful.html" title="Contentful (module)">Contentful</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Contentful/Client.html" title="Contentful::Client (class)">Client</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Contentful/Client.html#initialize-instance_method" title="Contentful::Client#initialize (method)">new</a></span></span><span class='lparen'>(</span>
@@ -553,7 +560,7 @@ GmbH - David Litvak.</p>
553
560
  </div></div>
554
561
 
555
562
  <div id="footer">
556
- Generated on Thu Aug 17 09:42:18 2017 by
563
+ Generated on Tue Oct 24 14:05:57 2017 by
557
564
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
558
565
  0.9.9 (ruby-2.4.1).
559
566
  </div>
data/doc/index.html CHANGED
@@ -360,6 +360,13 @@ lower this value (around 5 has proven to be a good compromise - but keep it
360
360
  higher or equal than your maximum API-level include parameter if you need
361
361
  the entire tree resolution).</p>
362
362
 
363
+ <h3 id="label-3Ause_camel_case">:use_camel_case</h3>
364
+
365
+ <p>When doing the v2 upgrade, all keys and accessors were changed to always
366
+ use <code>snake_case</code>. This option introduces the ability to use
367
+ <code>camelCase</code> for keys and method accessors. This is very useful
368
+ for isomorphic applications.</p>
369
+
363
370
  <h3 id="label-Proxy+example">Proxy example</h3>
364
371
 
365
372
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_client'>client</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Contentful.html" title="Contentful (module)">Contentful</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Contentful/Client.html" title="Contentful::Client (class)">Client</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Contentful/Client.html#initialize-instance_method" title="Contentful::Client#initialize (method)">new</a></span></span><span class='lparen'>(</span>
@@ -553,7 +560,7 @@ GmbH - David Litvak.</p>
553
560
  </div></div>
554
561
 
555
562
  <div id="footer">
556
- Generated on Thu Aug 17 09:42:18 2017 by
563
+ Generated on Tue Oct 24 14:05:57 2017 by
557
564
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
558
565
  0.9.9 (ruby-2.4.1).
559
566
  </div>
data/doc/method_list.html CHANGED
@@ -54,16 +54,16 @@
54
54
 
55
55
  <li class="even ">
56
56
  <div class="item">
57
- <span class='object_link'><a href="Contentful/ArrayLike.html#[]-instance_method" title="Contentful::ArrayLike#[] (method)">#[]</a></span>
58
- <small>Contentful::ArrayLike</small>
57
+ <span class='object_link'><a href="Contentful/Error.html#[]-class_method" title="Contentful::Error.[] (method)">[]</a></span>
58
+ <small>Contentful::Error</small>
59
59
  </div>
60
60
  </li>
61
61
 
62
62
 
63
63
  <li class="odd ">
64
64
  <div class="item">
65
- <span class='object_link'><a href="Contentful/Error.html#[]-class_method" title="Contentful::Error.[] (method)">[]</a></span>
66
- <small>Contentful::Error</small>
65
+ <span class='object_link'><a href="Contentful/ArrayLike.html#[]-instance_method" title="Contentful::ArrayLike#[] (method)">#[]</a></span>
66
+ <small>Contentful::ArrayLike</small>
67
67
  </div>
68
68
  </li>
69
69
 
@@ -150,80 +150,80 @@
150
150
 
151
151
  <li class="even ">
152
152
  <div class="item">
153
- <span class='object_link'><a href="Contentful/ArrayCoercion.html#coerce-instance_method" title="Contentful::ArrayCoercion#coerce (method)">#coerce</a></span>
154
- <small>Contentful::ArrayCoercion</small>
153
+ <span class='object_link'><a href="Contentful/Field.html#coerce-instance_method" title="Contentful::Field#coerce (method)">#coerce</a></span>
154
+ <small>Contentful::Field</small>
155
155
  </div>
156
156
  </li>
157
157
 
158
158
 
159
159
  <li class="odd ">
160
160
  <div class="item">
161
- <span class='object_link'><a href="Contentful/FloatCoercion.html#coerce-instance_method" title="Contentful::FloatCoercion#coerce (method)">#coerce</a></span>
162
- <small>Contentful::FloatCoercion</small>
161
+ <span class='object_link'><a href="Contentful/BaseCoercion.html#coerce-instance_method" title="Contentful::BaseCoercion#coerce (method)">#coerce</a></span>
162
+ <small>Contentful::BaseCoercion</small>
163
163
  </div>
164
164
  </li>
165
165
 
166
166
 
167
167
  <li class="even ">
168
168
  <div class="item">
169
- <span class='object_link'><a href="Contentful/Field.html#coerce-instance_method" title="Contentful::Field#coerce (method)">#coerce</a></span>
170
- <small>Contentful::Field</small>
169
+ <span class='object_link'><a href="Contentful/StringCoercion.html#coerce-instance_method" title="Contentful::StringCoercion#coerce (method)">#coerce</a></span>
170
+ <small>Contentful::StringCoercion</small>
171
171
  </div>
172
172
  </li>
173
173
 
174
174
 
175
175
  <li class="odd ">
176
176
  <div class="item">
177
- <span class='object_link'><a href="Contentful/BooleanCoercion.html#coerce-instance_method" title="Contentful::BooleanCoercion#coerce (method)">#coerce</a></span>
178
- <small>Contentful::BooleanCoercion</small>
177
+ <span class='object_link'><a href="Contentful/IntegerCoercion.html#coerce-instance_method" title="Contentful::IntegerCoercion#coerce (method)">#coerce</a></span>
178
+ <small>Contentful::IntegerCoercion</small>
179
179
  </div>
180
180
  </li>
181
181
 
182
182
 
183
183
  <li class="even ">
184
184
  <div class="item">
185
- <span class='object_link'><a href="Contentful/DateCoercion.html#coerce-instance_method" title="Contentful::DateCoercion#coerce (method)">#coerce</a></span>
186
- <small>Contentful::DateCoercion</small>
185
+ <span class='object_link'><a href="Contentful/FloatCoercion.html#coerce-instance_method" title="Contentful::FloatCoercion#coerce (method)">#coerce</a></span>
186
+ <small>Contentful::FloatCoercion</small>
187
187
  </div>
188
188
  </li>
189
189
 
190
190
 
191
191
  <li class="odd ">
192
192
  <div class="item">
193
- <span class='object_link'><a href="Contentful/LocationCoercion.html#coerce-instance_method" title="Contentful::LocationCoercion#coerce (method)">#coerce</a></span>
194
- <small>Contentful::LocationCoercion</small>
193
+ <span class='object_link'><a href="Contentful/BooleanCoercion.html#coerce-instance_method" title="Contentful::BooleanCoercion#coerce (method)">#coerce</a></span>
194
+ <small>Contentful::BooleanCoercion</small>
195
195
  </div>
196
196
  </li>
197
197
 
198
198
 
199
199
  <li class="even ">
200
200
  <div class="item">
201
- <span class='object_link'><a href="Contentful/ObjectCoercion.html#coerce-instance_method" title="Contentful::ObjectCoercion#coerce (method)">#coerce</a></span>
202
- <small>Contentful::ObjectCoercion</small>
201
+ <span class='object_link'><a href="Contentful/ArrayCoercion.html#coerce-instance_method" title="Contentful::ArrayCoercion#coerce (method)">#coerce</a></span>
202
+ <small>Contentful::ArrayCoercion</small>
203
203
  </div>
204
204
  </li>
205
205
 
206
206
 
207
207
  <li class="odd ">
208
208
  <div class="item">
209
- <span class='object_link'><a href="Contentful/BaseCoercion.html#coerce-instance_method" title="Contentful::BaseCoercion#coerce (method)">#coerce</a></span>
210
- <small>Contentful::BaseCoercion</small>
209
+ <span class='object_link'><a href="Contentful/ObjectCoercion.html#coerce-instance_method" title="Contentful::ObjectCoercion#coerce (method)">#coerce</a></span>
210
+ <small>Contentful::ObjectCoercion</small>
211
211
  </div>
212
212
  </li>
213
213
 
214
214
 
215
215
  <li class="even ">
216
216
  <div class="item">
217
- <span class='object_link'><a href="Contentful/StringCoercion.html#coerce-instance_method" title="Contentful::StringCoercion#coerce (method)">#coerce</a></span>
218
- <small>Contentful::StringCoercion</small>
217
+ <span class='object_link'><a href="Contentful/LocationCoercion.html#coerce-instance_method" title="Contentful::LocationCoercion#coerce (method)">#coerce</a></span>
218
+ <small>Contentful::LocationCoercion</small>
219
219
  </div>
220
220
  </li>
221
221
 
222
222
 
223
223
  <li class="odd ">
224
224
  <div class="item">
225
- <span class='object_link'><a href="Contentful/IntegerCoercion.html#coerce-instance_method" title="Contentful::IntegerCoercion#coerce (method)">#coerce</a></span>
226
- <small>Contentful::IntegerCoercion</small>
225
+ <span class='object_link'><a href="Contentful/DateCoercion.html#coerce-instance_method" title="Contentful::DateCoercion#coerce (method)">#coerce</a></span>
226
+ <small>Contentful::DateCoercion</small>
227
227
  </div>
228
228
  </li>
229
229
 
@@ -245,14 +245,6 @@
245
245
 
246
246
 
247
247
  <li class="even ">
248
- <div class="item">
249
- <span class='object_link'><a href="Contentful/File.html#content_type-instance_method" title="Contentful::File#content_type (method)">#content_type</a></span>
250
- <small>Contentful::File</small>
251
- </div>
252
- </li>
253
-
254
-
255
- <li class="odd ">
256
248
  <div class="item">
257
249
  <span class='object_link'><a href="Contentful/Client.html#content_type-instance_method" title="Contentful::Client#content_type (method)">#content_type</a></span>
258
250
  <small>Contentful::Client</small>
@@ -260,7 +252,7 @@
260
252
  </li>
261
253
 
262
254
 
263
- <li class="even ">
255
+ <li class="odd ">
264
256
  <div class="item">
265
257
  <span class='object_link'><a href="Contentful/Client.html#content_types-instance_method" title="Contentful::Client#content_types (method)">#content_types</a></span>
266
258
  <small>Contentful::Client</small>
@@ -268,7 +260,7 @@
268
260
  </li>
269
261
 
270
262
 
271
- <li class="odd ">
263
+ <li class="even ">
272
264
  <div class="item">
273
265
  <span class='object_link'><a href="Contentful/Request.html#copy-instance_method" title="Contentful::Request#copy (method)">#copy</a></span>
274
266
  <small>Contentful::Request</small>
@@ -276,7 +268,7 @@
276
268
  </li>
277
269
 
278
270
 
279
- <li class="even ">
271
+ <li class="odd ">
280
272
  <div class="item">
281
273
  <span class='object_link'><a href="Contentful/Locale.html#default-instance_method" title="Contentful::Locale#default (method)">#default</a></span>
282
274
  <small>Contentful::Locale</small>
@@ -284,7 +276,7 @@
284
276
  </li>
285
277
 
286
278
 
287
- <li class="odd ">
279
+ <li class="even ">
288
280
  <div class="item">
289
281
  <span class='object_link'><a href="Contentful/BaseResource.html#default_locale-instance_method" title="Contentful::BaseResource#default_locale (method)">#default_locale</a></span>
290
282
  <small>Contentful::BaseResource</small>
@@ -292,7 +284,7 @@
292
284
  </li>
293
285
 
294
286
 
295
- <li class="even ">
287
+ <li class="odd ">
296
288
  <div class="item">
297
289
  <span class='object_link'><a href="Contentful/ResourceBuilder.html#default_locale-instance_method" title="Contentful::ResourceBuilder#default_locale (method)">#default_locale</a></span>
298
290
  <small>Contentful::ResourceBuilder</small>
@@ -300,7 +292,7 @@
300
292
  </li>
301
293
 
302
294
 
303
- <li class="odd ">
295
+ <li class="even ">
304
296
  <div class="item">
305
297
  <span class='object_link'><a href="Contentful/ResourceBuilder.html#depth-instance_method" title="Contentful::ResourceBuilder#depth (method)">#depth</a></span>
306
298
  <small>Contentful::ResourceBuilder</small>
@@ -308,7 +300,7 @@
308
300
  </li>
309
301
 
310
302
 
311
- <li class="even ">
303
+ <li class="odd ">
312
304
  <div class="item">
313
305
  <span class='object_link'><a href="Contentful/ContentType.html#description-instance_method" title="Contentful::ContentType#description (method)">#description</a></span>
314
306
  <small>Contentful::ContentType</small>
@@ -316,14 +308,6 @@
316
308
  </li>
317
309
 
318
310
 
319
- <li class="odd ">
320
- <div class="item">
321
- <span class='object_link'><a href="Contentful/File.html#details-instance_method" title="Contentful::File#details (method)">#details</a></span>
322
- <small>Contentful::File</small>
323
- </div>
324
- </li>
325
-
326
-
327
311
  <li class="even ">
328
312
  <div class="item">
329
313
  <span class='object_link'><a href="Contentful/ContentType.html#display_field-instance_method" title="Contentful::ContentType#display_field (method)">#display_field</a></span>
@@ -334,16 +318,16 @@
334
318
 
335
319
  <li class="odd ">
336
320
  <div class="item">
337
- <span class='object_link'><a href="Contentful/ArrayLike.html#each_item-instance_method" title="Contentful::ArrayLike#each_item (method)">#each_item</a></span>
338
- <small>Contentful::ArrayLike</small>
321
+ <span class='object_link'><a href="Contentful/Sync.html#each_item-instance_method" title="Contentful::Sync#each_item (method)">#each_item</a></span>
322
+ <small>Contentful::Sync</small>
339
323
  </div>
340
324
  </li>
341
325
 
342
326
 
343
327
  <li class="even ">
344
328
  <div class="item">
345
- <span class='object_link'><a href="Contentful/Sync.html#each_item-instance_method" title="Contentful::Sync#each_item (method)">#each_item</a></span>
346
- <small>Contentful::Sync</small>
329
+ <span class='object_link'><a href="Contentful/ArrayLike.html#each_item-instance_method" title="Contentful::ArrayLike#each_item (method)">#each_item</a></span>
330
+ <small>Contentful::ArrayLike</small>
347
331
  </div>
348
332
  </li>
349
333
 
@@ -462,23 +446,23 @@
462
446
 
463
447
  <li class="odd ">
464
448
  <div class="item">
465
- <span class='object_link'><a href="Contentful/File.html#file_name-instance_method" title="Contentful::File#file_name (method)">#file_name</a></span>
466
- <small>Contentful::File</small>
449
+ <span class='object_link'><a href="Contentful/Sync.html#first_page-instance_method" title="Contentful::Sync#first_page (method)">#first_page</a></span>
450
+ <small>Contentful::Sync</small>
467
451
  </div>
468
452
  </li>
469
453
 
470
454
 
471
455
  <li class="even ">
472
456
  <div class="item">
473
- <span class='object_link'><a href="Contentful/Sync.html#first_page-instance_method" title="Contentful::Sync#first_page (method)">#first_page</a></span>
474
- <small>Contentful::Sync</small>
457
+ <span class='object_link'><a href="Contentful/Request.html#get-instance_method" title="Contentful::Request#get (method)">#get</a></span>
458
+ <small>Contentful::Request</small>
475
459
  </div>
476
460
  </li>
477
461
 
478
462
 
479
463
  <li class="odd ">
480
464
  <div class="item">
481
- <span class='object_link'><a href="Contentful/Request.html#get-instance_method" title="Contentful::Request#get (method)">#get</a></span>
465
+ <span class='object_link'><a href="Contentful/Request.html#id-instance_method" title="Contentful::Request#id (method)">#id</a></span>
482
466
  <small>Contentful::Request</small>
483
467
  </div>
484
468
  </li>
@@ -494,120 +478,120 @@
494
478
 
495
479
  <li class="odd ">
496
480
  <div class="item">
497
- <span class='object_link'><a href="Contentful/Request.html#id-instance_method" title="Contentful::Request#id (method)">#id</a></span>
498
- <small>Contentful::Request</small>
481
+ <span class='object_link'><a href="Contentful/Asset.html#image_url-instance_method" title="Contentful::Asset#image_url (method)">#image_url</a></span>
482
+ <small>Contentful::Asset</small>
499
483
  </div>
500
484
  </li>
501
485
 
502
486
 
503
487
  <li class="even ">
504
488
  <div class="item">
505
- <span class='object_link'><a href="Contentful/Asset.html#image_url-instance_method" title="Contentful::Asset#image_url (method)">#image_url</a></span>
506
- <small>Contentful::Asset</small>
489
+ <span class='object_link'><a href="Contentful/Support.html#includes_from_response-class_method" title="Contentful::Support.includes_from_response (method)">includes_from_response</a></span>
490
+ <small>Contentful::Support</small>
507
491
  </div>
508
492
  </li>
509
493
 
510
494
 
511
495
  <li class="odd ">
512
496
  <div class="item">
513
- <span class='object_link'><a href="Contentful/Support.html#includes_from_response-class_method" title="Contentful::Support.includes_from_response (method)">includes_from_response</a></span>
514
- <small>Contentful::Support</small>
497
+ <span class='object_link'><a href="Contentful/Request.html#initialize-instance_method" title="Contentful::Request#initialize (method)">#initialize</a></span>
498
+ <small>Contentful::Request</small>
515
499
  </div>
516
500
  </li>
517
501
 
518
502
 
519
503
  <li class="even ">
520
504
  <div class="item">
521
- <span class='object_link'><a href="Contentful/Locale.html#initialize-instance_method" title="Contentful::Locale#initialize (method)">#initialize</a></span>
522
- <small>Contentful::Locale</small>
505
+ <span class='object_link'><a href="Contentful/ResourceBuilder.html#initialize-instance_method" title="Contentful::ResourceBuilder#initialize (method)">#initialize</a></span>
506
+ <small>Contentful::ResourceBuilder</small>
523
507
  </div>
524
508
  </li>
525
509
 
526
510
 
527
511
  <li class="odd ">
528
512
  <div class="item">
529
- <span class='object_link'><a href="Contentful/Request.html#initialize-instance_method" title="Contentful::Request#initialize (method)">#initialize</a></span>
530
- <small>Contentful::Request</small>
513
+ <span class='object_link'><a href="Contentful/Locale.html#initialize-instance_method" title="Contentful::Locale#initialize (method)">#initialize</a></span>
514
+ <small>Contentful::Locale</small>
531
515
  </div>
532
516
  </li>
533
517
 
534
518
 
535
519
  <li class="even ">
536
520
  <div class="item">
537
- <span class='object_link'><a href="Contentful/Client.html#initialize-instance_method" title="Contentful::Client#initialize (method)">#initialize</a></span>
538
- <small>Contentful::Client</small>
521
+ <span class='object_link'><a href="Contentful/Sync.html#initialize-instance_method" title="Contentful::Sync#initialize (method)">#initialize</a></span>
522
+ <small>Contentful::Sync</small>
539
523
  </div>
540
524
  </li>
541
525
 
542
526
 
543
527
  <li class="odd ">
544
528
  <div class="item">
545
- <span class='object_link'><a href="Contentful/Location.html#initialize-instance_method" title="Contentful::Location#initialize (method)">#initialize</a></span>
546
- <small>Contentful::Location</small>
529
+ <span class='object_link'><a href="Contentful/SyncPage.html#initialize-instance_method" title="Contentful::SyncPage#initialize (method)">#initialize</a></span>
530
+ <small>Contentful::SyncPage</small>
547
531
  </div>
548
532
  </li>
549
533
 
550
534
 
551
535
  <li class="even ">
552
536
  <div class="item">
553
- <span class='object_link'><a href="Contentful/Response.html#initialize-instance_method" title="Contentful::Response#initialize (method)">#initialize</a></span>
554
- <small>Contentful::Response</small>
537
+ <span class='object_link'><a href="Contentful/Location.html#initialize-instance_method" title="Contentful::Location#initialize (method)">#initialize</a></span>
538
+ <small>Contentful::Location</small>
555
539
  </div>
556
540
  </li>
557
541
 
558
542
 
559
543
  <li class="odd ">
560
544
  <div class="item">
561
- <span class='object_link'><a href="Contentful/BaseCoercion.html#initialize-instance_method" title="Contentful::BaseCoercion#initialize (method)">#initialize</a></span>
562
- <small>Contentful::BaseCoercion</small>
545
+ <span class='object_link'><a href="Contentful/Array.html#initialize-instance_method" title="Contentful::Array#initialize (method)">#initialize</a></span>
546
+ <small>Contentful::Array</small>
563
547
  </div>
564
548
  </li>
565
549
 
566
550
 
567
551
  <li class="even ">
568
552
  <div class="item">
569
- <span class='object_link'><a href="Contentful/Space.html#initialize-instance_method" title="Contentful::Space#initialize (method)">#initialize</a></span>
570
- <small>Contentful::Space</small>
553
+ <span class='object_link'><a href="Contentful/Asset.html#initialize-instance_method" title="Contentful::Asset#initialize (method)">#initialize</a></span>
554
+ <small>Contentful::Asset</small>
571
555
  </div>
572
556
  </li>
573
557
 
574
558
 
575
559
  <li class="odd ">
576
560
  <div class="item">
577
- <span class='object_link'><a href="Contentful/Field.html#initialize-instance_method" title="Contentful::Field#initialize (method)">#initialize</a></span>
578
- <small>Contentful::Field</small>
561
+ <span class='object_link'><a href="Contentful/FieldsResource.html#initialize-instance_method" title="Contentful::FieldsResource#initialize (method)">#initialize</a></span>
562
+ <small>Contentful::FieldsResource</small>
579
563
  </div>
580
564
  </li>
581
565
 
582
566
 
583
567
  <li class="even ">
584
568
  <div class="item">
585
- <span class='object_link'><a href="Contentful/SyncPage.html#initialize-instance_method" title="Contentful::SyncPage#initialize (method)">#initialize</a></span>
586
- <small>Contentful::SyncPage</small>
569
+ <span class='object_link'><a href="Contentful/Response.html#initialize-instance_method" title="Contentful::Response#initialize (method)">#initialize</a></span>
570
+ <small>Contentful::Response</small>
587
571
  </div>
588
572
  </li>
589
573
 
590
574
 
591
575
  <li class="odd ">
592
576
  <div class="item">
593
- <span class='object_link'><a href="Contentful/Error.html#initialize-instance_method" title="Contentful::Error#initialize (method)">#initialize</a></span>
594
- <small>Contentful::Error</small>
577
+ <span class='object_link'><a href="Contentful/File.html#initialize-instance_method" title="Contentful::File#initialize (method)">#initialize</a></span>
578
+ <small>Contentful::File</small>
595
579
  </div>
596
580
  </li>
597
581
 
598
582
 
599
583
  <li class="even ">
600
584
  <div class="item">
601
- <span class='object_link'><a href="Contentful/ContentType.html#initialize-instance_method" title="Contentful::ContentType#initialize (method)">#initialize</a></span>
602
- <small>Contentful::ContentType</small>
585
+ <span class='object_link'><a href="Contentful/BaseCoercion.html#initialize-instance_method" title="Contentful::BaseCoercion#initialize (method)">#initialize</a></span>
586
+ <small>Contentful::BaseCoercion</small>
603
587
  </div>
604
588
  </li>
605
589
 
606
590
 
607
591
  <li class="odd ">
608
592
  <div class="item">
609
- <span class='object_link'><a href="Contentful/Asset.html#initialize-instance_method" title="Contentful::Asset#initialize (method)">#initialize</a></span>
610
- <small>Contentful::Asset</small>
593
+ <span class='object_link'><a href="Contentful/Client.html#initialize-instance_method" title="Contentful::Client#initialize (method)">#initialize</a></span>
594
+ <small>Contentful::Client</small>
611
595
  </div>
612
596
  </li>
613
597
 
@@ -622,40 +606,40 @@
622
606
 
623
607
  <li class="odd ">
624
608
  <div class="item">
625
- <span class='object_link'><a href="Contentful/Array.html#initialize-instance_method" title="Contentful::Array#initialize (method)">#initialize</a></span>
626
- <small>Contentful::Array</small>
609
+ <span class='object_link'><a href="Contentful/Space.html#initialize-instance_method" title="Contentful::Space#initialize (method)">#initialize</a></span>
610
+ <small>Contentful::Space</small>
627
611
  </div>
628
612
  </li>
629
613
 
630
614
 
631
615
  <li class="even ">
632
616
  <div class="item">
633
- <span class='object_link'><a href="Contentful/FieldsResource.html#initialize-instance_method" title="Contentful::FieldsResource#initialize (method)">#initialize</a></span>
634
- <small>Contentful::FieldsResource</small>
617
+ <span class='object_link'><a href="Contentful/Error.html#initialize-instance_method" title="Contentful::Error#initialize (method)">#initialize</a></span>
618
+ <small>Contentful::Error</small>
635
619
  </div>
636
620
  </li>
637
621
 
638
622
 
639
623
  <li class="odd ">
640
624
  <div class="item">
641
- <span class='object_link'><a href="Contentful/Sync.html#initialize-instance_method" title="Contentful::Sync#initialize (method)">#initialize</a></span>
642
- <small>Contentful::Sync</small>
625
+ <span class='object_link'><a href="Contentful/Field.html#initialize-instance_method" title="Contentful::Field#initialize (method)">#initialize</a></span>
626
+ <small>Contentful::Field</small>
643
627
  </div>
644
628
  </li>
645
629
 
646
630
 
647
631
  <li class="even ">
648
632
  <div class="item">
649
- <span class='object_link'><a href="Contentful/ResourceBuilder.html#initialize-instance_method" title="Contentful::ResourceBuilder#initialize (method)">#initialize</a></span>
650
- <small>Contentful::ResourceBuilder</small>
633
+ <span class='object_link'><a href="Contentful/ContentType.html#initialize-instance_method" title="Contentful::ContentType#initialize (method)">#initialize</a></span>
634
+ <small>Contentful::ContentType</small>
651
635
  </div>
652
636
  </li>
653
637
 
654
638
 
655
639
  <li class="odd ">
656
640
  <div class="item">
657
- <span class='object_link'><a href="Contentful/File.html#initialize-instance_method" title="Contentful::File#initialize (method)">#initialize</a></span>
658
- <small>Contentful::File</small>
641
+ <span class='object_link'><a href="Contentful/SyncPage.html#items-instance_method" title="Contentful::SyncPage#items (method)">#items</a></span>
642
+ <small>Contentful::SyncPage</small>
659
643
  </div>
660
644
  </li>
661
645
 
@@ -677,14 +661,6 @@
677
661
 
678
662
 
679
663
  <li class="even ">
680
- <div class="item">
681
- <span class='object_link'><a href="Contentful/SyncPage.html#items-instance_method" title="Contentful::SyncPage#items (method)">#items</a></span>
682
- <small>Contentful::SyncPage</small>
683
- </div>
684
- </li>
685
-
686
-
687
- <li class="odd ">
688
664
  <div class="item">
689
665
  <span class='object_link'><a href="Contentful/ResourceBuilder.html#json-instance_method" title="Contentful::ResourceBuilder#json (method)">#json</a></span>
690
666
  <small>Contentful::ResourceBuilder</small>
@@ -692,7 +668,7 @@
692
668
  </li>
693
669
 
694
670
 
695
- <li class="even ">
671
+ <li class="odd ">
696
672
  <div class="item">
697
673
  <span class='object_link'><a href="Contentful/ArrayLike.html#last-instance_method" title="Contentful::ArrayLike#last (method)">#last</a></span>
698
674
  <small>Contentful::ArrayLike</small>
@@ -700,7 +676,7 @@
700
676
  </li>
701
677
 
702
678
 
703
- <li class="odd ">
679
+ <li class="even ">
704
680
  <div class="item">
705
681
  <span class='object_link'><a href="Contentful/SyncPage.html#last_page%3F-instance_method" title="Contentful::SyncPage#last_page? (method)">#last_page?</a></span>
706
682
  <small>Contentful::SyncPage</small>
@@ -708,7 +684,7 @@
708
684
  </li>
709
685
 
710
686
 
711
- <li class="even ">
687
+ <li class="odd ">
712
688
  <div class="item">
713
689
  <span class='object_link'><a href="Contentful/Location.html#lat-instance_method" title="Contentful::Location#lat (method)">#lat</a></span>
714
690
  <small>Contentful::Location</small>
@@ -716,7 +692,7 @@
716
692
  </li>
717
693
 
718
694
 
719
- <li class="odd ">
695
+ <li class="even ">
720
696
  <div class="item">
721
697
  <span class='object_link'><a href="Contentful/Array.html#limit-instance_method" title="Contentful::Array#limit (method)">#limit</a></span>
722
698
  <small>Contentful::Array</small>
@@ -724,7 +700,7 @@
724
700
  </li>
725
701
 
726
702
 
727
- <li class="even ">
703
+ <li class="odd ">
728
704
  <div class="item">
729
705
  <span class='object_link'><a href="Contentful/Support.html#link%3F-class_method" title="Contentful::Support.link? (method)">link?</a></span>
730
706
  <small>Contentful::Support</small>
@@ -732,7 +708,7 @@
732
708
  </li>
733
709
 
734
710
 
735
- <li class="odd ">
711
+ <li class="even ">
736
712
  <div class="item">
737
713
  <span class='object_link'><a href="Contentful/Support.html#link_array%3F-class_method" title="Contentful::Support.link_array? (method)">link_array?</a></span>
738
714
  <small>Contentful::Support</small>
@@ -740,7 +716,7 @@
740
716
  </li>
741
717
 
742
718
 
743
- <li class="even ">
719
+ <li class="odd ">
744
720
  <div class="item">
745
721
  <span class='object_link'><a href="Contentful/Field.html#link_type-instance_method" title="Contentful::Field#link_type (method)">#link_type</a></span>
746
722
  <small>Contentful::Field</small>
@@ -748,15 +724,15 @@
748
724
  </li>
749
725
 
750
726
 
751
- <li class="odd ">
727
+ <li class="even ">
752
728
  <div class="item">
753
- <span class='object_link'><a href="Contentful/FieldsResource.html#locales-instance_method" title="Contentful::FieldsResource#locales (method)">#locales</a></span>
754
- <small>Contentful::FieldsResource</small>
729
+ <span class='object_link'><a href="Contentful/Response.html#load_json-instance_method" title="Contentful::Response#load_json (method)">#load_json</a></span>
730
+ <small>Contentful::Response</small>
755
731
  </div>
756
732
  </li>
757
733
 
758
734
 
759
- <li class="even ">
735
+ <li class="odd ">
760
736
  <div class="item">
761
737
  <span class='object_link'><a href="Contentful/Space.html#locales-instance_method" title="Contentful::Space#locales (method)">#locales</a></span>
762
738
  <small>Contentful::Space</small>
@@ -764,15 +740,15 @@
764
740
  </li>
765
741
 
766
742
 
767
- <li class="odd ">
743
+ <li class="even ">
768
744
  <div class="item">
769
- <span class='object_link'><a href="Contentful/Field.html#localized-instance_method" title="Contentful::Field#localized (method)">#localized</a></span>
770
- <small>Contentful::Field</small>
745
+ <span class='object_link'><a href="Contentful/FieldsResource.html#locales-instance_method" title="Contentful::FieldsResource#locales (method)">#locales</a></span>
746
+ <small>Contentful::FieldsResource</small>
771
747
  </div>
772
748
  </li>
773
749
 
774
750
 
775
- <li class="even ">
751
+ <li class="odd ">
776
752
  <div class="item">
777
753
  <span class='object_link'><a href="Contentful/ResourceBuilder.html#localized-instance_method" title="Contentful::ResourceBuilder#localized (method)">#localized</a></span>
778
754
  <small>Contentful::ResourceBuilder</small>
@@ -780,7 +756,7 @@
780
756
  </li>
781
757
 
782
758
 
783
- <li class="odd ">
759
+ <li class="even ">
784
760
  <div class="item">
785
761
  <span class='object_link'><a href="Contentful/FieldsResource.html#localized-instance_method" title="Contentful::FieldsResource#localized (method)">#localized</a></span>
786
762
  <small>Contentful::FieldsResource</small>
@@ -788,6 +764,14 @@
788
764
  </li>
789
765
 
790
766
 
767
+ <li class="odd ">
768
+ <div class="item">
769
+ <span class='object_link'><a href="Contentful/Field.html#localized-instance_method" title="Contentful::Field#localized (method)">#localized</a></span>
770
+ <small>Contentful::Field</small>
771
+ </div>
772
+ </li>
773
+
774
+
791
775
  <li class="even ">
792
776
  <div class="item">
793
777
  <span class='object_link'><a href="Contentful/Client.html#logger-instance_method" title="Contentful::Client#logger (method)">#logger</a></span>
@@ -806,48 +790,48 @@
806
790
 
807
791
  <li class="even ">
808
792
  <div class="item">
809
- <span class='object_link'><a href="Contentful/ContentType.html#name-instance_method" title="Contentful::ContentType#name (method)">#name</a></span>
810
- <small>Contentful::ContentType</small>
793
+ <span class='object_link'><a href="Contentful/Space.html#name-instance_method" title="Contentful::Space#name (method)">#name</a></span>
794
+ <small>Contentful::Space</small>
811
795
  </div>
812
796
  </li>
813
797
 
814
798
 
815
799
  <li class="odd ">
816
800
  <div class="item">
817
- <span class='object_link'><a href="Contentful/Field.html#name-instance_method" title="Contentful::Field#name (method)">#name</a></span>
818
- <small>Contentful::Field</small>
801
+ <span class='object_link'><a href="Contentful/Locale.html#name-instance_method" title="Contentful::Locale#name (method)">#name</a></span>
802
+ <small>Contentful::Locale</small>
819
803
  </div>
820
804
  </li>
821
805
 
822
806
 
823
807
  <li class="even ">
824
808
  <div class="item">
825
- <span class='object_link'><a href="Contentful/Locale.html#name-instance_method" title="Contentful::Locale#name (method)">#name</a></span>
826
- <small>Contentful::Locale</small>
809
+ <span class='object_link'><a href="Contentful/Field.html#name-instance_method" title="Contentful::Field#name (method)">#name</a></span>
810
+ <small>Contentful::Field</small>
827
811
  </div>
828
812
  </li>
829
813
 
830
814
 
831
815
  <li class="odd ">
832
816
  <div class="item">
833
- <span class='object_link'><a href="Contentful/Space.html#name-instance_method" title="Contentful::Space#name (method)">#name</a></span>
834
- <small>Contentful::Space</small>
817
+ <span class='object_link'><a href="Contentful/ContentType.html#name-instance_method" title="Contentful::ContentType#name (method)">#name</a></span>
818
+ <small>Contentful::ContentType</small>
835
819
  </div>
836
820
  </li>
837
821
 
838
822
 
839
823
  <li class="even ">
840
824
  <div class="item">
841
- <span class='object_link'><a href="Contentful/SyncPage.html#next_page-instance_method" title="Contentful::SyncPage#next_page (method)">#next_page</a></span>
842
- <small>Contentful::SyncPage</small>
825
+ <span class='object_link'><a href="Contentful/Array.html#next_page-instance_method" title="Contentful::Array#next_page (method)">#next_page</a></span>
826
+ <small>Contentful::Array</small>
843
827
  </div>
844
828
  </li>
845
829
 
846
830
 
847
831
  <li class="odd ">
848
832
  <div class="item">
849
- <span class='object_link'><a href="Contentful/Array.html#next_page-instance_method" title="Contentful::Array#next_page (method)">#next_page</a></span>
850
- <small>Contentful::Array</small>
833
+ <span class='object_link'><a href="Contentful/SyncPage.html#next_page-instance_method" title="Contentful::SyncPage#next_page (method)">#next_page</a></span>
834
+ <small>Contentful::SyncPage</small>
851
835
  </div>
852
836
  </li>
853
837
 
@@ -870,16 +854,16 @@
870
854
 
871
855
  <li class="even ">
872
856
  <div class="item">
873
- <span class='object_link'><a href="Contentful/SyncPage.html#next_sync_url-instance_method" title="Contentful::SyncPage#next_sync_url (method)">#next_sync_url</a></span>
874
- <small>Contentful::SyncPage</small>
857
+ <span class='object_link'><a href="Contentful/Sync.html#next_sync_url-instance_method" title="Contentful::Sync#next_sync_url (method)">#next_sync_url</a></span>
858
+ <small>Contentful::Sync</small>
875
859
  </div>
876
860
  </li>
877
861
 
878
862
 
879
863
  <li class="odd ">
880
864
  <div class="item">
881
- <span class='object_link'><a href="Contentful/Sync.html#next_sync_url-instance_method" title="Contentful::Sync#next_sync_url (method)">#next_sync_url</a></span>
882
- <small>Contentful::Sync</small>
865
+ <span class='object_link'><a href="Contentful/SyncPage.html#next_sync_url-instance_method" title="Contentful::SyncPage#next_sync_url (method)">#next_sync_url</a></span>
866
+ <small>Contentful::SyncPage</small>
883
867
  </div>
884
868
  </li>
885
869
 
@@ -918,24 +902,24 @@
918
902
 
919
903
  <li class="even ">
920
904
  <div class="item">
921
- <span class='object_link'><a href="Contentful/Field.html#raw-instance_method" title="Contentful::Field#raw (method)">#raw</a></span>
922
- <small>Contentful::Field</small>
905
+ <span class='object_link'><a href="Contentful/BaseResource.html#raw-instance_method" title="Contentful::BaseResource#raw (method)">#raw</a></span>
906
+ <small>Contentful::BaseResource</small>
923
907
  </div>
924
908
  </li>
925
909
 
926
910
 
927
911
  <li class="odd ">
928
912
  <div class="item">
929
- <span class='object_link'><a href="Contentful/Response.html#raw-instance_method" title="Contentful::Response#raw (method)">#raw</a></span>
930
- <small>Contentful::Response</small>
913
+ <span class='object_link'><a href="Contentful/Field.html#raw-instance_method" title="Contentful::Field#raw (method)">#raw</a></span>
914
+ <small>Contentful::Field</small>
931
915
  </div>
932
916
  </li>
933
917
 
934
918
 
935
919
  <li class="even ">
936
920
  <div class="item">
937
- <span class='object_link'><a href="Contentful/BaseResource.html#raw-instance_method" title="Contentful::BaseResource#raw (method)">#raw</a></span>
938
- <small>Contentful::BaseResource</small>
921
+ <span class='object_link'><a href="Contentful/Response.html#raw-instance_method" title="Contentful::Response#raw (method)">#raw</a></span>
922
+ <small>Contentful::Response</small>
939
923
  </div>
940
924
  </li>
941
925
 
@@ -964,6 +948,22 @@
964
948
  </li>
965
949
 
966
950
 
951
+ <li class="even ">
952
+ <div class="item">
953
+ <span class='object_link'><a href="Contentful/RateLimitExceeded.html#reset_time-instance_method" title="Contentful::RateLimitExceeded#reset_time (method)">#reset_time</a></span>
954
+ <small>Contentful::RateLimitExceeded</small>
955
+ </div>
956
+ </li>
957
+
958
+
959
+ <li class="odd ">
960
+ <div class="item">
961
+ <span class='object_link'><a href="Contentful/RateLimitExceeded.html#reset_time%3F-instance_method" title="Contentful::RateLimitExceeded#reset_time? (method)">#reset_time?</a></span>
962
+ <small>Contentful::RateLimitExceeded</small>
963
+ </div>
964
+ </li>
965
+
966
+
967
967
  <li class="even ">
968
968
  <div class="item">
969
969
  <span class='object_link'><a href="Contentful/Link.html#resolve-instance_method" title="Contentful::Link#resolve (method)">#resolve</a></span>
@@ -1054,16 +1054,16 @@
1054
1054
 
1055
1055
  <li class="odd ">
1056
1056
  <div class="item">
1057
- <span class='object_link'><a href="Contentful/Client.html#sync-instance_method" title="Contentful::Client#sync (method)">#sync</a></span>
1058
- <small>Contentful::Client</small>
1057
+ <span class='object_link'><a href="Contentful/SyncPage.html#sync-instance_method" title="Contentful::SyncPage#sync (method)">#sync</a></span>
1058
+ <small>Contentful::SyncPage</small>
1059
1059
  </div>
1060
1060
  </li>
1061
1061
 
1062
1062
 
1063
1063
  <li class="even ">
1064
1064
  <div class="item">
1065
- <span class='object_link'><a href="Contentful/SyncPage.html#sync-instance_method" title="Contentful::SyncPage#sync (method)">#sync</a></span>
1066
- <small>Contentful::SyncPage</small>
1065
+ <span class='object_link'><a href="Contentful/Client.html#sync-instance_method" title="Contentful::Client#sync (method)">#sync</a></span>
1066
+ <small>Contentful::Client</small>
1067
1067
  </div>
1068
1068
  </li>
1069
1069
 
@@ -1101,14 +1101,6 @@
1101
1101
 
1102
1102
 
1103
1103
  <li class="odd ">
1104
- <div class="item">
1105
- <span class='object_link'><a href="Contentful/File.html#url-instance_method" title="Contentful::File#url (method)">#url</a></span>
1106
- <small>Contentful::File</small>
1107
- </div>
1108
- </li>
1109
-
1110
-
1111
- <li class="even ">
1112
1104
  <div class="item">
1113
1105
  <span class='object_link'><a href="Contentful/Request.html#url-instance_method" title="Contentful::Request#url (method)">#url</a></span>
1114
1106
  <small>Contentful::Request</small>
@@ -1116,7 +1108,7 @@
1116
1108
  </li>
1117
1109
 
1118
1110
 
1119
- <li class="odd ">
1111
+ <li class="even ">
1120
1112
  <div class="item">
1121
1113
  <span class='object_link'><a href="Contentful/BaseCoercion.html#value-instance_method" title="Contentful::BaseCoercion#value (method)">#value</a></span>
1122
1114
  <small>Contentful::BaseCoercion</small>