hyper-resource 1.0.0.lap88 → 1.0.0.lap89

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/docs/HyperRecord.html +1 -1
  3. data/docs/HyperRecord/ClassMethods.html +596 -399
  4. data/docs/HyperRecord/ClientInstanceMethods.html +91 -65
  5. data/docs/HyperRecord/Collection.html +1 -1
  6. data/docs/HyperRecord/DummyValue.html +1 -1
  7. data/docs/HyperRecord/PubSub.html +61 -61
  8. data/docs/HyperRecord/PubSub/ClassMethods.html +175 -133
  9. data/docs/HyperRecord/ServerClassMethods.html +174 -43
  10. data/docs/Hyperloop.html +1 -1
  11. data/docs/Hyperloop/Resource.html +2 -2
  12. data/docs/Hyperloop/Resource/ClientDrivers.html +15 -3
  13. data/docs/Hyperloop/Resource/HTTP.html +1 -1
  14. data/docs/Hyperloop/Resource/MethodsController.html +1 -1
  15. data/docs/Hyperloop/Resource/PropertiesController.html +1 -1
  16. data/docs/Hyperloop/Resource/PubSub.html +175 -133
  17. data/docs/Hyperloop/Resource/PubSub/ClassMethods.html +1 -1
  18. data/docs/Hyperloop/Resource/RelationsController.html +1 -1
  19. data/docs/Hyperloop/Resource/ScopesController.html +1 -1
  20. data/docs/Hyperloop/Resource/SecurityError.html +1 -1
  21. data/docs/Hyperloop/Resource/SecurityGuards.html +1 -1
  22. data/docs/Hyperloop/Resource/SecurityGuards/ClassMethods.html +1 -1
  23. data/docs/_index.html +1 -1
  24. data/docs/file.API.html +1 -1
  25. data/docs/file.JSON_format.html +1 -1
  26. data/docs/file.PubSub.html +1 -1
  27. data/docs/file.README.html +216 -2
  28. data/docs/index.html +216 -2
  29. data/docs/method_list.html +110 -94
  30. data/docs/top-level-namespace.html +1 -1
  31. data/lib/hyper_record/server_class_methods.rb +1 -11
  32. data/lib/hyperloop/resource/version.rb +1 -1
  33. metadata +2 -2
@@ -110,13 +110,21 @@
110
110
 
111
111
  <li class="odd ">
112
112
  <div class="item">
113
- <span class='object_link'><a href="Hyperloop/Resource/RelationsController.html#create-instance_method" title="Hyperloop::Resource::RelationsController#create (method)">#create</a></span>
114
- <small>Hyperloop::Resource::RelationsController</small>
113
+ <span class='object_link'><a href="HyperRecord/ClassMethods.html#collection_query_method-instance_method" title="HyperRecord::ClassMethods#collection_query_method (method)">#collection_query_method</a></span>
114
+ <small>HyperRecord::ClassMethods</small>
115
115
  </div>
116
116
  </li>
117
117
 
118
118
 
119
119
  <li class="even ">
120
+ <div class="item">
121
+ <span class='object_link'><a href="HyperRecord/ServerClassMethods.html#collection_query_method-instance_method" title="HyperRecord::ServerClassMethods#collection_query_method (method)">#collection_query_method</a></span>
122
+ <small>HyperRecord::ServerClassMethods</small>
123
+ </div>
124
+ </li>
125
+
126
+
127
+ <li class="odd ">
120
128
  <div class="item">
121
129
  <span class='object_link'><a href="HyperRecord/ClassMethods.html#create-instance_method" title="HyperRecord::ClassMethods#create (method)">#create</a></span>
122
130
  <small>HyperRecord::ClassMethods</small>
@@ -124,6 +132,14 @@
124
132
  </li>
125
133
 
126
134
 
135
+ <li class="even ">
136
+ <div class="item">
137
+ <span class='object_link'><a href="Hyperloop/Resource/RelationsController.html#create-instance_method" title="Hyperloop::Resource::RelationsController#create (method)">#create</a></span>
138
+ <small>Hyperloop::Resource::RelationsController</small>
139
+ </div>
140
+ </li>
141
+
142
+
127
143
  <li class="odd ">
128
144
  <div class="item">
129
145
  <span class='object_link'><a href="Hyperloop.html#current_user_id-class_method" title="Hyperloop.current_user_id (method)">current_user_id</a></span>
@@ -134,16 +150,16 @@
134
150
 
135
151
  <li class="even ">
136
152
  <div class="item">
137
- <span class='object_link'><a href="Hyperloop/Resource/HTTP.html#delete-class_method" title="Hyperloop::Resource::HTTP.delete (method)">delete</a></span>
138
- <small>Hyperloop::Resource::HTTP</small>
153
+ <span class='object_link'><a href="HyperRecord/Collection.html#delete-instance_method" title="HyperRecord::Collection#delete (method)">#delete</a></span>
154
+ <small>HyperRecord::Collection</small>
139
155
  </div>
140
156
  </li>
141
157
 
142
158
 
143
159
  <li class="odd ">
144
160
  <div class="item">
145
- <span class='object_link'><a href="HyperRecord/Collection.html#delete-instance_method" title="HyperRecord::Collection#delete (method)">#delete</a></span>
146
- <small>HyperRecord::Collection</small>
161
+ <span class='object_link'><a href="Hyperloop/Resource/HTTP.html#delete-class_method" title="Hyperloop::Resource::HTTP.delete (method)">delete</a></span>
162
+ <small>Hyperloop::Resource::HTTP</small>
147
163
  </div>
148
164
  </li>
149
165
 
@@ -254,32 +270,32 @@
254
270
 
255
271
  <li class="odd ">
256
272
  <div class="item">
257
- <span class='object_link'><a href="Hyperloop/Resource/PropertiesController.html#index-instance_method" title="Hyperloop::Resource::PropertiesController#index (method)">#index</a></span>
258
- <small>Hyperloop::Resource::PropertiesController</small>
273
+ <span class='object_link'><a href="Hyperloop/Resource/MethodsController.html#index-instance_method" title="Hyperloop::Resource::MethodsController#index (method)">#index</a></span>
274
+ <small>Hyperloop::Resource::MethodsController</small>
259
275
  </div>
260
276
  </li>
261
277
 
262
278
 
263
279
  <li class="even ">
264
280
  <div class="item">
265
- <span class='object_link'><a href="Hyperloop/Resource/ScopesController.html#index-instance_method" title="Hyperloop::Resource::ScopesController#index (method)">#index</a></span>
266
- <small>Hyperloop::Resource::ScopesController</small>
281
+ <span class='object_link'><a href="Hyperloop/Resource/PropertiesController.html#index-instance_method" title="Hyperloop::Resource::PropertiesController#index (method)">#index</a></span>
282
+ <small>Hyperloop::Resource::PropertiesController</small>
267
283
  </div>
268
284
  </li>
269
285
 
270
286
 
271
287
  <li class="odd ">
272
288
  <div class="item">
273
- <span class='object_link'><a href="Hyperloop/Resource/MethodsController.html#index-instance_method" title="Hyperloop::Resource::MethodsController#index (method)">#index</a></span>
274
- <small>Hyperloop::Resource::MethodsController</small>
289
+ <span class='object_link'><a href="Hyperloop/Resource/RelationsController.html#index-instance_method" title="Hyperloop::Resource::RelationsController#index (method)">#index</a></span>
290
+ <small>Hyperloop::Resource::RelationsController</small>
275
291
  </div>
276
292
  </li>
277
293
 
278
294
 
279
295
  <li class="even ">
280
296
  <div class="item">
281
- <span class='object_link'><a href="Hyperloop/Resource/RelationsController.html#index-instance_method" title="Hyperloop::Resource::RelationsController#index (method)">#index</a></span>
282
- <small>Hyperloop::Resource::RelationsController</small>
297
+ <span class='object_link'><a href="Hyperloop/Resource/ScopesController.html#index-instance_method" title="Hyperloop::Resource::ScopesController#index (method)">#index</a></span>
298
+ <small>Hyperloop::Resource::ScopesController</small>
283
299
  </div>
284
300
  </li>
285
301
 
@@ -358,16 +374,16 @@
358
374
 
359
375
  <li class="even ">
360
376
  <div class="item">
361
- <span class='object_link'><a href="HyperRecord/ClientInstanceMethods.html#method_missing-instance_method" title="HyperRecord::ClientInstanceMethods#method_missing (method)">#method_missing</a></span>
362
- <small>HyperRecord::ClientInstanceMethods</small>
377
+ <span class='object_link'><a href="HyperRecord/DummyValue.html#method_missing-instance_method" title="HyperRecord::DummyValue#method_missing (method)">#method_missing</a></span>
378
+ <small>HyperRecord::DummyValue</small>
363
379
  </div>
364
380
  </li>
365
381
 
366
382
 
367
383
  <li class="odd ">
368
384
  <div class="item">
369
- <span class='object_link'><a href="HyperRecord/DummyValue.html#method_missing-instance_method" title="HyperRecord::DummyValue#method_missing (method)">#method_missing</a></span>
370
- <small>HyperRecord::DummyValue</small>
385
+ <span class='object_link'><a href="HyperRecord/ClientInstanceMethods.html#method_missing-instance_method" title="HyperRecord::ClientInstanceMethods#method_missing (method)">#method_missing</a></span>
386
+ <small>HyperRecord::ClientInstanceMethods</small>
371
387
  </div>
372
388
  </li>
373
389
 
@@ -486,24 +502,24 @@
486
502
 
487
503
  <li class="even ">
488
504
  <div class="item">
489
- <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_record-instance_method" title="HyperRecord::PubSub#pub_sub_record (method)">#pub_sub_record</a></span>
490
- <small>HyperRecord::PubSub</small>
505
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_record-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_record (method)">#pub_sub_record</a></span>
506
+ <small>Hyperloop::Resource::PubSub</small>
491
507
  </div>
492
508
  </li>
493
509
 
494
510
 
495
511
  <li class="odd ">
496
512
  <div class="item">
497
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_record-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_record (method)">#pub_sub_record</a></span>
498
- <small>Hyperloop::Resource::PubSub</small>
513
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#pub_sub_record-instance_method" title="HyperRecord::PubSub::ClassMethods#pub_sub_record (method)">#pub_sub_record</a></span>
514
+ <small>HyperRecord::PubSub::ClassMethods</small>
499
515
  </div>
500
516
  </li>
501
517
 
502
518
 
503
519
  <li class="even ">
504
520
  <div class="item">
505
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#pub_sub_record-instance_method" title="HyperRecord::PubSub::ClassMethods#pub_sub_record (method)">#pub_sub_record</a></span>
506
- <small>HyperRecord::PubSub::ClassMethods</small>
521
+ <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_record-instance_method" title="HyperRecord::PubSub#pub_sub_record (method)">#pub_sub_record</a></span>
522
+ <small>HyperRecord::PubSub</small>
507
523
  </div>
508
524
  </li>
509
525
 
@@ -518,48 +534,48 @@
518
534
 
519
535
  <li class="even ">
520
536
  <div class="item">
521
- <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_relation-instance_method" title="HyperRecord::PubSub#pub_sub_relation (method)">#pub_sub_relation</a></span>
522
- <small>HyperRecord::PubSub</small>
537
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_relation-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_relation (method)">#pub_sub_relation</a></span>
538
+ <small>Hyperloop::Resource::PubSub</small>
523
539
  </div>
524
540
  </li>
525
541
 
526
542
 
527
543
  <li class="odd ">
528
544
  <div class="item">
529
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_relation-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_relation (method)">#pub_sub_relation</a></span>
530
- <small>Hyperloop::Resource::PubSub</small>
545
+ <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_relation-instance_method" title="HyperRecord::PubSub#pub_sub_relation (method)">#pub_sub_relation</a></span>
546
+ <small>HyperRecord::PubSub</small>
531
547
  </div>
532
548
  </li>
533
549
 
534
550
 
535
551
  <li class="even ">
536
552
  <div class="item">
537
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#pub_sub_rest_class_method-instance_method" title="HyperRecord::PubSub::ClassMethods#pub_sub_rest_class_method (method)">#pub_sub_rest_class_method</a></span>
538
- <small>HyperRecord::PubSub::ClassMethods</small>
553
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_rest_class_method-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_rest_class_method (method)">#pub_sub_rest_class_method</a></span>
554
+ <small>Hyperloop::Resource::PubSub</small>
539
555
  </div>
540
556
  </li>
541
557
 
542
558
 
543
559
  <li class="odd ">
544
560
  <div class="item">
545
- <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_rest_class_method-instance_method" title="HyperRecord::PubSub#pub_sub_rest_class_method (method)">#pub_sub_rest_class_method</a></span>
546
- <small>HyperRecord::PubSub</small>
561
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#pub_sub_rest_class_method-instance_method" title="HyperRecord::PubSub::ClassMethods#pub_sub_rest_class_method (method)">#pub_sub_rest_class_method</a></span>
562
+ <small>HyperRecord::PubSub::ClassMethods</small>
547
563
  </div>
548
564
  </li>
549
565
 
550
566
 
551
567
  <li class="even ">
552
568
  <div class="item">
553
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_rest_class_method-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_rest_class_method (method)">#pub_sub_rest_class_method</a></span>
554
- <small>Hyperloop::Resource::PubSub</small>
569
+ <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_rest_class_method-instance_method" title="HyperRecord::PubSub#pub_sub_rest_class_method (method)">#pub_sub_rest_class_method</a></span>
570
+ <small>HyperRecord::PubSub</small>
555
571
  </div>
556
572
  </li>
557
573
 
558
574
 
559
575
  <li class="odd ">
560
576
  <div class="item">
561
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_rest_method-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_rest_method (method)">#pub_sub_rest_method</a></span>
562
- <small>Hyperloop::Resource::PubSub</small>
577
+ <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_rest_method-instance_method" title="HyperRecord::PubSub#pub_sub_rest_method (method)">#pub_sub_rest_method</a></span>
578
+ <small>HyperRecord::PubSub</small>
563
579
  </div>
564
580
  </li>
565
581
 
@@ -574,8 +590,8 @@
574
590
 
575
591
  <li class="odd ">
576
592
  <div class="item">
577
- <span class='object_link'><a href="HyperRecord/PubSub.html#pub_sub_rest_method-instance_method" title="HyperRecord::PubSub#pub_sub_rest_method (method)">#pub_sub_rest_method</a></span>
578
- <small>HyperRecord::PubSub</small>
593
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#pub_sub_rest_method-instance_method" title="Hyperloop::Resource::PubSub#pub_sub_rest_method (method)">#pub_sub_rest_method</a></span>
594
+ <small>Hyperloop::Resource::PubSub</small>
579
595
  </div>
580
596
  </li>
581
597
 
@@ -606,16 +622,16 @@
606
622
 
607
623
  <li class="odd ">
608
624
  <div class="item">
609
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_record-instance_method" title="Hyperloop::Resource::PubSub#publish_record (method)">#publish_record</a></span>
610
- <small>Hyperloop::Resource::PubSub</small>
625
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_record-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_record (method)">#publish_record</a></span>
626
+ <small>HyperRecord::PubSub::ClassMethods</small>
611
627
  </div>
612
628
  </li>
613
629
 
614
630
 
615
631
  <li class="even ">
616
632
  <div class="item">
617
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_record-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_record (method)">#publish_record</a></span>
618
- <small>HyperRecord::PubSub::ClassMethods</small>
633
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_record-instance_method" title="Hyperloop::Resource::PubSub#publish_record (method)">#publish_record</a></span>
634
+ <small>Hyperloop::Resource::PubSub</small>
619
635
  </div>
620
636
  </li>
621
637
 
@@ -630,24 +646,24 @@
630
646
 
631
647
  <li class="even ">
632
648
  <div class="item">
633
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_relation-instance_method" title="Hyperloop::Resource::PubSub#publish_relation (method)">#publish_relation</a></span>
634
- <small>Hyperloop::Resource::PubSub</small>
649
+ <span class='object_link'><a href="HyperRecord/PubSub.html#publish_relation-instance_method" title="HyperRecord::PubSub#publish_relation (method)">#publish_relation</a></span>
650
+ <small>HyperRecord::PubSub</small>
635
651
  </div>
636
652
  </li>
637
653
 
638
654
 
639
655
  <li class="odd ">
640
656
  <div class="item">
641
- <span class='object_link'><a href="HyperRecord/PubSub.html#publish_relation-instance_method" title="HyperRecord::PubSub#publish_relation (method)">#publish_relation</a></span>
642
- <small>HyperRecord::PubSub</small>
657
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_relation-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_relation (method)">#publish_relation</a></span>
658
+ <small>HyperRecord::PubSub::ClassMethods</small>
643
659
  </div>
644
660
  </li>
645
661
 
646
662
 
647
663
  <li class="even ">
648
664
  <div class="item">
649
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_relation-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_relation (method)">#publish_relation</a></span>
650
- <small>HyperRecord::PubSub::ClassMethods</small>
665
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_relation-instance_method" title="Hyperloop::Resource::PubSub#publish_relation (method)">#publish_relation</a></span>
666
+ <small>Hyperloop::Resource::PubSub</small>
651
667
  </div>
652
668
  </li>
653
669
 
@@ -678,48 +694,48 @@
678
694
 
679
695
  <li class="even ">
680
696
  <div class="item">
681
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_rest_method-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_rest_method (method)">#publish_rest_method</a></span>
682
- <small>HyperRecord::PubSub::ClassMethods</small>
697
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_rest_method-instance_method" title="Hyperloop::Resource::PubSub#publish_rest_method (method)">#publish_rest_method</a></span>
698
+ <small>Hyperloop::Resource::PubSub</small>
683
699
  </div>
684
700
  </li>
685
701
 
686
702
 
687
703
  <li class="odd ">
688
704
  <div class="item">
689
- <span class='object_link'><a href="HyperRecord/PubSub.html#publish_rest_method-instance_method" title="HyperRecord::PubSub#publish_rest_method (method)">#publish_rest_method</a></span>
690
- <small>HyperRecord::PubSub</small>
705
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_rest_method-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_rest_method (method)">#publish_rest_method</a></span>
706
+ <small>HyperRecord::PubSub::ClassMethods</small>
691
707
  </div>
692
708
  </li>
693
709
 
694
710
 
695
711
  <li class="even ">
696
712
  <div class="item">
697
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_rest_method-instance_method" title="Hyperloop::Resource::PubSub#publish_rest_method (method)">#publish_rest_method</a></span>
698
- <small>Hyperloop::Resource::PubSub</small>
713
+ <span class='object_link'><a href="HyperRecord/PubSub.html#publish_rest_method-instance_method" title="HyperRecord::PubSub#publish_rest_method (method)">#publish_rest_method</a></span>
714
+ <small>HyperRecord::PubSub</small>
699
715
  </div>
700
716
  </li>
701
717
 
702
718
 
703
719
  <li class="odd ">
704
720
  <div class="item">
705
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_scope-instance_method" title="Hyperloop::Resource::PubSub#publish_scope (method)">#publish_scope</a></span>
706
- <small>Hyperloop::Resource::PubSub</small>
721
+ <span class='object_link'><a href="HyperRecord/PubSub.html#publish_scope-instance_method" title="HyperRecord::PubSub#publish_scope (method)">#publish_scope</a></span>
722
+ <small>HyperRecord::PubSub</small>
707
723
  </div>
708
724
  </li>
709
725
 
710
726
 
711
727
  <li class="even ">
712
728
  <div class="item">
713
- <span class='object_link'><a href="HyperRecord/PubSub.html#publish_scope-instance_method" title="HyperRecord::PubSub#publish_scope (method)">#publish_scope</a></span>
714
- <small>HyperRecord::PubSub</small>
729
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_scope-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_scope (method)">#publish_scope</a></span>
730
+ <small>HyperRecord::PubSub::ClassMethods</small>
715
731
  </div>
716
732
  </li>
717
733
 
718
734
 
719
735
  <li class="odd ">
720
736
  <div class="item">
721
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#publish_scope-instance_method" title="HyperRecord::PubSub::ClassMethods#publish_scope (method)">#publish_scope</a></span>
722
- <small>HyperRecord::PubSub::ClassMethods</small>
737
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#publish_scope-instance_method" title="Hyperloop::Resource::PubSub#publish_scope (method)">#publish_scope</a></span>
738
+ <small>Hyperloop::Resource::PubSub</small>
723
739
  </div>
724
740
  </li>
725
741
 
@@ -750,16 +766,16 @@
750
766
 
751
767
  <li class="odd ">
752
768
  <div class="item">
753
- <span class='object_link'><a href="HyperRecord/ClientInstanceMethods.html#reflections-instance_method" title="HyperRecord::ClientInstanceMethods#reflections (method)">#reflections</a></span>
754
- <small>HyperRecord::ClientInstanceMethods</small>
769
+ <span class='object_link'><a href="HyperRecord/ClassMethods.html#reflections-instance_method" title="HyperRecord::ClassMethods#reflections (method)">#reflections</a></span>
770
+ <small>HyperRecord::ClassMethods</small>
755
771
  </div>
756
772
  </li>
757
773
 
758
774
 
759
775
  <li class="even ">
760
776
  <div class="item">
761
- <span class='object_link'><a href="HyperRecord/ClassMethods.html#reflections-instance_method" title="HyperRecord::ClassMethods#reflections (method)">#reflections</a></span>
762
- <small>HyperRecord::ClassMethods</small>
777
+ <span class='object_link'><a href="HyperRecord/ClientInstanceMethods.html#reflections-instance_method" title="HyperRecord::ClientInstanceMethods#reflections (method)">#reflections</a></span>
778
+ <small>HyperRecord::ClientInstanceMethods</small>
763
779
  </div>
764
780
  </li>
765
781
 
@@ -774,16 +790,16 @@
774
790
 
775
791
  <li class="even ">
776
792
  <div class="item">
777
- <span class='object_link'><a href="HyperRecord/ClassMethods.html#resource_base_uri-instance_method" title="HyperRecord::ClassMethods#resource_base_uri (method)">#resource_base_uri</a></span>
778
- <small>HyperRecord::ClassMethods</small>
793
+ <span class='object_link'><a href="HyperRecord/ClientInstanceMethods.html#resource_base_uri-instance_method" title="HyperRecord::ClientInstanceMethods#resource_base_uri (method)">#resource_base_uri</a></span>
794
+ <small>HyperRecord::ClientInstanceMethods</small>
779
795
  </div>
780
796
  </li>
781
797
 
782
798
 
783
799
  <li class="odd ">
784
800
  <div class="item">
785
- <span class='object_link'><a href="HyperRecord/ClientInstanceMethods.html#resource_base_uri-instance_method" title="HyperRecord::ClientInstanceMethods#resource_base_uri (method)">#resource_base_uri</a></span>
786
- <small>HyperRecord::ClientInstanceMethods</small>
801
+ <span class='object_link'><a href="HyperRecord/ClassMethods.html#resource_base_uri-instance_method" title="HyperRecord::ClassMethods#resource_base_uri (method)">#resource_base_uri</a></span>
802
+ <small>HyperRecord::ClassMethods</small>
787
803
  </div>
788
804
  </li>
789
805
 
@@ -814,16 +830,16 @@
814
830
 
815
831
  <li class="odd ">
816
832
  <div class="item">
817
- <span class='object_link'><a href="HyperRecord/ServerClassMethods.html#rest_class_methods-instance_method" title="HyperRecord::ServerClassMethods#rest_class_methods (method)">#rest_class_methods</a></span>
818
- <small>HyperRecord::ServerClassMethods</small>
833
+ <span class='object_link'><a href="HyperRecord/ClassMethods.html#rest_class_methods-instance_method" title="HyperRecord::ClassMethods#rest_class_methods (method)">#rest_class_methods</a></span>
834
+ <small>HyperRecord::ClassMethods</small>
819
835
  </div>
820
836
  </li>
821
837
 
822
838
 
823
839
  <li class="even ">
824
840
  <div class="item">
825
- <span class='object_link'><a href="HyperRecord/ClassMethods.html#rest_class_methods-instance_method" title="HyperRecord::ClassMethods#rest_class_methods (method)">#rest_class_methods</a></span>
826
- <small>HyperRecord::ClassMethods</small>
841
+ <span class='object_link'><a href="HyperRecord/ServerClassMethods.html#rest_class_methods-instance_method" title="HyperRecord::ServerClassMethods#rest_class_methods (method)">#rest_class_methods</a></span>
842
+ <small>HyperRecord::ServerClassMethods</small>
827
843
  </div>
828
844
  </li>
829
845
 
@@ -862,16 +878,16 @@
862
878
 
863
879
  <li class="odd ">
864
880
  <div class="item">
865
- <span class='object_link'><a href="HyperRecord/ServerClassMethods.html#scope-instance_method" title="HyperRecord::ServerClassMethods#scope (method)">#scope</a></span>
866
- <small>HyperRecord::ServerClassMethods</small>
881
+ <span class='object_link'><a href="HyperRecord/ClassMethods.html#scope-instance_method" title="HyperRecord::ClassMethods#scope (method)">#scope</a></span>
882
+ <small>HyperRecord::ClassMethods</small>
867
883
  </div>
868
884
  </li>
869
885
 
870
886
 
871
887
  <li class="even ">
872
888
  <div class="item">
873
- <span class='object_link'><a href="HyperRecord/ClassMethods.html#scope-instance_method" title="HyperRecord::ClassMethods#scope (method)">#scope</a></span>
874
- <small>HyperRecord::ClassMethods</small>
889
+ <span class='object_link'><a href="HyperRecord/ServerClassMethods.html#scope-instance_method" title="HyperRecord::ServerClassMethods#scope (method)">#scope</a></span>
890
+ <small>HyperRecord::ServerClassMethods</small>
875
891
  </div>
876
892
  </li>
877
893
 
@@ -918,8 +934,8 @@
918
934
 
919
935
  <li class="even ">
920
936
  <div class="item">
921
- <span class='object_link'><a href="HyperRecord/PubSub.html#subscribe_record-instance_method" title="HyperRecord::PubSub#subscribe_record (method)">#subscribe_record</a></span>
922
- <small>HyperRecord::PubSub</small>
937
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_record-instance_method" title="Hyperloop::Resource::PubSub#subscribe_record (method)">#subscribe_record</a></span>
938
+ <small>Hyperloop::Resource::PubSub</small>
923
939
  </div>
924
940
  </li>
925
941
 
@@ -934,40 +950,40 @@
934
950
 
935
951
  <li class="even ">
936
952
  <div class="item">
937
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_record-instance_method" title="Hyperloop::Resource::PubSub#subscribe_record (method)">#subscribe_record</a></span>
938
- <small>Hyperloop::Resource::PubSub</small>
953
+ <span class='object_link'><a href="HyperRecord/PubSub.html#subscribe_record-instance_method" title="HyperRecord::PubSub#subscribe_record (method)">#subscribe_record</a></span>
954
+ <small>HyperRecord::PubSub</small>
939
955
  </div>
940
956
  </li>
941
957
 
942
958
 
943
959
  <li class="odd ">
944
960
  <div class="item">
945
- <span class='object_link'><a href="HyperRecord/PubSub.html#subscribe_relation-instance_method" title="HyperRecord::PubSub#subscribe_relation (method)">#subscribe_relation</a></span>
946
- <small>HyperRecord::PubSub</small>
961
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#subscribe_relation-instance_method" title="HyperRecord::PubSub::ClassMethods#subscribe_relation (method)">#subscribe_relation</a></span>
962
+ <small>HyperRecord::PubSub::ClassMethods</small>
947
963
  </div>
948
964
  </li>
949
965
 
950
966
 
951
967
  <li class="even ">
952
968
  <div class="item">
953
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#subscribe_relation-instance_method" title="HyperRecord::PubSub::ClassMethods#subscribe_relation (method)">#subscribe_relation</a></span>
954
- <small>HyperRecord::PubSub::ClassMethods</small>
969
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_relation-instance_method" title="Hyperloop::Resource::PubSub#subscribe_relation (method)">#subscribe_relation</a></span>
970
+ <small>Hyperloop::Resource::PubSub</small>
955
971
  </div>
956
972
  </li>
957
973
 
958
974
 
959
975
  <li class="odd ">
960
976
  <div class="item">
961
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_relation-instance_method" title="Hyperloop::Resource::PubSub#subscribe_relation (method)">#subscribe_relation</a></span>
962
- <small>Hyperloop::Resource::PubSub</small>
977
+ <span class='object_link'><a href="HyperRecord/PubSub.html#subscribe_relation-instance_method" title="HyperRecord::PubSub#subscribe_relation (method)">#subscribe_relation</a></span>
978
+ <small>HyperRecord::PubSub</small>
963
979
  </div>
964
980
  </li>
965
981
 
966
982
 
967
983
  <li class="even ">
968
984
  <div class="item">
969
- <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#subscribe_rest_class_method-instance_method" title="HyperRecord::PubSub::ClassMethods#subscribe_rest_class_method (method)">#subscribe_rest_class_method</a></span>
970
- <small>HyperRecord::PubSub::ClassMethods</small>
985
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_rest_class_method-instance_method" title="Hyperloop::Resource::PubSub#subscribe_rest_class_method (method)">#subscribe_rest_class_method</a></span>
986
+ <small>Hyperloop::Resource::PubSub</small>
971
987
  </div>
972
988
  </li>
973
989
 
@@ -982,24 +998,24 @@
982
998
 
983
999
  <li class="even ">
984
1000
  <div class="item">
985
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_rest_class_method-instance_method" title="Hyperloop::Resource::PubSub#subscribe_rest_class_method (method)">#subscribe_rest_class_method</a></span>
986
- <small>Hyperloop::Resource::PubSub</small>
1001
+ <span class='object_link'><a href="HyperRecord/PubSub/ClassMethods.html#subscribe_rest_class_method-instance_method" title="HyperRecord::PubSub::ClassMethods#subscribe_rest_class_method (method)">#subscribe_rest_class_method</a></span>
1002
+ <small>HyperRecord::PubSub::ClassMethods</small>
987
1003
  </div>
988
1004
  </li>
989
1005
 
990
1006
 
991
1007
  <li class="odd ">
992
1008
  <div class="item">
993
- <span class='object_link'><a href="HyperRecord/PubSub.html#subscribe_rest_method-instance_method" title="HyperRecord::PubSub#subscribe_rest_method (method)">#subscribe_rest_method</a></span>
994
- <small>HyperRecord::PubSub</small>
1009
+ <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_rest_method-instance_method" title="Hyperloop::Resource::PubSub#subscribe_rest_method (method)">#subscribe_rest_method</a></span>
1010
+ <small>Hyperloop::Resource::PubSub</small>
995
1011
  </div>
996
1012
  </li>
997
1013
 
998
1014
 
999
1015
  <li class="even ">
1000
1016
  <div class="item">
1001
- <span class='object_link'><a href="Hyperloop/Resource/PubSub.html#subscribe_rest_method-instance_method" title="Hyperloop::Resource::PubSub#subscribe_rest_method (method)">#subscribe_rest_method</a></span>
1002
- <small>Hyperloop::Resource::PubSub</small>
1017
+ <span class='object_link'><a href="HyperRecord/PubSub.html#subscribe_rest_method-instance_method" title="HyperRecord::PubSub#subscribe_rest_method (method)">#subscribe_rest_method</a></span>
1018
+ <small>HyperRecord::PubSub</small>
1003
1019
  </div>
1004
1020
  </li>
1005
1021