foreman_api 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/doc/ForemanApi.html +3 -3
  3. data/doc/ForemanApi/Resources.html +4 -4
  4. data/doc/ForemanApi/Resources/Architecture.html +5 -5
  5. data/doc/ForemanApi/Resources/Audit.html +1 -1
  6. data/doc/ForemanApi/Resources/AuthSourceLdap.html +23 -23
  7. data/doc/ForemanApi/Resources/Autosign.html +1 -1
  8. data/doc/ForemanApi/Resources/Bookmark.html +5 -5
  9. data/doc/ForemanApi/Resources/CommonParameter.html +3 -3
  10. data/doc/ForemanApi/Resources/ComputeResource.html +27 -27
  11. data/doc/ForemanApi/Resources/ConfigTemplate.html +12 -12
  12. data/doc/ForemanApi/Resources/Dashboard.html +1 -1
  13. data/doc/ForemanApi/Resources/Domain.html +8 -6
  14. data/doc/ForemanApi/Resources/Environment.html +3 -3
  15. data/doc/ForemanApi/Resources/FactValue.html +1 -1
  16. data/doc/ForemanApi/Resources/Home.html +1 -1
  17. data/doc/ForemanApi/Resources/Host.html +58 -62
  18. data/doc/ForemanApi/Resources/HostClass.html +1 -1
  19. data/doc/ForemanApi/Resources/Hostgroup.html +23 -23
  20. data/doc/ForemanApi/Resources/HostgroupClass.html +6 -19
  21. data/doc/ForemanApi/Resources/Image.html +3 -3
  22. data/doc/ForemanApi/Resources/Interface.html +14 -18
  23. data/doc/ForemanApi/Resources/Location.html +3 -3
  24. data/doc/ForemanApi/Resources/LookupKey.html +1 -1
  25. data/doc/ForemanApi/Resources/Medium.html +10 -10
  26. data/doc/ForemanApi/Resources/Model.html +9 -9
  27. data/doc/ForemanApi/Resources/OperatingSystem.html +9 -9
  28. data/doc/ForemanApi/Resources/Organization.html +3 -3
  29. data/doc/ForemanApi/Resources/OsDefaultTemplate.html +1031 -0
  30. data/doc/ForemanApi/Resources/OverrideValue.html +38 -12
  31. data/doc/ForemanApi/Resources/Parameter.html +191 -35
  32. data/doc/ForemanApi/Resources/Plugin.html +1 -1
  33. data/doc/ForemanApi/Resources/Ptable.html +5 -5
  34. data/doc/ForemanApi/Resources/Puppetclass.html +3 -3
  35. data/doc/ForemanApi/Resources/Report.html +15 -15
  36. data/doc/ForemanApi/Resources/Role.html +3 -3
  37. data/doc/ForemanApi/Resources/Setting.html +1 -1
  38. data/doc/ForemanApi/Resources/SmartClassParameter.html +1 -1
  39. data/doc/ForemanApi/Resources/SmartProxy.html +3 -3
  40. data/doc/ForemanApi/Resources/SmartVariable.html +17 -17
  41. data/doc/ForemanApi/Resources/Statistic.html +1 -1
  42. data/doc/ForemanApi/Resources/Subnet.html +13 -13
  43. data/doc/ForemanApi/Resources/Task.html +1 -1
  44. data/doc/ForemanApi/Resources/TemplateCombination.html +1 -1
  45. data/doc/ForemanApi/Resources/TemplateKind.html +1 -1
  46. data/doc/ForemanApi/Resources/User.html +15 -13
  47. data/doc/ForemanApi/Resources/Usergroup.html +3 -3
  48. data/doc/_index.html +8 -1
  49. data/doc/class_list.html +1 -1
  50. data/doc/file.MIT-LICENSE.html +1 -1
  51. data/doc/file.README.html +1 -1
  52. data/doc/index.html +1 -1
  53. data/doc/method_list.html +443 -407
  54. data/doc/top-level-namespace.html +1 -1
  55. data/lib/foreman_api/base.rb +1 -1
  56. data/lib/foreman_api/documentation.json +1 -1
  57. data/lib/foreman_api/resources/architecture.rb +4 -4
  58. data/lib/foreman_api/resources/auth_source_ldap.rb +22 -22
  59. data/lib/foreman_api/resources/bookmark.rb +4 -4
  60. data/lib/foreman_api/resources/common_parameter.rb +2 -2
  61. data/lib/foreman_api/resources/compute_resource.rb +20 -20
  62. data/lib/foreman_api/resources/config_template.rb +7 -7
  63. data/lib/foreman_api/resources/domain.rb +5 -5
  64. data/lib/foreman_api/resources/environment.rb +2 -2
  65. data/lib/foreman_api/resources/host.rb +55 -55
  66. data/lib/foreman_api/resources/hostgroup.rb +22 -22
  67. data/lib/foreman_api/resources/hostgroup_class.rb +1 -2
  68. data/lib/foreman_api/resources/image.rb +2 -2
  69. data/lib/foreman_api/resources/interface.rb +13 -13
  70. data/lib/foreman_api/resources/location.rb +2 -2
  71. data/lib/foreman_api/resources/medium.rb +6 -6
  72. data/lib/foreman_api/resources/model.rb +8 -8
  73. data/lib/foreman_api/resources/operating_system.rb +8 -8
  74. data/lib/foreman_api/resources/organization.rb +2 -2
  75. data/lib/foreman_api/resources/os_default_template.rb +68 -0
  76. data/lib/foreman_api/resources/override_value.rb +11 -11
  77. data/lib/foreman_api/resources/parameter.rb +18 -6
  78. data/lib/foreman_api/resources/ptable.rb +4 -4
  79. data/lib/foreman_api/resources/puppetclass.rb +2 -2
  80. data/lib/foreman_api/resources/report.rb +12 -12
  81. data/lib/foreman_api/resources/role.rb +2 -2
  82. data/lib/foreman_api/resources/smart_proxy.rb +2 -2
  83. data/lib/foreman_api/resources/smart_variable.rb +16 -16
  84. data/lib/foreman_api/resources/subnet.rb +12 -12
  85. data/lib/foreman_api/resources/user.rb +7 -6
  86. data/lib/foreman_api/resources/usergroup.rb +2 -2
  87. data/lib/foreman_api/version.rb +1 -1
  88. metadata +4 -2
@@ -345,7 +345,7 @@
345
345
  </div>
346
346
 
347
347
  <div id="footer">
348
- Generated on Thu Dec 19 15:47:32 2013 by
348
+ Generated on Thu Jan 23 15:40:34 2014 by
349
349
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
350
  0.8.7 (ruby-2.0.0).
351
351
  </div>
@@ -380,7 +380,7 @@
380
380
 
381
381
  <li>
382
382
  <span class="name">domain</span>
383
- <span class="type">(<tt>Hash</tt>)</span>
383
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
384
384
  <span class="default">
385
385
 
386
386
  </span>
@@ -390,7 +390,8 @@
390
390
  <ul><li>
391
391
  <p>dns_id [String, nil] dns proxy to use within this domain</p>
392
392
  </li><li>
393
- <p>domain_parameters_attributes [Array] array of parameters (name, value)</p>
393
+ <p>domain_parameters_attributes [Array, nil] array of parameters (name,
394
+ value)</p>
394
395
  </li><li>
395
396
  <p>fullname [String, nil] full name describing the domain</p>
396
397
  </li><li>
@@ -925,7 +926,7 @@
925
926
 
926
927
  <li>
927
928
  <span class="name">domain</span>
928
- <span class="type">(<tt>Hash</tt>)</span>
929
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
929
930
  <span class="default">
930
931
 
931
932
  </span>
@@ -935,11 +936,12 @@
935
936
  <ul><li>
936
937
  <p>dns_id [String, nil] dns proxy to use within this domain</p>
937
938
  </li><li>
938
- <p>domain_parameters_attributes [Array] array of parameters (name, value)</p>
939
+ <p>domain_parameters_attributes [Array, nil] array of parameters (name,
940
+ value)</p>
939
941
  </li><li>
940
942
  <p>fullname [String, nil] full name describing the domain</p>
941
943
  </li><li>
942
- <p>name [String, nil] the full dns domain name</p>
944
+ <p>name [String] the full dns domain name</p>
943
945
  </li></ul>
944
946
  </div>
945
947
 
@@ -995,7 +997,7 @@
995
997
  </div>
996
998
 
997
999
  <div id="footer">
998
- Generated on Thu Dec 19 15:47:31 2013 by
1000
+ Generated on Thu Jan 23 15:40:32 2014 by
999
1001
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1000
1002
  0.8.7 (ruby-2.0.0).
1001
1003
  </div>
@@ -404,7 +404,7 @@
404
404
 
405
405
  <li>
406
406
  <span class="name">environment</span>
407
- <span class="type">(<tt>Hash</tt>)</span>
407
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
408
408
  <span class="default">
409
409
 
410
410
  </span>
@@ -1085,7 +1085,7 @@
1085
1085
 
1086
1086
  <li>
1087
1087
  <span class="name">environment</span>
1088
- <span class="type">(<tt>Hash</tt>)</span>
1088
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
1089
1089
  <span class="default">
1090
1090
 
1091
1091
  </span>
@@ -1149,7 +1149,7 @@
1149
1149
  </div>
1150
1150
 
1151
1151
  <div id="footer">
1152
- Generated on Thu Dec 19 15:47:33 2013 by
1152
+ Generated on Thu Jan 23 15:40:35 2014 by
1153
1153
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1154
1154
  0.8.7 (ruby-2.0.0).
1155
1155
  </div>
@@ -397,7 +397,7 @@
397
397
  </div>
398
398
 
399
399
  <div id="footer">
400
- Generated on Thu Dec 19 15:47:33 2013 by
400
+ Generated on Thu Jan 23 15:40:34 2014 by
401
401
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
402
402
  0.8.7 (ruby-2.0.0).
403
403
  </div>
@@ -444,7 +444,7 @@
444
444
  </div>
445
445
 
446
446
  <div id="footer">
447
- Generated on Thu Dec 19 15:47:31 2013 by
447
+ Generated on Thu Jan 23 15:40:31 2014 by
448
448
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
449
449
  0.8.7 (ruby-2.0.0).
450
450
  </div>
@@ -632,7 +632,7 @@
632
632
 
633
633
  <li>
634
634
  <span class="name">host</span>
635
- <span class="type">(<tt>Hash</tt>)</span>
635
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
636
636
  <span class="default">
637
637
 
638
638
  </span>
@@ -640,60 +640,60 @@
640
640
  &mdash; <div class='inline'>
641
641
  <p>allowed keys are:</p>
642
642
  <ul><li>
643
- <p>architecture_id [String]</p>
643
+ <p>architecture_id [String, nil]</p>
644
644
  </li><li>
645
- <p>compute_resource_id [String]</p>
645
+ <p>compute_resource_id [String, nil]</p>
646
646
  </li><li>
647
- <p>domain_id [String]</p>
647
+ <p>domain_id [String, nil]</p>
648
648
  </li><li>
649
- <p>environment_id [String]</p>
649
+ <p>environment_id [String, nil]</p>
650
650
  </li><li>
651
- <p>hostgroup_id [String]</p>
651
+ <p>hostgroup_id [String, nil]</p>
652
652
  </li><li>
653
- <p>image_id [String]</p>
653
+ <p>image_id [String, nil]</p>
654
654
  </li><li>
655
- <p>medium_id [String]</p>
655
+ <p>medium_id [String, nil]</p>
656
656
  </li><li>
657
- <p>model_id [String]</p>
657
+ <p>model_id [String, nil]</p>
658
658
  </li><li>
659
- <p>operatingsystem_id [String]</p>
659
+ <p>operatingsystem_id [String, nil]</p>
660
660
  </li><li>
661
- <p>owner_id [String]</p>
661
+ <p>owner_id [String, nil]</p>
662
662
  </li><li>
663
- <p>progress_report_id [String] uuid to track orchestration tasks status, get
664
- /api/orchestration/:uuid/tasks</p>
663
+ <p>progress_report_id [String, nil] uuid to track orchestration tasks status,
664
+ get /api/orchestration/:uuid/tasks</p>
665
665
  </li><li>
666
- <p>ptable_id [String]</p>
666
+ <p>ptable_id [String, nil]</p>
667
667
  </li><li>
668
- <p>puppet_ca_proxy_id [String]</p>
668
+ <p>puppet_ca_proxy_id [String, nil]</p>
669
669
  </li><li>
670
- <p>puppet_class_ids [Array]</p>
670
+ <p>puppet_class_ids [Array, nil]</p>
671
671
  </li><li>
672
- <p>puppet_proxy_id [String]</p>
672
+ <p>puppet_proxy_id [String, nil]</p>
673
673
  </li><li>
674
- <p>sp_subnet_id [String]</p>
674
+ <p>sp_subnet_id [String, nil]</p>
675
675
  </li><li>
676
- <p>subnet_id [String]</p>
676
+ <p>subnet_id [String, nil]</p>
677
677
  </li><li>
678
- <p>build [String]</p>
678
+ <p>build [String, nil]</p>
679
679
  </li><li>
680
- <p>capabilities [String]</p>
680
+ <p>capabilities [String, nil]</p>
681
681
  </li><li>
682
- <p>compute_attributes [Hash]</p>
682
+ <p>compute_attributes [Hash, nil]</p>
683
683
  </li><li>
684
- <p>enabled [String]</p>
684
+ <p>enabled [String, nil]</p>
685
685
  </li><li>
686
- <p>host_parameters_attributes [Array]</p>
686
+ <p>host_parameters_attributes [Array, nil]</p>
687
687
  </li><li>
688
- <p>ip [String] not required if using a subnet with dhcp proxy</p>
688
+ <p>ip [String, nil] not required if using a subnet with dhcp proxy</p>
689
689
  </li><li>
690
- <p>mac [String] not required if its a virtual machine</p>
690
+ <p>mac [String, nil] not required if its a virtual machine</p>
691
691
  </li><li>
692
- <p>managed [String]</p>
692
+ <p>managed [String, nil]</p>
693
693
  </li><li>
694
694
  <p>name [String]</p>
695
695
  </li><li>
696
- <p>provision_method [String]</p>
696
+ <p>provision_method [String, nil]</p>
697
697
  </li></ul>
698
698
  </div>
699
699
 
@@ -1387,15 +1387,11 @@
1387
1387
 
1388
1388
  <li>
1389
1389
  <span class="name">id</span>
1390
- <span class="type">(<tt>Object</tt>)</span>
1390
+ <span class="type">(<tt>String</tt>)</span>
1391
1391
  <span class="default">
1392
1392
 
1393
1393
  </span>
1394
1394
 
1395
- &mdash; <div class='inline'>
1396
- <p>Part of <tt>/api/hosts/:id/puppetrun</tt> path</p>
1397
- </div>
1398
-
1399
1395
  </li>
1400
1396
 
1401
1397
  </ul>
@@ -1757,7 +1753,7 @@
1757
1753
 
1758
1754
  <li>
1759
1755
  <span class="name">host</span>
1760
- <span class="type">(<tt>Hash</tt>)</span>
1756
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
1761
1757
  <span class="default">
1762
1758
 
1763
1759
  </span>
@@ -1765,60 +1761,60 @@
1765
1761
  &mdash; <div class='inline'>
1766
1762
  <p>allowed keys are:</p>
1767
1763
  <ul><li>
1768
- <p>architecture_id [String]</p>
1764
+ <p>architecture_id [String, nil]</p>
1769
1765
  </li><li>
1770
- <p>compute_resource_id [String]</p>
1766
+ <p>compute_resource_id [String, nil]</p>
1771
1767
  </li><li>
1772
- <p>domain_id [String]</p>
1768
+ <p>domain_id [String, nil]</p>
1773
1769
  </li><li>
1774
- <p>environment_id [String]</p>
1770
+ <p>environment_id [String, nil]</p>
1775
1771
  </li><li>
1776
- <p>hostgroup_id [String]</p>
1772
+ <p>hostgroup_id [String, nil]</p>
1777
1773
  </li><li>
1778
- <p>image_id [String]</p>
1774
+ <p>image_id [String, nil]</p>
1779
1775
  </li><li>
1780
- <p>medium_id [String]</p>
1776
+ <p>medium_id [String, nil]</p>
1781
1777
  </li><li>
1782
- <p>model_id [String]</p>
1778
+ <p>model_id [String, nil]</p>
1783
1779
  </li><li>
1784
- <p>operatingsystem_id [String]</p>
1780
+ <p>operatingsystem_id [String, nil]</p>
1785
1781
  </li><li>
1786
- <p>owner_id [String]</p>
1782
+ <p>owner_id [String, nil]</p>
1787
1783
  </li><li>
1788
- <p>progress_report_id [String] uuid to track orchestration tasks status, get
1789
- /api/orchestration/:uuid/tasks</p>
1784
+ <p>progress_report_id [String, nil] uuid to track orchestration tasks status,
1785
+ get /api/orchestration/:uuid/tasks</p>
1790
1786
  </li><li>
1791
- <p>ptable_id [String]</p>
1787
+ <p>ptable_id [String, nil]</p>
1792
1788
  </li><li>
1793
- <p>puppet_ca_proxy_id [String]</p>
1789
+ <p>puppet_ca_proxy_id [String, nil]</p>
1794
1790
  </li><li>
1795
- <p>puppet_class_ids [Array]</p>
1791
+ <p>puppet_class_ids [Array, nil]</p>
1796
1792
  </li><li>
1797
- <p>puppet_proxy_id [String]</p>
1793
+ <p>puppet_proxy_id [String, nil]</p>
1798
1794
  </li><li>
1799
- <p>sp_subnet_id [String]</p>
1795
+ <p>sp_subnet_id [String, nil]</p>
1800
1796
  </li><li>
1801
- <p>subnet_id [String]</p>
1797
+ <p>subnet_id [String, nil]</p>
1802
1798
  </li><li>
1803
- <p>build [String]</p>
1799
+ <p>build [String, nil]</p>
1804
1800
  </li><li>
1805
- <p>capabilities [String]</p>
1801
+ <p>capabilities [String, nil]</p>
1806
1802
  </li><li>
1807
- <p>compute_attributes [Hash]</p>
1803
+ <p>compute_attributes [Hash, nil]</p>
1808
1804
  </li><li>
1809
- <p>enabled [String]</p>
1805
+ <p>enabled [String, nil]</p>
1810
1806
  </li><li>
1811
- <p>host_parameters_attributes [Array]</p>
1807
+ <p>host_parameters_attributes [Array, nil]</p>
1812
1808
  </li><li>
1813
- <p>ip [String] not required if using a subnet with dhcp proxy</p>
1809
+ <p>ip [String, nil] not required if using a subnet with dhcp proxy</p>
1814
1810
  </li><li>
1815
- <p>mac [String] not required if its a virtual machine</p>
1811
+ <p>mac [String, nil] not required if its a virtual machine</p>
1816
1812
  </li><li>
1817
- <p>managed [String]</p>
1813
+ <p>managed [String, nil]</p>
1818
1814
  </li><li>
1819
1815
  <p>name [String]</p>
1820
1816
  </li><li>
1821
- <p>provision_method [String]</p>
1817
+ <p>provision_method [String, nil]</p>
1822
1818
  </li></ul>
1823
1819
  </div>
1824
1820
 
@@ -1874,7 +1870,7 @@
1874
1870
  </div>
1875
1871
 
1876
1872
  <div id="footer">
1877
- Generated on Thu Dec 19 15:47:31 2013 by
1873
+ Generated on Thu Jan 23 15:40:32 2014 by
1878
1874
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1879
1875
  0.8.7 (ruby-2.0.0).
1880
1876
  </div>
@@ -665,7 +665,7 @@
665
665
  </div>
666
666
 
667
667
  <div id="footer">
668
- Generated on Thu Dec 19 15:47:33 2013 by
668
+ Generated on Thu Jan 23 15:40:34 2014 by
669
669
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
670
670
  0.8.7 (ruby-2.0.0).
671
671
  </div>
@@ -380,7 +380,7 @@
380
380
 
381
381
  <li>
382
382
  <span class="name">hostgroup</span>
383
- <span class="type">(<tt>Hash</tt>)</span>
383
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
384
384
  <span class="default">
385
385
 
386
386
  </span>
@@ -388,25 +388,25 @@
388
388
  &mdash; <div class='inline'>
389
389
  <p>allowed keys are:</p>
390
390
  <ul><li>
391
- <p>architecture_id [String]</p>
391
+ <p>architecture_id [String, nil]</p>
392
392
  </li><li>
393
- <p>domain_id [String]</p>
393
+ <p>domain_id [String, nil]</p>
394
394
  </li><li>
395
- <p>environment_id [String]</p>
395
+ <p>environment_id [String, nil]</p>
396
396
  </li><li>
397
- <p>medium_id [String]</p>
397
+ <p>medium_id [String, nil]</p>
398
398
  </li><li>
399
- <p>operatingsystem_id [String]</p>
399
+ <p>operatingsystem_id [String, nil]</p>
400
400
  </li><li>
401
- <p>parent_id [String]</p>
401
+ <p>parent_id [String, nil]</p>
402
402
  </li><li>
403
- <p>ptable_id [String]</p>
403
+ <p>ptable_id [String, nil]</p>
404
404
  </li><li>
405
- <p>puppet_ca_proxy_id [String]</p>
405
+ <p>puppet_ca_proxy_id [String, nil]</p>
406
406
  </li><li>
407
- <p>puppet_proxy_id [String]</p>
407
+ <p>puppet_proxy_id [String, nil]</p>
408
408
  </li><li>
409
- <p>subnet_id [String]</p>
409
+ <p>subnet_id [String, nil]</p>
410
410
  </li><li>
411
411
  <p>name [String]</p>
412
412
  </li></ul>
@@ -935,7 +935,7 @@
935
935
 
936
936
  <li>
937
937
  <span class="name">hostgroup</span>
938
- <span class="type">(<tt>Hash</tt>)</span>
938
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
939
939
  <span class="default">
940
940
 
941
941
  </span>
@@ -943,25 +943,25 @@
943
943
  &mdash; <div class='inline'>
944
944
  <p>allowed keys are:</p>
945
945
  <ul><li>
946
- <p>architecture_id [String]</p>
946
+ <p>architecture_id [String, nil]</p>
947
947
  </li><li>
948
- <p>domain_id [String]</p>
948
+ <p>domain_id [String, nil]</p>
949
949
  </li><li>
950
- <p>environment_id [String]</p>
950
+ <p>environment_id [String, nil]</p>
951
951
  </li><li>
952
- <p>medium_id [String]</p>
952
+ <p>medium_id [String, nil]</p>
953
953
  </li><li>
954
- <p>operatingsystem_id [String]</p>
954
+ <p>operatingsystem_id [String, nil]</p>
955
955
  </li><li>
956
- <p>parent_id [String]</p>
956
+ <p>parent_id [String, nil]</p>
957
957
  </li><li>
958
- <p>ptable_id [String]</p>
958
+ <p>ptable_id [String, nil]</p>
959
959
  </li><li>
960
- <p>puppet_ca_proxy_id [String]</p>
960
+ <p>puppet_ca_proxy_id [String, nil]</p>
961
961
  </li><li>
962
- <p>puppet_proxy_id [String]</p>
962
+ <p>puppet_proxy_id [String, nil]</p>
963
963
  </li><li>
964
- <p>subnet_id [String]</p>
964
+ <p>subnet_id [String, nil]</p>
965
965
  </li><li>
966
966
  <p>name [String]</p>
967
967
  </li></ul>
@@ -1019,7 +1019,7 @@
1019
1019
  </div>
1020
1020
 
1021
1021
  <div id="footer">
1022
- Generated on Thu Dec 19 15:47:32 2013 by
1022
+ Generated on Thu Jan 23 15:40:34 2014 by
1023
1023
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1024
1024
  0.8.7 (ruby-2.0.0).
1025
1025
  </div>
@@ -468,13 +468,13 @@
468
468
 
469
469
  <li>
470
470
  <span class="name">id</span>
471
- <span class="type">(<tt>Object</tt>)</span>
471
+ <span class="type">(<tt>String</tt>)</span>
472
472
  <span class="default">
473
473
 
474
474
  </span>
475
475
 
476
476
  &mdash; <div class='inline'>
477
- <p>Part of <tt>/api/hostgroups/:hostgroup_id/puppetclass_ids/:id</tt> path</p>
477
+ <p>id of puppetclass</p>
478
478
  </div>
479
479
 
480
480
  </li>
@@ -488,19 +488,6 @@
488
488
 
489
489
  &mdash; <div class='inline'>
490
490
  <p>id of hostgroup</p>
491
- </div>
492
-
493
- </li>
494
-
495
- <li>
496
- <span class="name">puppetclass_id</span>
497
- <span class="type">(<tt>String</tt>)</span>
498
- <span class="default">
499
-
500
- </span>
501
-
502
- &mdash; <div class='inline'>
503
- <p>id of puppetclass</p>
504
491
  </div>
505
492
 
506
493
  </li>
@@ -535,12 +522,12 @@
535
522
  <pre class="lines">
536
523
 
537
524
 
525
+ 33
538
526
  34
539
- 35
540
- 36</pre>
527
+ 35</pre>
541
528
  </td>
542
529
  <td>
543
- <pre class="code"><span class="info file"># File 'lib/foreman_api/resources/hostgroup_class.rb', line 34</span>
530
+ <pre class="code"><span class="info file"># File 'lib/foreman_api/resources/hostgroup_class.rb', line 33</span>
544
531
 
545
532
  <span class='kw'>def</span> <span class='id identifier rubyid_destroy'>destroy</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
546
533
  <span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
@@ -678,7 +665,7 @@
678
665
  </div>
679
666
 
680
667
  <div id="footer">
681
- Generated on Thu Dec 19 15:47:34 2013 by
668
+ Generated on Thu Jan 23 15:40:36 2014 by
682
669
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
683
670
  0.8.7 (ruby-2.0.0).
684
671
  </div>