foreman_api 0.1.8 → 0.1.9
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.
- checksums.yaml +4 -4
- data/doc/ForemanApi.html +3 -3
- data/doc/ForemanApi/Resources.html +4 -4
- data/doc/ForemanApi/Resources/Architecture.html +1 -1
- data/doc/ForemanApi/Resources/Audit.html +1 -1
- data/doc/ForemanApi/Resources/AuthSourceLdap.html +1 -1
- data/doc/ForemanApi/Resources/Autosign.html +330 -0
- data/doc/ForemanApi/Resources/Bookmark.html +1 -1
- data/doc/ForemanApi/Resources/CommonParameter.html +1 -1
- data/doc/ForemanApi/Resources/ComputeResource.html +1 -1
- data/doc/ForemanApi/Resources/ConfigTemplate.html +1 -1
- data/doc/ForemanApi/Resources/Dashboard.html +1 -1
- data/doc/ForemanApi/Resources/Domain.html +1 -1
- data/doc/ForemanApi/Resources/Environment.html +1 -1
- data/doc/ForemanApi/Resources/FactValue.html +1 -1
- data/doc/ForemanApi/Resources/Home.html +1 -1
- data/doc/ForemanApi/Resources/Host.html +38 -32
- data/doc/ForemanApi/Resources/HostClass.html +1 -1
- data/doc/ForemanApi/Resources/Hostgroup.html +1 -1
- data/doc/ForemanApi/Resources/HostgroupClass.html +1 -1
- data/doc/ForemanApi/Resources/Image.html +1 -1
- data/doc/ForemanApi/Resources/Interface.html +1 -1
- data/doc/ForemanApi/Resources/Location.html +1 -1
- data/doc/ForemanApi/Resources/LookupKey.html +1 -1
- data/doc/ForemanApi/Resources/Medium.html +5 -5
- data/doc/ForemanApi/Resources/Model.html +1 -1
- data/doc/ForemanApi/Resources/OperatingSystem.html +20 -16
- data/doc/ForemanApi/Resources/Organization.html +1 -1
- data/doc/ForemanApi/Resources/OverrideValue.html +1 -1
- data/doc/ForemanApi/Resources/Parameter.html +1 -1
- data/doc/ForemanApi/Resources/Plugin.html +330 -0
- data/doc/ForemanApi/Resources/Ptable.html +1 -1
- data/doc/ForemanApi/Resources/Puppetclass.html +1 -1
- data/doc/ForemanApi/Resources/Report.html +1 -1
- data/doc/ForemanApi/Resources/Role.html +1 -1
- data/doc/ForemanApi/Resources/Setting.html +1 -1
- data/doc/ForemanApi/Resources/SmartClassParameter.html +1 -1
- data/doc/ForemanApi/Resources/SmartProxy.html +1 -1
- data/doc/ForemanApi/Resources/SmartVariable.html +1 -1
- data/doc/ForemanApi/Resources/Statistic.html +1 -1
- data/doc/ForemanApi/Resources/Subnet.html +1 -1
- data/doc/ForemanApi/Resources/Task.html +354 -0
- data/doc/ForemanApi/Resources/TemplateCombination.html +1 -1
- data/doc/ForemanApi/Resources/TemplateKind.html +1 -1
- data/doc/ForemanApi/Resources/User.html +1 -1
- data/doc/ForemanApi/Resources/Usergroup.html +1 -1
- data/doc/_index.html +22 -1
- data/doc/class_list.html +1 -1
- data/doc/file.MIT-LICENSE.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +426 -390
- data/doc/top-level-namespace.html +1 -1
- data/lib/foreman_api/documentation.json +1 -1
- data/lib/foreman_api/resources/autosign.rb +18 -0
- data/lib/foreman_api/resources/host.rb +2 -0
- data/lib/foreman_api/resources/medium.rb +2 -2
- data/lib/foreman_api/resources/operating_system.rb +2 -0
- data/lib/foreman_api/resources/plugin.rb +18 -0
- data/lib/foreman_api/resources/task.rb +19 -0
- data/lib/foreman_api/version.rb +1 -1
- metadata +102 -101
- data/.gitignore +0 -3
- data/.yardopts +0 -4
- data/Gemfile +0 -11
- data/Rakefile +0 -1
- data/foreman_api.gemspec +0 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 775d36b01a96f2de062ea40d1eef9d1e245bb259
|
|
4
|
+
data.tar.gz: 9f8cf5edca77c22003e63e8f0bf4f0ee053de534
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35549fd51df90d0bc94b02be542671182233189f02dc8d42f284701b9483b2c3e839e7f4e0fb1fee628a3f8f46bc9a3681948c4e63094a6277ccd96946be892d
|
|
7
|
+
data.tar.gz: d6bd45e4feb1bb609109ec1d3a1f79f96a24aa52e994f1c50dcd3b4f313c5cf536e2ae332d436f4c4bed5529d16d9e51e82a2004909c06c7f6ea1540394265a4
|
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/
|
|
83
|
-
lib/foreman_api/resources/
|
|
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>
|
|
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
|
|
111
|
+
Generated on Thu Dec 19 15:47:30 2013 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/
|
|
83
|
-
lib/foreman_api/resources/
|
|
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>
|
|
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/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/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/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/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
|
|
111
|
+
Generated on Thu Dec 19 15:47:30 2013 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>
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
</div>
|
|
984
984
|
|
|
985
985
|
<div id="footer">
|
|
986
|
-
Generated on Thu
|
|
986
|
+
Generated on Thu Dec 19 15:47:33 2013 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
|
|
543
|
+
Generated on Thu Dec 19 15:47:31 2013 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>
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
</div>
|
|
998
998
|
|
|
999
999
|
<div id="footer">
|
|
1000
|
-
Generated on Thu
|
|
1000
|
+
Generated on Thu Dec 19 15:47:34 2013 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>
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
+
<title>
|
|
7
|
+
Class: ForemanApi::Resources::Autosign
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.8.7
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
19
|
+
relpath = '../../';
|
|
20
|
+
framesUrl = "../../frames.html#!" + escape(window.location.href);
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
25
|
+
|
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</head>
|
|
30
|
+
<body>
|
|
31
|
+
<div id="header">
|
|
32
|
+
<div id="menu">
|
|
33
|
+
|
|
34
|
+
<a href="../../_index.html">Index (A)</a> »
|
|
35
|
+
<span class='title'><span class='object_link'><a href="../../ForemanApi.html" title="ForemanApi (module)">ForemanApi</a></span></span> » <span class='title'><span class='object_link'><a href="../Resources.html" title="ForemanApi::Resources (module)">Resources</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">Autosign</span>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<div id="search">
|
|
44
|
+
|
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
|
46
|
+
href="../../class_list.html">
|
|
47
|
+
Class List
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
|
51
|
+
href="../../method_list.html">
|
|
52
|
+
Method List
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
|
56
|
+
href="../../file_list.html">
|
|
57
|
+
File List
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
<div class="clear"></div>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<iframe id="search_frame"></iframe>
|
|
65
|
+
|
|
66
|
+
<div id="content"><h1>Class: ForemanApi::Resources::Autosign
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</h1>
|
|
71
|
+
|
|
72
|
+
<dl class="box">
|
|
73
|
+
|
|
74
|
+
<dt class="r1">Inherits:</dt>
|
|
75
|
+
<dd class="r1">
|
|
76
|
+
<span class="inheritName">Base</span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next">Base</li>
|
|
82
|
+
|
|
83
|
+
<li class="next">ForemanApi::Resources::Autosign</li>
|
|
84
|
+
|
|
85
|
+
</ul>
|
|
86
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
87
|
+
|
|
88
|
+
</dd>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
<dt class="r2 last">Defined in:</dt>
|
|
99
|
+
<dd class="r2 last">lib/foreman_api/resources/autosign.rb</dd>
|
|
100
|
+
|
|
101
|
+
</dl>
|
|
102
|
+
<div class="clear"></div>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<h2>
|
|
113
|
+
Class Method Summary
|
|
114
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
115
|
+
</h2>
|
|
116
|
+
|
|
117
|
+
<ul class="summary">
|
|
118
|
+
|
|
119
|
+
<li class="public ">
|
|
120
|
+
<span class="summary_signature">
|
|
121
|
+
|
|
122
|
+
<a href="#doc-class_method" title="doc (class method)">+ (Object) <strong>doc</strong> </a>
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
</span>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
137
|
+
|
|
138
|
+
</li>
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
</ul>
|
|
142
|
+
|
|
143
|
+
<h2>
|
|
144
|
+
Instance Method Summary
|
|
145
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
146
|
+
</h2>
|
|
147
|
+
|
|
148
|
+
<ul class="summary">
|
|
149
|
+
|
|
150
|
+
<li class="public ">
|
|
151
|
+
<span class="summary_signature">
|
|
152
|
+
|
|
153
|
+
<a href="#index-instance_method" title="#index (instance method)">- (Array) <strong>index</strong>(params = {}, headers = {}) </a>
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
</span>
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<span class="summary_desc"><div class='inline'>
|
|
168
|
+
<p>First item: parsed data; second item: raw body.</p>
|
|
169
|
+
</div></span>
|
|
170
|
+
|
|
171
|
+
</li>
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
</ul>
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
<div id="class_method_details" class="method_details_list">
|
|
181
|
+
<h2>Class Method Details</h2>
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
<div class="method_details first">
|
|
185
|
+
<h3 class="signature first" id="doc-class_method">
|
|
186
|
+
|
|
187
|
+
+ (<tt>Object</tt>) <strong>doc</strong>
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
</h3><table class="source_code">
|
|
194
|
+
<tr>
|
|
195
|
+
<td>
|
|
196
|
+
<pre class="lines">
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
4
|
|
200
|
+
5
|
|
201
|
+
6</pre>
|
|
202
|
+
</td>
|
|
203
|
+
<td>
|
|
204
|
+
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/autosign.rb', line 4</span>
|
|
205
|
+
|
|
206
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
|
207
|
+
<span class='ivar'>@doc</span> <span class='op'>||=</span> <span class='const'>ForemanApi</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>resources</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>autosign</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
|
208
|
+
<span class='kw'>end</span></pre>
|
|
209
|
+
</td>
|
|
210
|
+
</tr>
|
|
211
|
+
</table>
|
|
212
|
+
</div>
|
|
213
|
+
|
|
214
|
+
</div>
|
|
215
|
+
|
|
216
|
+
<div id="instance_method_details" class="method_details_list">
|
|
217
|
+
<h2>Instance Method Details</h2>
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
<div class="method_details first">
|
|
221
|
+
<h3 class="signature first" id="index-instance_method">
|
|
222
|
+
|
|
223
|
+
- (<tt>Array</tt>) <strong>index</strong>(params = {}, headers = {})
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
</h3><div class="docstring">
|
|
230
|
+
<div class="discussion">
|
|
231
|
+
|
|
232
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
<div class="tags">
|
|
238
|
+
<p class="tag_title">Parameters:</p>
|
|
239
|
+
<ul class="param">
|
|
240
|
+
|
|
241
|
+
<li>
|
|
242
|
+
|
|
243
|
+
<span class='name'>params</span>
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
—
|
|
253
|
+
<div class='inline'>
|
|
254
|
+
<p>a hash of params to be passed to the service</p>
|
|
255
|
+
</div>
|
|
256
|
+
|
|
257
|
+
</li>
|
|
258
|
+
|
|
259
|
+
<li>
|
|
260
|
+
|
|
261
|
+
<span class='name'>headers</span>
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
—
|
|
271
|
+
<div class='inline'>
|
|
272
|
+
<p>additional http headers</p>
|
|
273
|
+
</div>
|
|
274
|
+
|
|
275
|
+
</li>
|
|
276
|
+
|
|
277
|
+
</ul>
|
|
278
|
+
|
|
279
|
+
<p class="tag_title">Returns:</p>
|
|
280
|
+
<ul class="return">
|
|
281
|
+
|
|
282
|
+
<li>
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
<span class='type'>(<tt>Array</tt>)</span>
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
—
|
|
290
|
+
<div class='inline'>
|
|
291
|
+
<p>First item: parsed data; second item: raw body</p>
|
|
292
|
+
</div>
|
|
293
|
+
|
|
294
|
+
</li>
|
|
295
|
+
|
|
296
|
+
</ul>
|
|
297
|
+
|
|
298
|
+
</div><table class="source_code">
|
|
299
|
+
<tr>
|
|
300
|
+
<td>
|
|
301
|
+
<pre class="lines">
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
12
|
|
305
|
+
13
|
|
306
|
+
14</pre>
|
|
307
|
+
</td>
|
|
308
|
+
<td>
|
|
309
|
+
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/autosign.rb', line 12</span>
|
|
310
|
+
|
|
311
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_index'>index</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>
|
|
312
|
+
<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>
|
|
313
|
+
<span class='kw'>end</span></pre>
|
|
314
|
+
</td>
|
|
315
|
+
</tr>
|
|
316
|
+
</table>
|
|
317
|
+
</div>
|
|
318
|
+
|
|
319
|
+
</div>
|
|
320
|
+
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
<div id="footer">
|
|
324
|
+
Generated on Thu Dec 19 15:47:32 2013 by
|
|
325
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
326
|
+
0.8.7 (ruby-2.0.0).
|
|
327
|
+
</div>
|
|
328
|
+
|
|
329
|
+
</body>
|
|
330
|
+
</html>
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
</div>
|
|
966
966
|
|
|
967
967
|
<div id="footer">
|
|
968
|
-
Generated on Thu
|
|
968
|
+
Generated on Thu Dec 19 15:47:32 2013 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>
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
</div>
|
|
984
984
|
|
|
985
985
|
<div id="footer">
|
|
986
|
-
Generated on Thu
|
|
986
|
+
Generated on Thu Dec 19 15:47:34 2013 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>
|
|
@@ -1164,7 +1164,7 @@ ec2.</p>
|
|
|
1164
1164
|
</div>
|
|
1165
1165
|
|
|
1166
1166
|
<div id="footer">
|
|
1167
|
-
Generated on Thu
|
|
1167
|
+
Generated on Thu Dec 19 15:47:34 2013 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>
|