foreman_api 0.1.9 → 0.1.10

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 (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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 775d36b01a96f2de062ea40d1eef9d1e245bb259
4
- data.tar.gz: 9f8cf5edca77c22003e63e8f0bf4f0ee053de534
3
+ metadata.gz: e804c349a0737bd1e36f75d217e900e410db7d46
4
+ data.tar.gz: 6e30c0b8219160082efbaf2e4f77533716e22ba0
5
5
  SHA512:
6
- metadata.gz: 35549fd51df90d0bc94b02be542671182233189f02dc8d42f284701b9483b2c3e839e7f4e0fb1fee628a3f8f46bc9a3681948c4e63094a6277ccd96946be892d
7
- data.tar.gz: d6bd45e4feb1bb609109ec1d3a1f79f96a24aa52e994f1c50dcd3b4f313c5cf536e2ae332d436f4c4bed5529d16d9e51e82a2004909c06c7f6ea1540394265a4
6
+ metadata.gz: d73fd7e470e8ba4c1e589cb941f2da24640fd1bfe7bacc8f71ec2445262d14388516b0b16828b48b72095a487f9f33092df3c2b2f337f9002c9f726892a7f79a
7
+ data.tar.gz: e3d9b4c9b6eea0218635816a3ae2b234e0dac08f0808b3568d3bd2c344e6a0aaa97ab7c7615db799ada161febde6b6b6c31408fa6ceb4fc8558ff1d976659065
data/doc/ForemanApi.html CHANGED
@@ -79,8 +79,8 @@
79
79
 
80
80
 
81
81
  <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/foreman_api/resources/role.rb<span class="defines">,<br />
83
- lib/foreman_api/resources/user.rb,<br /> lib/foreman_api/resources/task.rb,<br /> lib/foreman_api/resources/home.rb,<br /> lib/foreman_api/resources/host.rb,<br /> lib/foreman_api/resources/image.rb,<br /> lib/foreman_api/resources/audit.rb,<br /> lib/foreman_api/resources/model.rb,<br /> lib/foreman_api/resources/ptable.rb,<br /> lib/foreman_api/resources/subnet.rb,<br /> lib/foreman_api/resources/domain.rb,<br /> lib/foreman_api/resources/report.rb,<br /> lib/foreman_api/resources/plugin.rb,<br /> lib/foreman_api/resources/medium.rb,<br /> lib/foreman_api/resources/setting.rb,<br /> lib/foreman_api/resources/bookmark.rb,<br /> lib/foreman_api/resources/location.rb,<br /> lib/foreman_api/resources/autosign.rb,<br /> lib/foreman_api/resources/parameter.rb,<br /> lib/foreman_api/resources/usergroup.rb,<br /> lib/foreman_api/resources/hostgroup.rb,<br /> lib/foreman_api/resources/dashboard.rb,<br /> lib/foreman_api/resources/statistic.rb,<br /> lib/foreman_api/resources/interface.rb,<br /> lib/foreman_api/resources/fact_value.rb,<br /> lib/foreman_api/resources/host_class.rb,<br /> lib/foreman_api/resources/lookup_key.rb,<br /> lib/foreman_api/resources/environment.rb,<br /> lib/foreman_api/resources/smart_proxy.rb,<br /> lib/foreman_api/resources/puppetclass.rb,<br /> lib/foreman_api/resources/organization.rb,<br /> lib/foreman_api/resources/architecture.rb,<br /> lib/foreman_api/resources/template_kind.rb,<br /> lib/foreman_api/resources/override_value.rb,<br /> lib/foreman_api/resources/smart_variable.rb,<br /> lib/foreman_api/resources/config_template.rb,<br /> lib/foreman_api/resources/hostgroup_class.rb,<br /> lib/foreman_api/resources/compute_resource.rb,<br /> lib/foreman_api/resources/common_parameter.rb,<br /> lib/foreman_api/resources/auth_source_ldap.rb,<br /> lib/foreman_api/resources/operating_system.rb,<br /> lib/foreman_api/resources/template_combination.rb,<br /> lib/foreman_api/resources/smart_class_parameter.rb</span>
82
+ <dd class="r1 last">lib/foreman_api/resources/user.rb<span class="defines">,<br />
83
+ lib/foreman_api/resources/home.rb,<br /> lib/foreman_api/resources/task.rb,<br /> lib/foreman_api/resources/role.rb,<br /> lib/foreman_api/resources/host.rb,<br /> lib/foreman_api/resources/image.rb,<br /> lib/foreman_api/resources/model.rb,<br /> lib/foreman_api/resources/audit.rb,<br /> lib/foreman_api/resources/medium.rb,<br /> lib/foreman_api/resources/plugin.rb,<br /> lib/foreman_api/resources/domain.rb,<br /> lib/foreman_api/resources/ptable.rb,<br /> lib/foreman_api/resources/report.rb,<br /> lib/foreman_api/resources/subnet.rb,<br /> lib/foreman_api/resources/setting.rb,<br /> lib/foreman_api/resources/autosign.rb,<br /> lib/foreman_api/resources/bookmark.rb,<br /> lib/foreman_api/resources/location.rb,<br /> lib/foreman_api/resources/usergroup.rb,<br /> lib/foreman_api/resources/hostgroup.rb,<br /> lib/foreman_api/resources/parameter.rb,<br /> lib/foreman_api/resources/statistic.rb,<br /> lib/foreman_api/resources/dashboard.rb,<br /> lib/foreman_api/resources/interface.rb,<br /> lib/foreman_api/resources/fact_value.rb,<br /> lib/foreman_api/resources/host_class.rb,<br /> lib/foreman_api/resources/lookup_key.rb,<br /> lib/foreman_api/resources/smart_proxy.rb,<br /> lib/foreman_api/resources/puppetclass.rb,<br /> lib/foreman_api/resources/environment.rb,<br /> lib/foreman_api/resources/architecture.rb,<br /> lib/foreman_api/resources/organization.rb,<br /> lib/foreman_api/resources/template_kind.rb,<br /> lib/foreman_api/resources/override_value.rb,<br /> lib/foreman_api/resources/smart_variable.rb,<br /> lib/foreman_api/resources/hostgroup_class.rb,<br /> lib/foreman_api/resources/config_template.rb,<br /> lib/foreman_api/resources/auth_source_ldap.rb,<br /> lib/foreman_api/resources/operating_system.rb,<br /> lib/foreman_api/resources/common_parameter.rb,<br /> lib/foreman_api/resources/compute_resource.rb,<br /> lib/foreman_api/resources/os_default_template.rb,<br /> lib/foreman_api/resources/template_combination.rb,<br /> lib/foreman_api/resources/smart_class_parameter.rb</span>
84
84
  </dd>
85
85
 
86
86
  </dl>
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Thu Dec 19 15:47:30 2013 by
111
+ Generated on Thu Jan 23 15:40:31 2014 by
112
112
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113
113
  0.8.7 (ruby-2.0.0).
114
114
  </div>
@@ -79,8 +79,8 @@
79
79
 
80
80
 
81
81
  <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/foreman_api/resources/role.rb<span class="defines">,<br />
83
- lib/foreman_api/resources/user.rb,<br /> lib/foreman_api/resources/task.rb,<br /> lib/foreman_api/resources/home.rb,<br /> lib/foreman_api/resources/host.rb,<br /> lib/foreman_api/resources/image.rb,<br /> lib/foreman_api/resources/audit.rb,<br /> lib/foreman_api/resources/model.rb,<br /> lib/foreman_api/resources/ptable.rb,<br /> lib/foreman_api/resources/subnet.rb,<br /> lib/foreman_api/resources/domain.rb,<br /> lib/foreman_api/resources/report.rb,<br /> lib/foreman_api/resources/plugin.rb,<br /> lib/foreman_api/resources/medium.rb,<br /> lib/foreman_api/resources/setting.rb,<br /> lib/foreman_api/resources/bookmark.rb,<br /> lib/foreman_api/resources/location.rb,<br /> lib/foreman_api/resources/autosign.rb,<br /> lib/foreman_api/resources/parameter.rb,<br /> lib/foreman_api/resources/usergroup.rb,<br /> lib/foreman_api/resources/hostgroup.rb,<br /> lib/foreman_api/resources/dashboard.rb,<br /> lib/foreman_api/resources/statistic.rb,<br /> lib/foreman_api/resources/interface.rb,<br /> lib/foreman_api/resources/fact_value.rb,<br /> lib/foreman_api/resources/host_class.rb,<br /> lib/foreman_api/resources/lookup_key.rb,<br /> lib/foreman_api/resources/environment.rb,<br /> lib/foreman_api/resources/smart_proxy.rb,<br /> lib/foreman_api/resources/puppetclass.rb,<br /> lib/foreman_api/resources/organization.rb,<br /> lib/foreman_api/resources/architecture.rb,<br /> lib/foreman_api/resources/template_kind.rb,<br /> lib/foreman_api/resources/override_value.rb,<br /> lib/foreman_api/resources/smart_variable.rb,<br /> lib/foreman_api/resources/config_template.rb,<br /> lib/foreman_api/resources/hostgroup_class.rb,<br /> lib/foreman_api/resources/compute_resource.rb,<br /> lib/foreman_api/resources/common_parameter.rb,<br /> lib/foreman_api/resources/auth_source_ldap.rb,<br /> lib/foreman_api/resources/operating_system.rb,<br /> lib/foreman_api/resources/template_combination.rb,<br /> lib/foreman_api/resources/smart_class_parameter.rb</span>
82
+ <dd class="r1 last">lib/foreman_api/resources/user.rb<span class="defines">,<br />
83
+ lib/foreman_api/resources/home.rb,<br /> lib/foreman_api/resources/task.rb,<br /> lib/foreman_api/resources/role.rb,<br /> lib/foreman_api/resources/host.rb,<br /> lib/foreman_api/resources/image.rb,<br /> lib/foreman_api/resources/model.rb,<br /> lib/foreman_api/resources/audit.rb,<br /> lib/foreman_api/resources/medium.rb,<br /> lib/foreman_api/resources/plugin.rb,<br /> lib/foreman_api/resources/domain.rb,<br /> lib/foreman_api/resources/ptable.rb,<br /> lib/foreman_api/resources/report.rb,<br /> lib/foreman_api/resources/subnet.rb,<br /> lib/foreman_api/resources/setting.rb,<br /> lib/foreman_api/resources/autosign.rb,<br /> lib/foreman_api/resources/bookmark.rb,<br /> lib/foreman_api/resources/location.rb,<br /> lib/foreman_api/resources/usergroup.rb,<br /> lib/foreman_api/resources/hostgroup.rb,<br /> lib/foreman_api/resources/parameter.rb,<br /> lib/foreman_api/resources/statistic.rb,<br /> lib/foreman_api/resources/dashboard.rb,<br /> lib/foreman_api/resources/interface.rb,<br /> lib/foreman_api/resources/fact_value.rb,<br /> lib/foreman_api/resources/host_class.rb,<br /> lib/foreman_api/resources/lookup_key.rb,<br /> lib/foreman_api/resources/smart_proxy.rb,<br /> lib/foreman_api/resources/puppetclass.rb,<br /> lib/foreman_api/resources/environment.rb,<br /> lib/foreman_api/resources/architecture.rb,<br /> lib/foreman_api/resources/organization.rb,<br /> lib/foreman_api/resources/template_kind.rb,<br /> lib/foreman_api/resources/override_value.rb,<br /> lib/foreman_api/resources/smart_variable.rb,<br /> lib/foreman_api/resources/hostgroup_class.rb,<br /> lib/foreman_api/resources/config_template.rb,<br /> lib/foreman_api/resources/auth_source_ldap.rb,<br /> lib/foreman_api/resources/operating_system.rb,<br /> lib/foreman_api/resources/common_parameter.rb,<br /> lib/foreman_api/resources/compute_resource.rb,<br /> lib/foreman_api/resources/os_default_template.rb,<br /> lib/foreman_api/resources/template_combination.rb,<br /> lib/foreman_api/resources/smart_class_parameter.rb</span>
84
84
  </dd>
85
85
 
86
86
  </dl>
@@ -92,7 +92,7 @@
92
92
 
93
93
 
94
94
 
95
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Resources/Architecture.html" title="ForemanApi::Resources::Architecture (class)">Architecture</a></span>, <span class='object_link'><a href="Resources/Audit.html" title="ForemanApi::Resources::Audit (class)">Audit</a></span>, <span class='object_link'><a href="Resources/AuthSourceLdap.html" title="ForemanApi::Resources::AuthSourceLdap (class)">AuthSourceLdap</a></span>, <span class='object_link'><a href="Resources/Autosign.html" title="ForemanApi::Resources::Autosign (class)">Autosign</a></span>, <span class='object_link'><a href="Resources/Bookmark.html" title="ForemanApi::Resources::Bookmark (class)">Bookmark</a></span>, <span class='object_link'><a href="Resources/CommonParameter.html" title="ForemanApi::Resources::CommonParameter (class)">CommonParameter</a></span>, <span class='object_link'><a href="Resources/ComputeResource.html" title="ForemanApi::Resources::ComputeResource (class)">ComputeResource</a></span>, <span class='object_link'><a href="Resources/ConfigTemplate.html" title="ForemanApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span>, <span class='object_link'><a href="Resources/Dashboard.html" title="ForemanApi::Resources::Dashboard (class)">Dashboard</a></span>, <span class='object_link'><a href="Resources/Domain.html" title="ForemanApi::Resources::Domain (class)">Domain</a></span>, <span class='object_link'><a href="Resources/Environment.html" title="ForemanApi::Resources::Environment (class)">Environment</a></span>, <span class='object_link'><a href="Resources/FactValue.html" title="ForemanApi::Resources::FactValue (class)">FactValue</a></span>, <span class='object_link'><a href="Resources/Home.html" title="ForemanApi::Resources::Home (class)">Home</a></span>, <span class='object_link'><a href="Resources/Host.html" title="ForemanApi::Resources::Host (class)">Host</a></span>, <span class='object_link'><a href="Resources/HostClass.html" title="ForemanApi::Resources::HostClass (class)">HostClass</a></span>, <span class='object_link'><a href="Resources/Hostgroup.html" title="ForemanApi::Resources::Hostgroup (class)">Hostgroup</a></span>, <span class='object_link'><a href="Resources/HostgroupClass.html" title="ForemanApi::Resources::HostgroupClass (class)">HostgroupClass</a></span>, <span class='object_link'><a href="Resources/Image.html" title="ForemanApi::Resources::Image (class)">Image</a></span>, <span class='object_link'><a href="Resources/Interface.html" title="ForemanApi::Resources::Interface (class)">Interface</a></span>, <span class='object_link'><a href="Resources/Location.html" title="ForemanApi::Resources::Location (class)">Location</a></span>, <span class='object_link'><a href="Resources/LookupKey.html" title="ForemanApi::Resources::LookupKey (class)">LookupKey</a></span>, <span class='object_link'><a href="Resources/Medium.html" title="ForemanApi::Resources::Medium (class)">Medium</a></span>, <span class='object_link'><a href="Resources/Model.html" title="ForemanApi::Resources::Model (class)">Model</a></span>, <span class='object_link'><a href="Resources/OperatingSystem.html" title="ForemanApi::Resources::OperatingSystem (class)">OperatingSystem</a></span>, <span class='object_link'><a href="Resources/Organization.html" title="ForemanApi::Resources::Organization (class)">Organization</a></span>, <span class='object_link'><a href="Resources/OverrideValue.html" title="ForemanApi::Resources::OverrideValue (class)">OverrideValue</a></span>, <span class='object_link'><a href="Resources/Parameter.html" title="ForemanApi::Resources::Parameter (class)">Parameter</a></span>, <span class='object_link'><a href="Resources/Plugin.html" title="ForemanApi::Resources::Plugin (class)">Plugin</a></span>, <span class='object_link'><a href="Resources/Ptable.html" title="ForemanApi::Resources::Ptable (class)">Ptable</a></span>, <span class='object_link'><a href="Resources/Puppetclass.html" title="ForemanApi::Resources::Puppetclass (class)">Puppetclass</a></span>, <span class='object_link'><a href="Resources/Report.html" title="ForemanApi::Resources::Report (class)">Report</a></span>, <span class='object_link'><a href="Resources/Role.html" title="ForemanApi::Resources::Role (class)">Role</a></span>, <span class='object_link'><a href="Resources/Setting.html" title="ForemanApi::Resources::Setting (class)">Setting</a></span>, <span class='object_link'><a href="Resources/SmartClassParameter.html" title="ForemanApi::Resources::SmartClassParameter (class)">SmartClassParameter</a></span>, <span class='object_link'><a href="Resources/SmartProxy.html" title="ForemanApi::Resources::SmartProxy (class)">SmartProxy</a></span>, <span class='object_link'><a href="Resources/SmartVariable.html" title="ForemanApi::Resources::SmartVariable (class)">SmartVariable</a></span>, <span class='object_link'><a href="Resources/Statistic.html" title="ForemanApi::Resources::Statistic (class)">Statistic</a></span>, <span class='object_link'><a href="Resources/Subnet.html" title="ForemanApi::Resources::Subnet (class)">Subnet</a></span>, <span class='object_link'><a href="Resources/Task.html" title="ForemanApi::Resources::Task (class)">Task</a></span>, <span class='object_link'><a href="Resources/TemplateCombination.html" title="ForemanApi::Resources::TemplateCombination (class)">TemplateCombination</a></span>, <span class='object_link'><a href="Resources/TemplateKind.html" title="ForemanApi::Resources::TemplateKind (class)">TemplateKind</a></span>, <span class='object_link'><a href="Resources/User.html" title="ForemanApi::Resources::User (class)">User</a></span>, <span class='object_link'><a href="Resources/Usergroup.html" title="ForemanApi::Resources::Usergroup (class)">Usergroup</a></span>
95
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Resources/Architecture.html" title="ForemanApi::Resources::Architecture (class)">Architecture</a></span>, <span class='object_link'><a href="Resources/Audit.html" title="ForemanApi::Resources::Audit (class)">Audit</a></span>, <span class='object_link'><a href="Resources/AuthSourceLdap.html" title="ForemanApi::Resources::AuthSourceLdap (class)">AuthSourceLdap</a></span>, <span class='object_link'><a href="Resources/Autosign.html" title="ForemanApi::Resources::Autosign (class)">Autosign</a></span>, <span class='object_link'><a href="Resources/Bookmark.html" title="ForemanApi::Resources::Bookmark (class)">Bookmark</a></span>, <span class='object_link'><a href="Resources/CommonParameter.html" title="ForemanApi::Resources::CommonParameter (class)">CommonParameter</a></span>, <span class='object_link'><a href="Resources/ComputeResource.html" title="ForemanApi::Resources::ComputeResource (class)">ComputeResource</a></span>, <span class='object_link'><a href="Resources/ConfigTemplate.html" title="ForemanApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span>, <span class='object_link'><a href="Resources/Dashboard.html" title="ForemanApi::Resources::Dashboard (class)">Dashboard</a></span>, <span class='object_link'><a href="Resources/Domain.html" title="ForemanApi::Resources::Domain (class)">Domain</a></span>, <span class='object_link'><a href="Resources/Environment.html" title="ForemanApi::Resources::Environment (class)">Environment</a></span>, <span class='object_link'><a href="Resources/FactValue.html" title="ForemanApi::Resources::FactValue (class)">FactValue</a></span>, <span class='object_link'><a href="Resources/Home.html" title="ForemanApi::Resources::Home (class)">Home</a></span>, <span class='object_link'><a href="Resources/Host.html" title="ForemanApi::Resources::Host (class)">Host</a></span>, <span class='object_link'><a href="Resources/HostClass.html" title="ForemanApi::Resources::HostClass (class)">HostClass</a></span>, <span class='object_link'><a href="Resources/Hostgroup.html" title="ForemanApi::Resources::Hostgroup (class)">Hostgroup</a></span>, <span class='object_link'><a href="Resources/HostgroupClass.html" title="ForemanApi::Resources::HostgroupClass (class)">HostgroupClass</a></span>, <span class='object_link'><a href="Resources/Image.html" title="ForemanApi::Resources::Image (class)">Image</a></span>, <span class='object_link'><a href="Resources/Interface.html" title="ForemanApi::Resources::Interface (class)">Interface</a></span>, <span class='object_link'><a href="Resources/Location.html" title="ForemanApi::Resources::Location (class)">Location</a></span>, <span class='object_link'><a href="Resources/LookupKey.html" title="ForemanApi::Resources::LookupKey (class)">LookupKey</a></span>, <span class='object_link'><a href="Resources/Medium.html" title="ForemanApi::Resources::Medium (class)">Medium</a></span>, <span class='object_link'><a href="Resources/Model.html" title="ForemanApi::Resources::Model (class)">Model</a></span>, <span class='object_link'><a href="Resources/OperatingSystem.html" title="ForemanApi::Resources::OperatingSystem (class)">OperatingSystem</a></span>, <span class='object_link'><a href="Resources/Organization.html" title="ForemanApi::Resources::Organization (class)">Organization</a></span>, <span class='object_link'><a href="Resources/OsDefaultTemplate.html" title="ForemanApi::Resources::OsDefaultTemplate (class)">OsDefaultTemplate</a></span>, <span class='object_link'><a href="Resources/OverrideValue.html" title="ForemanApi::Resources::OverrideValue (class)">OverrideValue</a></span>, <span class='object_link'><a href="Resources/Parameter.html" title="ForemanApi::Resources::Parameter (class)">Parameter</a></span>, <span class='object_link'><a href="Resources/Plugin.html" title="ForemanApi::Resources::Plugin (class)">Plugin</a></span>, <span class='object_link'><a href="Resources/Ptable.html" title="ForemanApi::Resources::Ptable (class)">Ptable</a></span>, <span class='object_link'><a href="Resources/Puppetclass.html" title="ForemanApi::Resources::Puppetclass (class)">Puppetclass</a></span>, <span class='object_link'><a href="Resources/Report.html" title="ForemanApi::Resources::Report (class)">Report</a></span>, <span class='object_link'><a href="Resources/Role.html" title="ForemanApi::Resources::Role (class)">Role</a></span>, <span class='object_link'><a href="Resources/Setting.html" title="ForemanApi::Resources::Setting (class)">Setting</a></span>, <span class='object_link'><a href="Resources/SmartClassParameter.html" title="ForemanApi::Resources::SmartClassParameter (class)">SmartClassParameter</a></span>, <span class='object_link'><a href="Resources/SmartProxy.html" title="ForemanApi::Resources::SmartProxy (class)">SmartProxy</a></span>, <span class='object_link'><a href="Resources/SmartVariable.html" title="ForemanApi::Resources::SmartVariable (class)">SmartVariable</a></span>, <span class='object_link'><a href="Resources/Statistic.html" title="ForemanApi::Resources::Statistic (class)">Statistic</a></span>, <span class='object_link'><a href="Resources/Subnet.html" title="ForemanApi::Resources::Subnet (class)">Subnet</a></span>, <span class='object_link'><a href="Resources/Task.html" title="ForemanApi::Resources::Task (class)">Task</a></span>, <span class='object_link'><a href="Resources/TemplateCombination.html" title="ForemanApi::Resources::TemplateCombination (class)">TemplateCombination</a></span>, <span class='object_link'><a href="Resources/TemplateKind.html" title="ForemanApi::Resources::TemplateKind (class)">TemplateKind</a></span>, <span class='object_link'><a href="Resources/User.html" title="ForemanApi::Resources::User (class)">User</a></span>, <span class='object_link'><a href="Resources/Usergroup.html" title="ForemanApi::Resources::Usergroup (class)">Usergroup</a></span>
96
96
 
97
97
 
98
98
  </p>
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Thu Dec 19 15:47:30 2013 by
111
+ Generated on Thu Jan 23 15:40:31 2014 by
112
112
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113
113
  0.8.7 (ruby-2.0.0).
114
114
  </div>
@@ -380,7 +380,7 @@
380
380
 
381
381
  <li>
382
382
  <span class="name">architecture</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,7 +388,7 @@
388
388
  &mdash; <div class='inline'>
389
389
  <p>allowed keys are:</p>
390
390
  <ul><li>
391
- <p>operatingsystem_ids [Array] operatingsystem id’s</p>
391
+ <p>operatingsystem_ids [Array, nil] operatingsystem id’s</p>
392
392
  </li><li>
393
393
  <p>name [String]</p>
394
394
  </li></ul>
@@ -917,7 +917,7 @@
917
917
 
918
918
  <li>
919
919
  <span class="name">architecture</span>
920
- <span class="type">(<tt>Hash</tt>)</span>
920
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
921
921
  <span class="default">
922
922
 
923
923
  </span>
@@ -925,7 +925,7 @@
925
925
  &mdash; <div class='inline'>
926
926
  <p>allowed keys are:</p>
927
927
  <ul><li>
928
- <p>operatingsystem_ids [Array] operatingsystem id’s</p>
928
+ <p>operatingsystem_ids [Array, nil] operatingsystem id’s</p>
929
929
  </li><li>
930
930
  <p>name [String]</p>
931
931
  </li></ul>
@@ -983,7 +983,7 @@
983
983
  </div>
984
984
 
985
985
  <div id="footer">
986
- Generated on Thu Dec 19 15:47:33 2013 by
986
+ Generated on Thu Jan 23 15:40:35 2014 by
987
987
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
988
988
  0.8.7 (ruby-2.0.0).
989
989
  </div>
@@ -540,7 +540,7 @@
540
540
  </div>
541
541
 
542
542
  <div id="footer">
543
- Generated on Thu Dec 19 15:47:31 2013 by
543
+ Generated on Thu Jan 23 15:40:32 2014 by
544
544
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
545
  0.8.7 (ruby-2.0.0).
546
546
  </div>
@@ -380,7 +380,7 @@
380
380
 
381
381
  <li>
382
382
  <span class="name">auth_source_ldap</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,29 +388,29 @@
388
388
  &mdash; <div class='inline'>
389
389
  <p>allowed keys are:</p>
390
390
  <ul><li>
391
- <p>account [String]</p>
391
+ <p>account [String, nil]</p>
392
392
  </li><li>
393
- <p>account_password [String] required if onthefly_register is true</p>
393
+ <p>account_password [String, nil] required if onthefly_register is true</p>
394
394
  </li><li>
395
- <p>attr_firstname [String] required if onthefly_register is true</p>
395
+ <p>attr_firstname [String, nil] required if onthefly_register is true</p>
396
396
  </li><li>
397
- <p>attr_lastname [String] required if onthefly_register is true</p>
397
+ <p>attr_lastname [String, nil] required if onthefly_register is true</p>
398
398
  </li><li>
399
- <p>attr_login [String] required if onthefly_register is true</p>
399
+ <p>attr_login [String, nil] required if onthefly_register is true</p>
400
400
  </li><li>
401
- <p>attr_mail [String] required if onthefly_register is true</p>
401
+ <p>attr_mail [String, nil] required if onthefly_register is true</p>
402
402
  </li><li>
403
- <p>base_dn [String]</p>
403
+ <p>base_dn [String, nil]</p>
404
404
  </li><li>
405
405
  <p>host [String]</p>
406
406
  </li><li>
407
407
  <p>name [String]</p>
408
408
  </li><li>
409
- <p>onthefly_register [String]</p>
409
+ <p>onthefly_register [String, nil]</p>
410
410
  </li><li>
411
- <p>port [String] defaults to 389</p>
411
+ <p>port [String, nil] defaults to 389</p>
412
412
  </li><li>
413
- <p>tls [String]</p>
413
+ <p>tls [String, nil]</p>
414
414
  </li></ul>
415
415
  </div>
416
416
 
@@ -911,7 +911,7 @@
911
911
 
912
912
  <li>
913
913
  <span class="name">auth_source_ldap</span>
914
- <span class="type">(<tt>Hash</tt>)</span>
914
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
915
915
  <span class="default">
916
916
 
917
917
  </span>
@@ -919,29 +919,29 @@
919
919
  &mdash; <div class='inline'>
920
920
  <p>allowed keys are:</p>
921
921
  <ul><li>
922
- <p>account [String]</p>
922
+ <p>account [String, nil]</p>
923
923
  </li><li>
924
- <p>account_password [String] required if onthefly_register is true</p>
924
+ <p>account_password [String, nil] required if onthefly_register is true</p>
925
925
  </li><li>
926
- <p>attr_firstname [String] required if onthefly_register is true</p>
926
+ <p>attr_firstname [String, nil] required if onthefly_register is true</p>
927
927
  </li><li>
928
- <p>attr_lastname [String] required if onthefly_register is true</p>
928
+ <p>attr_lastname [String, nil] required if onthefly_register is true</p>
929
929
  </li><li>
930
- <p>attr_login [String] required if onthefly_register is true</p>
930
+ <p>attr_login [String, nil] required if onthefly_register is true</p>
931
931
  </li><li>
932
- <p>attr_mail [String] required if onthefly_register is true</p>
932
+ <p>attr_mail [String, nil] required if onthefly_register is true</p>
933
933
  </li><li>
934
- <p>base_dn [String]</p>
934
+ <p>base_dn [String, nil]</p>
935
935
  </li><li>
936
936
  <p>host [String]</p>
937
937
  </li><li>
938
938
  <p>name [String]</p>
939
939
  </li><li>
940
- <p>onthefly_register [String]</p>
940
+ <p>onthefly_register [String, nil]</p>
941
941
  </li><li>
942
- <p>port [String] defaults to 389</p>
942
+ <p>port [String, nil] defaults to 389</p>
943
943
  </li><li>
944
- <p>tls [String]</p>
944
+ <p>tls [String, nil]</p>
945
945
  </li></ul>
946
946
  </div>
947
947
 
@@ -997,7 +997,7 @@
997
997
  </div>
998
998
 
999
999
  <div id="footer">
1000
- Generated on Thu Dec 19 15:47:34 2013 by
1000
+ Generated on Thu Jan 23 15:40:36 2014 by
1001
1001
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1002
1002
  0.8.7 (ruby-2.0.0).
1003
1003
  </div>
@@ -321,7 +321,7 @@
321
321
  </div>
322
322
 
323
323
  <div id="footer">
324
- Generated on Thu Dec 19 15:47:32 2013 by
324
+ Generated on Thu Jan 23 15:40:33 2014 by
325
325
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
326
326
  0.8.7 (ruby-2.0.0).
327
327
  </div>
@@ -380,7 +380,7 @@
380
380
 
381
381
  <li>
382
382
  <span class="name">bookmark</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>
@@ -392,7 +392,7 @@
392
392
  </li><li>
393
393
  <p>name [String]</p>
394
394
  </li><li>
395
- <p>public [String]</p>
395
+ <p>public [String, nil]</p>
396
396
  </li><li>
397
397
  <p>query [String]</p>
398
398
  </li></ul>
@@ -895,7 +895,7 @@
895
895
 
896
896
  <li>
897
897
  <span class="name">bookmark</span>
898
- <span class="type">(<tt>Hash</tt>)</span>
898
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
899
899
  <span class="default">
900
900
 
901
901
  </span>
@@ -907,7 +907,7 @@
907
907
  </li><li>
908
908
  <p>name [String]</p>
909
909
  </li><li>
910
- <p>public [String]</p>
910
+ <p>public [String, nil]</p>
911
911
  </li><li>
912
912
  <p>query [String]</p>
913
913
  </li></ul>
@@ -965,7 +965,7 @@
965
965
  </div>
966
966
 
967
967
  <div id="footer">
968
- Generated on Thu Dec 19 15:47:32 2013 by
968
+ Generated on Thu Jan 23 15:40:33 2014 by
969
969
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
970
970
  0.8.7 (ruby-2.0.0).
971
971
  </div>
@@ -380,7 +380,7 @@
380
380
 
381
381
  <li>
382
382
  <span class="name">common_parameter</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>
@@ -917,7 +917,7 @@
917
917
 
918
918
  <li>
919
919
  <span class="name">common_parameter</span>
920
- <span class="type">(<tt>Hash</tt>)</span>
920
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
921
921
  <span class="default">
922
922
 
923
923
  </span>
@@ -983,7 +983,7 @@
983
983
  </div>
984
984
 
985
985
  <div id="footer">
986
- Generated on Thu Dec 19 15:47:34 2013 by
986
+ Generated on Thu Jan 23 15:40:36 2014 by
987
987
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
988
988
  0.8.7 (ruby-2.0.0).
989
989
  </div>
@@ -523,7 +523,7 @@
523
523
 
524
524
  <li>
525
525
  <span class="name">compute_resource</span>
526
- <span class="type">(<tt>Hash</tt>)</span>
526
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
527
527
  <span class="default">
528
528
 
529
529
  </span>
@@ -531,28 +531,28 @@
531
531
  &mdash; <div class='inline'>
532
532
  <p>allowed keys are:</p>
533
533
  <ul><li>
534
- <p>description [String]</p>
534
+ <p>description [String, nil]</p>
535
535
  </li><li>
536
- <p>name [String]</p>
536
+ <p>name [String, nil]</p>
537
537
  </li><li>
538
- <p>password [String] password for ovirt, ec2, vmware, openstack. secret key
539
- for ec2</p>
538
+ <p>password [String, nil] password for ovirt, ec2, vmware, openstack. secret
539
+ key for ec2</p>
540
540
  </li><li>
541
- <p>provider [String] providers include libvirt, ovirt, ec2, vmware,
542
- openstack, rackspace, gce</p>
541
+ <p>provider [String, nil] providers include libvirt, ovirt, ec2, vmware,
542
+ openstack, rackspace</p>
543
543
  </li><li>
544
- <p>region [String] for ec2 only</p>
544
+ <p>region [String, nil] for ec2 only</p>
545
545
  </li><li>
546
- <p>server [String] for vmware</p>
546
+ <p>server [String, nil] for vmware</p>
547
547
  </li><li>
548
- <p>tenant [String] for openstack only</p>
548
+ <p>tenant [String, nil] for openstack only</p>
549
549
  </li><li>
550
550
  <p>url [String] url for libvirt, ovirt, and openstack</p>
551
551
  </li><li>
552
- <p>user [String] username for ovirt, ec2, vmware, openstack. access key for
553
- ec2.</p>
552
+ <p>user [String, nil] username for ovirt, ec2, vmware, openstack. access key
553
+ for ec2.</p>
554
554
  </li><li>
555
- <p>uuid [String] for ovirt, vmware datacenter</p>
555
+ <p>uuid [String, nil] for ovirt, vmware datacenter</p>
556
556
  </li></ul>
557
557
  </div>
558
558
 
@@ -1079,7 +1079,7 @@ ec2.</p>
1079
1079
 
1080
1080
  <li>
1081
1081
  <span class="name">compute_resource</span>
1082
- <span class="type">(<tt>Hash</tt>)</span>
1082
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
1083
1083
  <span class="default">
1084
1084
 
1085
1085
  </span>
@@ -1087,28 +1087,28 @@ ec2.</p>
1087
1087
  &mdash; <div class='inline'>
1088
1088
  <p>allowed keys are:</p>
1089
1089
  <ul><li>
1090
- <p>description [String]</p>
1090
+ <p>description [String, nil]</p>
1091
1091
  </li><li>
1092
- <p>name [String]</p>
1092
+ <p>name [String, nil]</p>
1093
1093
  </li><li>
1094
- <p>password [String] password for ovirt, ec2, vmware, openstack. secret key
1095
- for ec2</p>
1094
+ <p>password [String, nil] password for ovirt, ec2, vmware, openstack. secret
1095
+ key for ec2</p>
1096
1096
  </li><li>
1097
- <p>provider [String] providers include libvirt, ovirt, ec2, vmware,
1098
- openstack, rackspace, gce</p>
1097
+ <p>provider [String, nil] providers include libvirt, ovirt, ec2, vmware,
1098
+ openstack, rackspace</p>
1099
1099
  </li><li>
1100
- <p>region [String] for ec2 only</p>
1100
+ <p>region [String, nil] for ec2 only</p>
1101
1101
  </li><li>
1102
- <p>server [String] for vmware</p>
1102
+ <p>server [String, nil] for vmware</p>
1103
1103
  </li><li>
1104
- <p>tenant [String] for openstack only</p>
1104
+ <p>tenant [String, nil] for openstack only</p>
1105
1105
  </li><li>
1106
1106
  <p>url [String] url for libvirt, ovirt, and openstack</p>
1107
1107
  </li><li>
1108
- <p>user [String] username for ovirt, ec2, vmware, openstack. access key for
1109
- ec2.</p>
1108
+ <p>user [String, nil] username for ovirt, ec2, vmware, openstack. access key
1109
+ for ec2.</p>
1110
1110
  </li><li>
1111
- <p>uuid [String] for ovirt, vmware datacenter</p>
1111
+ <p>uuid [String, nil] for ovirt, vmware datacenter</p>
1112
1112
  </li></ul>
1113
1113
  </div>
1114
1114
 
@@ -1164,7 +1164,7 @@ ec2.</p>
1164
1164
  </div>
1165
1165
 
1166
1166
  <div id="footer">
1167
- Generated on Thu Dec 19 15:47:34 2013 by
1167
+ Generated on Thu Jan 23 15:40:36 2014 by
1168
1168
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1169
1169
  0.8.7 (ruby-2.0.0).
1170
1170
  </div>
@@ -527,7 +527,7 @@
527
527
 
528
528
  <li>
529
529
  <span class="name">config_template</span>
530
- <span class="type">(<tt>Hash</tt>)</span>
530
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
531
531
  <span class="default">
532
532
 
533
533
  </span>
@@ -535,8 +535,8 @@
535
535
  &mdash; <div class='inline'>
536
536
  <p>allowed keys are:</p>
537
537
  <ul><li>
538
- <p>operatingsystem_ids [Array] array of operating systems id to associate the
539
- template with</p>
538
+ <p>operatingsystem_ids [Array, nil] array of operating systems id to
539
+ associate the template with</p>
540
540
  </li><li>
541
541
  <p>template_kind_id [String, nil] not relevant for snippet</p>
542
542
  </li><li>
@@ -548,8 +548,8 @@ template with</p>
548
548
  </li><li>
549
549
  <p>template [String]</p>
550
550
  </li><li>
551
- <p>template_combinations_attributes [Array] array of template combinations
552
- (hostgroup_id, environment_id)</p>
551
+ <p>template_combinations_attributes [Array, nil] array of template
552
+ combinations (hostgroup_id, environment_id)</p>
553
553
  </li></ul>
554
554
  </div>
555
555
 
@@ -1199,7 +1199,7 @@ template with</p>
1199
1199
 
1200
1200
  <li>
1201
1201
  <span class="name">config_template</span>
1202
- <span class="type">(<tt>Hash</tt>)</span>
1202
+ <span class="type">(<tt>Hash</tt>, <tt>nil</tt>)</span>
1203
1203
  <span class="default">
1204
1204
 
1205
1205
  </span>
@@ -1207,8 +1207,8 @@ template with</p>
1207
1207
  &mdash; <div class='inline'>
1208
1208
  <p>allowed keys are:</p>
1209
1209
  <ul><li>
1210
- <p>operatingsystem_ids [Array] array of operating systems id to associate the
1211
- template with</p>
1210
+ <p>operatingsystem_ids [Array, nil] array of operating systems id to
1211
+ associate the template with</p>
1212
1212
  </li><li>
1213
1213
  <p>template_kind_id [String, nil] not relevant for snippet</p>
1214
1214
  </li><li>
@@ -1216,12 +1216,12 @@ template with</p>
1216
1216
  </li><li>
1217
1217
  <p>name [String] template name</p>
1218
1218
  </li><li>
1219
- <p>snippet [String]</p>
1219
+ <p>snippet [String, nil]</p>
1220
1220
  </li><li>
1221
1221
  <p>template [String]</p>
1222
1222
  </li><li>
1223
- <p>template_combinations_attributes [Array] array of template combinations
1224
- (hostgroup_id, environment_id)</p>
1223
+ <p>template_combinations_attributes [Array, nil] array of template
1224
+ combinations (hostgroup_id, environment_id)</p>
1225
1225
  </li></ul>
1226
1226
  </div>
1227
1227
 
@@ -1277,7 +1277,7 @@ template with</p>
1277
1277
  </div>
1278
1278
 
1279
1279
  <div id="footer">
1280
- Generated on Thu Dec 19 15:47:34 2013 by
1280
+ Generated on Thu Jan 23 15:40:36 2014 by
1281
1281
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1282
1282
  0.8.7 (ruby-2.0.0).
1283
1283
  </div>