helium-ruby 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -173,7 +173,7 @@
173
173
 
174
174
 
175
175
  <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Resource.html" title="Helium::Resource (class)">Resource</a></span></h3>
176
- <p class="inherited"><span class='object_link'><a href="Resource.html#id-instance_method" title="Helium::Resource#id (method)">#id</a></span></p>
176
+ <p class="inherited"><span class='object_link'><a href="Resource.html#id-instance_method" title="Helium::Resource#id (method)">#id</a></span>, <span class='object_link'><a href="Resource.html#type-instance_method" title="Helium::Resource#type (method)">#type</a></span></p>
177
177
 
178
178
 
179
179
 
@@ -442,7 +442,7 @@
442
442
  </div>
443
443
 
444
444
  <div id="footer">
445
- Generated on Wed Aug 24 13:22:51 2016 by
445
+ Generated on Tue Aug 30 08:16:47 2016 by
446
446
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
447
447
  0.9.3 (ruby-2.3.1).
448
448
  </div>
@@ -173,7 +173,7 @@
173
173
  </div>
174
174
 
175
175
  <div id="footer">
176
- Generated on Wed Aug 24 13:22:50 2016 by
176
+ Generated on Tue Aug 30 08:16:47 2016 by
177
177
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
178
178
  0.9.3 (ruby-2.3.1).
179
179
  </div>
@@ -307,7 +307,7 @@
307
307
  </div>
308
308
 
309
309
  <div id="footer">
310
- Generated on Wed Aug 24 13:22:50 2016 by
310
+ Generated on Tue Aug 30 08:16:47 2016 by
311
311
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
312
312
  0.9.3 (ruby-2.3.1).
313
313
  </div>
@@ -68,6 +68,14 @@
68
68
 
69
69
  <p>A Ruby gem for building applications with the Helium API. <a href="https://www.helium.com/">Helium</a> is an integrated platform of smart sensors, communication, edge and cloud compute that enables numerous sensing applications. For more information about the underlying REST API, check out <a href="https://docs.helium.com/">the Helium docs</a>.</p>
70
70
 
71
+ <h2>Helium Documentation and Community Support</h2>
72
+
73
+ <ul>
74
+ <li><p><strong>helium-ruby docs</strong> - Documentation for the gem&#39;s source can be found <a href="https://helium.github.io/helium-ruby/">here</a>: </p></li>
75
+ <li><p><strong>Helium Docs</strong> Complete documenation for all parts of Helium can be found at <a href="https://docs/helium.com">docs.helium.com</a>. </p></li>
76
+ <li><p><strong>chat.helium.com</strong> - If you have questions or ideas about how to use this code - or any part of Helium - head over the <a href="https://chat.helium.com">chat.helium.com</a>. We&#39;re standing by to help. </p></li>
77
+ </ul>
78
+
71
79
  <h2>Installation</h2>
72
80
 
73
81
  <p>Add this line to your application&#39;s Gemfile:</p>
@@ -313,10 +321,6 @@
313
321
  <span class='comment'># =&gt; &quot;{\&quot;id\&quot;:\&quot;08bab58b-d095-4c7c-912c-1f8024d91d95\&quot;,\&quot;created_at\&quot;:\&quot;2015-08-06T17:28:11+00:00\&quot;,\&quot;updated_at\&quot;:\&quot;2016-05-30T22:36:50+00:00\&quot;,\&quot;name\&quot;:\&quot;Marc&#39;s Isotope\&quot;,\&quot;mac\&quot;:\&quot;6081f9fffe00019b\&quot;,\&quot;ports\&quot;:[\&quot;b\&quot;,\&quot;t\&quot;]}&quot;
314
322
  </span></code></pre>
315
323
 
316
- <h2>Source Documentation</h2>
317
-
318
- <p>Documentation for the gem&#39;s source can be found here: <a href="https://helium.github.io/helium-ruby/">https://helium.github.io/helium-ruby/</a></p>
319
-
320
324
  <h2>Development</h2>
321
325
 
322
326
  <p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p>
@@ -329,19 +333,6 @@
329
333
 
330
334
  <p>Until the v1.0.0 release, the functionality of this gem is subject to change. To prevent breaking changes, you should use the pessimistic version constraint operator (<code>~&gt;</code>) in your Gemfile to lock your helium-ruby version to the current minor release. This will allow updates to patch versions.</p>
331
335
 
332
- <h2>Contributing</h2>
333
-
334
- <p>We value contributions from the community and will do everything we can go get them reviewed in a timely fashion. If you have code to send our way or a bug to report:</p>
335
-
336
- <ul>
337
- <li><p>Contributing Code: If you have new code or a bug fix, fork this repo, create a logically-named branch, and submit a PR against this repo. Include a write up of the PR with details on what it does.</p></li>
338
- <li><p>Reporting Bugs: Open an issue against this repo with as much detail as you can. At the very least you&#39;ll include steps to reproduce the problem.</p></li>
339
- </ul>
340
-
341
- <p>This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="http://contributor-covenant.org">Contributor Covenant</a> Code of Conduct.</p>
342
-
343
- <p>Above all, thank you for taking the time to be a part of the Helium community.</p>
344
-
345
336
  <h3>Running specs with Guard</h3>
346
337
 
347
338
  <p>To receive system notifications of test status, install <code>terminal-notifier</code>:</p>
@@ -355,14 +346,10 @@
355
346
  </code></pre>
356
347
 
357
348
  <p>When you modify any of the files in <code>lib/</code>, all specs will run. When you modify a spec file, just that file will be run. You can press <code>Enter</code> at the guard prompt to run all tests as well.</p>
358
-
359
- <h2>License</h2>
360
-
361
- <p>The gem is available as open source under the terms of the <a href="https://github.com/helium/helium-ruby/blob/master/LICENSE.txt">BSD License</a>.</p>
362
349
  </div></div>
363
350
 
364
351
  <div id="footer">
365
- Generated on Wed Aug 24 13:22:50 2016 by
352
+ Generated on Tue Aug 30 08:16:47 2016 by
366
353
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
367
354
  0.9.3 (ruby-2.3.1).
368
355
  </div>
@@ -68,6 +68,14 @@
68
68
 
69
69
  <p>A Ruby gem for building applications with the Helium API. <a href="https://www.helium.com/">Helium</a> is an integrated platform of smart sensors, communication, edge and cloud compute that enables numerous sensing applications. For more information about the underlying REST API, check out <a href="https://docs.helium.com/">the Helium docs</a>.</p>
70
70
 
71
+ <h2>Helium Documentation and Community Support</h2>
72
+
73
+ <ul>
74
+ <li><p><strong>helium-ruby docs</strong> - Documentation for the gem&#39;s source can be found <a href="https://helium.github.io/helium-ruby/">here</a>: </p></li>
75
+ <li><p><strong>Helium Docs</strong> Complete documenation for all parts of Helium can be found at <a href="https://docs/helium.com">docs.helium.com</a>. </p></li>
76
+ <li><p><strong>chat.helium.com</strong> - If you have questions or ideas about how to use this code - or any part of Helium - head over the <a href="https://chat.helium.com">chat.helium.com</a>. We&#39;re standing by to help. </p></li>
77
+ </ul>
78
+
71
79
  <h2>Installation</h2>
72
80
 
73
81
  <p>Add this line to your application&#39;s Gemfile:</p>
@@ -313,10 +321,6 @@
313
321
  <span class='comment'># =&gt; &quot;{\&quot;id\&quot;:\&quot;08bab58b-d095-4c7c-912c-1f8024d91d95\&quot;,\&quot;created_at\&quot;:\&quot;2015-08-06T17:28:11+00:00\&quot;,\&quot;updated_at\&quot;:\&quot;2016-05-30T22:36:50+00:00\&quot;,\&quot;name\&quot;:\&quot;Marc&#39;s Isotope\&quot;,\&quot;mac\&quot;:\&quot;6081f9fffe00019b\&quot;,\&quot;ports\&quot;:[\&quot;b\&quot;,\&quot;t\&quot;]}&quot;
314
322
  </span></code></pre>
315
323
 
316
- <h2>Source Documentation</h2>
317
-
318
- <p>Documentation for the gem&#39;s source can be found here: <a href="https://helium.github.io/helium-ruby/">https://helium.github.io/helium-ruby/</a></p>
319
-
320
324
  <h2>Development</h2>
321
325
 
322
326
  <p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p>
@@ -329,19 +333,6 @@
329
333
 
330
334
  <p>Until the v1.0.0 release, the functionality of this gem is subject to change. To prevent breaking changes, you should use the pessimistic version constraint operator (<code>~&gt;</code>) in your Gemfile to lock your helium-ruby version to the current minor release. This will allow updates to patch versions.</p>
331
335
 
332
- <h2>Contributing</h2>
333
-
334
- <p>We value contributions from the community and will do everything we can go get them reviewed in a timely fashion. If you have code to send our way or a bug to report:</p>
335
-
336
- <ul>
337
- <li><p>Contributing Code: If you have new code or a bug fix, fork this repo, create a logically-named branch, and submit a PR against this repo. Include a write up of the PR with details on what it does.</p></li>
338
- <li><p>Reporting Bugs: Open an issue against this repo with as much detail as you can. At the very least you&#39;ll include steps to reproduce the problem.</p></li>
339
- </ul>
340
-
341
- <p>This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="http://contributor-covenant.org">Contributor Covenant</a> Code of Conduct.</p>
342
-
343
- <p>Above all, thank you for taking the time to be a part of the Helium community.</p>
344
-
345
336
  <h3>Running specs with Guard</h3>
346
337
 
347
338
  <p>To receive system notifications of test status, install <code>terminal-notifier</code>:</p>
@@ -355,14 +346,10 @@
355
346
  </code></pre>
356
347
 
357
348
  <p>When you modify any of the files in <code>lib/</code>, all specs will run. When you modify a spec file, just that file will be run. You can press <code>Enter</code> at the guard prompt to run all tests as well.</p>
358
-
359
- <h2>License</h2>
360
-
361
- <p>The gem is available as open source under the terms of the <a href="https://github.com/helium/helium-ruby/blob/master/LICENSE.txt">BSD License</a>.</p>
362
349
  </div></div>
363
350
 
364
351
  <div id="footer">
365
- Generated on Wed Aug 24 13:22:50 2016 by
352
+ Generated on Tue Aug 30 08:16:47 2016 by
366
353
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
367
354
  0.9.3 (ruby-2.3.1).
368
355
  </div>
@@ -86,56 +86,56 @@
86
86
 
87
87
  <li class="even ">
88
88
  <div class="item">
89
- <span class='object_link'><a href="Helium/Organization.html#as_json-instance_method" title="Helium::Organization#as_json (method)">#as_json</a></span>
90
- <small>Helium::Organization</small>
89
+ <span class='object_link'><a href="Helium/Element.html#as_json-instance_method" title="Helium::Element#as_json (method)">#as_json</a></span>
90
+ <small>Helium::Element</small>
91
91
  </div>
92
92
  </li>
93
93
 
94
94
 
95
95
  <li class="odd ">
96
96
  <div class="item">
97
- <span class='object_link'><a href="Helium/User.html#as_json-instance_method" title="Helium::User#as_json (method)">#as_json</a></span>
98
- <small>Helium::User</small>
97
+ <span class='object_link'><a href="Helium/Label.html#as_json-instance_method" title="Helium::Label#as_json (method)">#as_json</a></span>
98
+ <small>Helium::Label</small>
99
99
  </div>
100
100
  </li>
101
101
 
102
102
 
103
103
  <li class="even ">
104
104
  <div class="item">
105
- <span class='object_link'><a href="Helium/Resource.html#as_json-instance_method" title="Helium::Resource#as_json (method)">#as_json</a></span>
106
- <small>Helium::Resource</small>
105
+ <span class='object_link'><a href="Helium/User.html#as_json-instance_method" title="Helium::User#as_json (method)">#as_json</a></span>
106
+ <small>Helium::User</small>
107
107
  </div>
108
108
  </li>
109
109
 
110
110
 
111
111
  <li class="odd ">
112
112
  <div class="item">
113
- <span class='object_link'><a href="Helium/Element.html#as_json-instance_method" title="Helium::Element#as_json (method)">#as_json</a></span>
114
- <small>Helium::Element</small>
113
+ <span class='object_link'><a href="Helium/Organization.html#as_json-instance_method" title="Helium::Organization#as_json (method)">#as_json</a></span>
114
+ <small>Helium::Organization</small>
115
115
  </div>
116
116
  </li>
117
117
 
118
118
 
119
119
  <li class="even ">
120
120
  <div class="item">
121
- <span class='object_link'><a href="Helium/Sensor.html#as_json-instance_method" title="Helium::Sensor#as_json (method)">#as_json</a></span>
122
- <small>Helium::Sensor</small>
121
+ <span class='object_link'><a href="Helium/DataPoint.html#as_json-instance_method" title="Helium::DataPoint#as_json (method)">#as_json</a></span>
122
+ <small>Helium::DataPoint</small>
123
123
  </div>
124
124
  </li>
125
125
 
126
126
 
127
127
  <li class="odd ">
128
128
  <div class="item">
129
- <span class='object_link'><a href="Helium/DataPoint.html#as_json-instance_method" title="Helium::DataPoint#as_json (method)">#as_json</a></span>
130
- <small>Helium::DataPoint</small>
129
+ <span class='object_link'><a href="Helium/Sensor.html#as_json-instance_method" title="Helium::Sensor#as_json (method)">#as_json</a></span>
130
+ <small>Helium::Sensor</small>
131
131
  </div>
132
132
  </li>
133
133
 
134
134
 
135
135
  <li class="even ">
136
136
  <div class="item">
137
- <span class='object_link'><a href="Helium/Label.html#as_json-instance_method" title="Helium::Label#as_json (method)">#as_json</a></span>
138
- <small>Helium::Label</small>
137
+ <span class='object_link'><a href="Helium/Resource.html#as_json-instance_method" title="Helium::Resource#as_json (method)">#as_json</a></span>
138
+ <small>Helium::Resource</small>
139
139
  </div>
140
140
  </li>
141
141
 
@@ -230,13 +230,21 @@
230
230
 
231
231
  <li class="even ">
232
232
  <div class="item">
233
- <span class='object_link'><a href="Helium/Client/Elements.html#elements-instance_method" title="Helium::Client::Elements#elements (method)">#elements</a></span>
233
+ <span class='object_link'><a href="Helium/Client/Elements.html#element_sensors-instance_method" title="Helium::Client::Elements#element_sensors (method)">#element_sensors</a></span>
234
234
  <small>Helium::Client::Elements</small>
235
235
  </div>
236
236
  </li>
237
237
 
238
238
 
239
239
  <li class="odd ">
240
+ <div class="item">
241
+ <span class='object_link'><a href="Helium/Client/Elements.html#elements-instance_method" title="Helium::Client::Elements#elements (method)">#elements</a></span>
242
+ <small>Helium::Client::Elements</small>
243
+ </div>
244
+ </li>
245
+
246
+
247
+ <li class="even ">
240
248
  <div class="item">
241
249
  <span class='object_link'><a href="Helium/User.html#email-instance_method" title="Helium::User#email (method)">#email</a></span>
242
250
  <small>Helium::User</small>
@@ -244,7 +252,7 @@
244
252
  </li>
245
253
 
246
254
 
247
- <li class="even ">
255
+ <li class="odd ">
248
256
  <div class="item">
249
257
  <span class='object_link'><a href="Helium/Resource.html#eql%3F-instance_method" title="Helium::Resource#eql? (method)">#eql?</a></span>
250
258
  <small>Helium::Resource</small>
@@ -252,7 +260,7 @@
252
260
  </li>
253
261
 
254
262
 
255
- <li class="odd ">
263
+ <li class="even ">
256
264
  <div class="item">
257
265
  <span class='object_link'><a href="Helium/Resource.html#find-class_method" title="Helium::Resource.find (method)">find</a></span>
258
266
  <small>Helium::Resource</small>
@@ -260,6 +268,14 @@
260
268
  </li>
261
269
 
262
270
 
271
+ <li class="odd ">
272
+ <div class="item">
273
+ <span class='object_link'><a href="Helium/Sensor.html#firmware-instance_method" title="Helium::Sensor#firmware (method)">#firmware</a></span>
274
+ <small>Helium::Sensor</small>
275
+ </div>
276
+ </li>
277
+
278
+
263
279
  <li class="even ">
264
280
  <div class="item">
265
281
  <span class='object_link'><a href="Helium/Error.html#from_response-class_method" title="Helium::Error.from_response (method)">from_response</a></span>
@@ -398,7 +414,7 @@
398
414
 
399
415
  <li class="odd ">
400
416
  <div class="item">
401
- <span class='object_link'><a href="Helium/Sensor.html#mac-instance_method" title="Helium::Sensor#mac (method)">#mac</a></span>
417
+ <span class='object_link'><a href="Helium/Sensor.html#last_seen-instance_method" title="Helium::Sensor#last_seen (method)">#last_seen</a></span>
402
418
  <small>Helium::Sensor</small>
403
419
  </div>
404
420
  </li>
@@ -413,6 +429,14 @@
413
429
 
414
430
 
415
431
  <li class="odd ">
432
+ <div class="item">
433
+ <span class='object_link'><a href="Helium/Sensor.html#mac-instance_method" title="Helium::Sensor#mac (method)">#mac</a></span>
434
+ <small>Helium::Sensor</small>
435
+ </div>
436
+ </li>
437
+
438
+
439
+ <li class="even ">
416
440
  <div class="item">
417
441
  <span class='object_link'><a href="Helium/DataPoint.html#max-instance_method" title="Helium::DataPoint#max (method)">#max</a></span>
418
442
  <small>Helium::DataPoint</small>
@@ -420,7 +444,7 @@
420
444
  </li>
421
445
 
422
446
 
423
- <li class="even ">
447
+ <li class="odd ">
424
448
  <div class="item">
425
449
  <span class='object_link'><a href="Helium/DataPoint.html#min-instance_method" title="Helium::DataPoint#min (method)">#min</a></span>
426
450
  <small>Helium::DataPoint</small>
@@ -428,7 +452,7 @@
428
452
  </li>
429
453
 
430
454
 
431
- <li class="odd ">
455
+ <li class="even ">
432
456
  <div class="item">
433
457
  <span class='object_link'><a href="Helium/Organization.html#name-instance_method" title="Helium::Organization#name (method)">#name</a></span>
434
458
  <small>Helium::Organization</small>
@@ -436,6 +460,14 @@
436
460
  </li>
437
461
 
438
462
 
463
+ <li class="odd ">
464
+ <div class="item">
465
+ <span class='object_link'><a href="Helium/Label.html#name-instance_method" title="Helium::Label#name (method)">#name</a></span>
466
+ <small>Helium::Label</small>
467
+ </div>
468
+ </li>
469
+
470
+
439
471
  <li class="even ">
440
472
  <div class="item">
441
473
  <span class='object_link'><a href="Helium/Element.html#name-instance_method" title="Helium::Element#name (method)">#name</a></span>
@@ -453,14 +485,6 @@
453
485
 
454
486
 
455
487
  <li class="even ">
456
- <div class="item">
457
- <span class='object_link'><a href="Helium/Label.html#name-instance_method" title="Helium::Label#name (method)">#name</a></span>
458
- <small>Helium::Label</small>
459
- </div>
460
- </li>
461
-
462
-
463
- <li class="odd ">
464
488
  <div class="item">
465
489
  <span class='object_link'><a href="Helium/User.html#name-instance_method" title="Helium::User#name (method)">#name</a></span>
466
490
  <small>Helium::User</small>
@@ -468,7 +492,7 @@
468
492
  </li>
469
493
 
470
494
 
471
- <li class="even ">
495
+ <li class="odd ">
472
496
  <div class="item">
473
497
  <span class='object_link'><a href="Helium/Client/Organizations.html#organization-instance_method" title="Helium::Client::Organizations#organization (method)">#organization</a></span>
474
498
  <small>Helium::Client::Organizations</small>
@@ -476,7 +500,7 @@
476
500
  </li>
477
501
 
478
502
 
479
- <li class="odd ">
503
+ <li class="even ">
480
504
  <div class="item">
481
505
  <span class='object_link'><a href="Helium/Client/Organizations.html#organization_users-instance_method" title="Helium::Client::Organizations#organization_users (method)">#organization_users</a></span>
482
506
  <small>Helium::Client::Organizations</small>
@@ -484,7 +508,7 @@
484
508
  </li>
485
509
 
486
510
 
487
- <li class="even ">
511
+ <li class="odd ">
488
512
  <div class="item">
489
513
  <span class='object_link'><a href="Helium/Client/Http.html#paginated_get-instance_method" title="Helium::Client::Http#paginated_get (method)">#paginated_get</a></span>
490
514
  <small>Helium::Client::Http</small>
@@ -492,7 +516,7 @@
492
516
  </li>
493
517
 
494
518
 
495
- <li class="odd ">
519
+ <li class="even ">
496
520
  <div class="item">
497
521
  <span class='object_link'><a href="Helium/Client/Http.html#patch-instance_method" title="Helium::Client::Http#patch (method)">#patch</a></span>
498
522
  <small>Helium::Client::Http</small>
@@ -500,7 +524,7 @@
500
524
  </li>
501
525
 
502
526
 
503
- <li class="even ">
527
+ <li class="odd ">
504
528
  <div class="item">
505
529
  <span class='object_link'><a href="Helium/DataPoint.html#port-instance_method" title="Helium::DataPoint#port (method)">#port</a></span>
506
530
  <small>Helium::DataPoint</small>
@@ -508,7 +532,7 @@
508
532
  </li>
509
533
 
510
534
 
511
- <li class="odd ">
535
+ <li class="even ">
512
536
  <div class="item">
513
537
  <span class='object_link'><a href="Helium/Sensor.html#ports-instance_method" title="Helium::Sensor#ports (method)">#ports</a></span>
514
538
  <small>Helium::Sensor</small>
@@ -516,7 +540,7 @@
516
540
  </li>
517
541
 
518
542
 
519
- <li class="even ">
543
+ <li class="odd ">
520
544
  <div class="item">
521
545
  <span class='object_link'><a href="Helium/Client/Http.html#post-instance_method" title="Helium::Client::Http#post (method)">#post</a></span>
522
546
  <small>Helium::Client::Http</small>
@@ -524,7 +548,7 @@
524
548
  </li>
525
549
 
526
550
 
527
- <li class="odd ">
551
+ <li class="even ">
528
552
  <div class="item">
529
553
  <span class='object_link'><a href="Helium/Label.html#remove_sensors-instance_method" title="Helium::Label#remove_sensors (method)">#remove_sensors</a></span>
530
554
  <small>Helium::Label</small>
@@ -532,7 +556,7 @@
532
556
  </li>
533
557
 
534
558
 
535
- <li class="even ">
559
+ <li class="odd ">
536
560
  <div class="item">
537
561
  <span class='object_link'><a href="Helium/Client/Sensors.html#sensor-instance_method" title="Helium::Client::Sensors#sensor (method)">#sensor</a></span>
538
562
  <small>Helium::Client::Sensors</small>
@@ -540,7 +564,7 @@
540
564
  </li>
541
565
 
542
566
 
543
- <li class="odd ">
567
+ <li class="even ">
544
568
  <div class="item">
545
569
  <span class='object_link'><a href="Helium/Client/Sensors.html#sensor_timeseries-instance_method" title="Helium::Client::Sensors#sensor_timeseries (method)">#sensor_timeseries</a></span>
546
570
  <small>Helium::Client::Sensors</small>
@@ -548,6 +572,14 @@
548
572
  </li>
549
573
 
550
574
 
575
+ <li class="odd ">
576
+ <div class="item">
577
+ <span class='object_link'><a href="Helium/Element.html#sensors-instance_method" title="Helium::Element#sensors (method)">#sensors</a></span>
578
+ <small>Helium::Element</small>
579
+ </div>
580
+ </li>
581
+
582
+
551
583
  <li class="even ">
552
584
  <div class="item">
553
585
  <span class='object_link'><a href="Helium/Client/Sensors.html#sensors-instance_method" title="Helium::Client::Sensors#sensors (method)">#sensors</a></span>
@@ -589,6 +621,14 @@
589
621
 
590
622
 
591
623
  <li class="odd ">
624
+ <div class="item">
625
+ <span class='object_link'><a href="Helium/Resource.html#to_json-instance_method" title="Helium::Resource#to_json (method)">#to_json</a></span>
626
+ <small>Helium::Resource</small>
627
+ </div>
628
+ </li>
629
+
630
+
631
+ <li class="even ">
592
632
  <div class="item">
593
633
  <span class='object_link'><a href="Helium/Cursor.html#to_json-instance_method" title="Helium::Cursor#to_json (method)">#to_json</a></span>
594
634
  <small>Helium::Cursor</small>
@@ -596,15 +636,15 @@
596
636
  </li>
597
637
 
598
638
 
599
- <li class="even ">
639
+ <li class="odd ">
600
640
  <div class="item">
601
- <span class='object_link'><a href="Helium/Resource.html#to_json-instance_method" title="Helium::Resource#to_json (method)">#to_json</a></span>
641
+ <span class='object_link'><a href="Helium/Resource.html#type-instance_method" title="Helium::Resource#type (method)">#type</a></span>
602
642
  <small>Helium::Resource</small>
603
643
  </div>
604
644
  </li>
605
645
 
606
646
 
607
- <li class="odd ">
647
+ <li class="even ">
608
648
  <div class="item">
609
649
  <span class='object_link'><a href="Helium/Resource.html#update-instance_method" title="Helium::Resource#update (method)">#update</a></span>
610
650
  <small>Helium::Resource</small>
@@ -612,7 +652,7 @@
612
652
  </li>
613
653
 
614
654
 
615
- <li class="even ">
655
+ <li class="odd ">
616
656
  <div class="item">
617
657
  <span class='object_link'><a href="Helium/Client/Labels.html#update_label_sensors-instance_method" title="Helium::Client::Labels#update_label_sensors (method)">#update_label_sensors</a></span>
618
658
  <small>Helium::Client::Labels</small>
@@ -620,7 +660,7 @@
620
660
  </li>
621
661
 
622
662
 
623
- <li class="odd ">
663
+ <li class="even ">
624
664
  <div class="item">
625
665
  <span class='object_link'><a href="Helium/Resource.html#updated_at-instance_method" title="Helium::Resource#updated_at (method)">#updated_at</a></span>
626
666
  <small>Helium::Resource</small>
@@ -628,7 +668,7 @@
628
668
  </li>
629
669
 
630
670
 
631
- <li class="even ">
671
+ <li class="odd ">
632
672
  <div class="item">
633
673
  <span class='object_link'><a href="Helium/Client/Users.html#user-instance_method" title="Helium::Client::Users#user (method)">#user</a></span>
634
674
  <small>Helium::Client::Users</small>
@@ -636,7 +676,7 @@
636
676
  </li>
637
677
 
638
678
 
639
- <li class="odd ">
679
+ <li class="even ">
640
680
  <div class="item">
641
681
  <span class='object_link'><a href="Helium/Organization.html#users-instance_method" title="Helium::Organization#users (method)">#users</a></span>
642
682
  <small>Helium::Organization</small>
@@ -644,7 +684,7 @@
644
684
  </li>
645
685
 
646
686
 
647
- <li class="even ">
687
+ <li class="odd ">
648
688
  <div class="item">
649
689
  <span class='object_link'><a href="Helium/DataPoint.html#value-instance_method" title="Helium::DataPoint#value (method)">#value</a></span>
650
690
  <small>Helium::DataPoint</small>
@@ -652,7 +692,7 @@
652
692
  </li>
653
693
 
654
694
 
655
- <li class="odd ">
695
+ <li class="even ">
656
696
  <div class="item">
657
697
  <span class='object_link'><a href="Helium/Element.html#versions-instance_method" title="Helium::Element#versions (method)">#versions</a></span>
658
698
  <small>Helium::Element</small>