foreman_api 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +1 -0
- data/doc/ForemanApi.html +5 -5
- data/doc/ForemanApi/Resources.html +5 -5
- data/doc/ForemanApi/Resources/Architecture.html +13 -13
- data/doc/ForemanApi/Resources/Audit.html +8 -8
- data/doc/ForemanApi/Resources/AuthSourceLdap.html +11 -11
- data/doc/ForemanApi/Resources/Bookmark.html +11 -11
- data/doc/ForemanApi/Resources/CommonParameter.html +11 -11
- data/doc/ForemanApi/Resources/ComputeResource.html +11 -11
- data/doc/ForemanApi/Resources/ConfigTemplate.html +17 -17
- data/doc/ForemanApi/Resources/Dashboard.html +7 -7
- data/doc/ForemanApi/Resources/Domain.html +13 -13
- data/doc/ForemanApi/Resources/Environment.html +11 -11
- data/doc/ForemanApi/Resources/FactValue.html +7 -7
- data/doc/ForemanApi/Resources/Home.html +8 -8
- data/doc/ForemanApi/Resources/Host.html +15 -15
- data/doc/ForemanApi/Resources/HostClass.html +9 -9
- data/doc/ForemanApi/Resources/Hostgroup.html +26 -22
- data/doc/ForemanApi/Resources/HostgroupClass.html +9 -9
- data/doc/ForemanApi/Resources/Image.html +11 -11
- data/doc/ForemanApi/Resources/Location.html +98 -35
- data/doc/ForemanApi/Resources/LookupKey.html +817 -81
- data/doc/ForemanApi/Resources/Medium.html +17 -19
- data/doc/ForemanApi/Resources/Model.html +11 -11
- data/doc/ForemanApi/Resources/OperatingSystem.html +12 -12
- data/doc/ForemanApi/Resources/Organization.html +96 -33
- data/doc/ForemanApi/Resources/Parameter.html +28 -41
- data/doc/ForemanApi/Resources/Ptable.html +11 -11
- data/doc/ForemanApi/Resources/Puppetclass.html +11 -11
- data/doc/ForemanApi/Resources/Report.html +10 -10
- data/doc/ForemanApi/Resources/Role.html +11 -11
- data/doc/ForemanApi/Resources/Setting.html +9 -9
- data/doc/ForemanApi/Resources/SmartProxy.html +11 -11
- data/doc/ForemanApi/Resources/Subnet.html +13 -13
- data/doc/ForemanApi/Resources/TemplateCombination.html +10 -10
- data/doc/ForemanApi/Resources/TemplateKind.html +7 -7
- data/doc/ForemanApi/Resources/User.html +11 -11
- data/doc/ForemanApi/Resources/Usergroup.html +11 -11
- data/doc/_index.html +6 -6
- data/doc/class_list.html +2 -1
- data/doc/css/style.css +10 -0
- data/doc/file.MIT-LICENSE.html +8 -8
- data/doc/file.README.html +36 -36
- data/doc/file_list.html +3 -2
- data/doc/frames.html +1 -1
- data/doc/index.html +36 -36
- data/doc/js/full_list.js +7 -2
- data/doc/method_list.html +367 -722
- data/doc/top-level-namespace.html +5 -5
- data/lib/foreman_api/documentation.json +1 -1
- data/lib/foreman_api/resources/architecture.rb +2 -2
- data/lib/foreman_api/resources/config_template.rb +4 -4
- data/lib/foreman_api/resources/domain.rb +2 -2
- data/lib/foreman_api/resources/host.rb +2 -2
- data/lib/foreman_api/resources/hostgroup.rb +2 -0
- data/lib/foreman_api/resources/location.rb +8 -4
- data/lib/foreman_api/resources/lookup_key.rb +61 -3
- data/lib/foreman_api/resources/medium.rb +2 -2
- data/lib/foreman_api/resources/organization.rb +6 -2
- data/lib/foreman_api/resources/parameter.rb +4 -5
- data/lib/foreman_api/resources/subnet.rb +2 -2
- data/lib/foreman_api/version.rb +1 -1
- metadata +13 -21
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0e43a3850031420a62aac2fe9029ee930a43372b
|
4
|
+
data.tar.gz: a3c36a5de6331fdafde69e94a96095c8956e1cd5
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 2e4ba596389c3ec3099fe128fedf13b690a012a4f3fc52d2e1a9542c14888f1f8ef091b78efe7fb7a079fcc3324b53dd6e2683fda389b84af2553aa18843be9c
|
7
|
+
data.tar.gz: c3ed8f3b7c98c9fc1a0c9591f88e6dfa4cb86c855fd8b04aa6076290712fd58b20af61ddf99cdbbc2cc428580957481133fcd7eac735e873736c51bd507db752
|
data/Gemfile
CHANGED
data/doc/ForemanApi.html
CHANGED
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Module: ForemanApi
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -108,9 +108,9 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on
|
111
|
+
Generated on Tue Jul 30 15:43:14 2013 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
|
-
0.8.
|
113
|
+
0.8.7 (ruby-2.0.0).
|
114
114
|
</div>
|
115
115
|
|
116
116
|
</body>
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Module: ForemanApi::Resources
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -108,9 +108,9 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on
|
111
|
+
Generated on Tue Jul 30 15:43:14 2013 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
|
-
0.8.
|
113
|
+
0.8.7 (ruby-2.0.0).
|
114
114
|
</div>
|
115
115
|
|
116
116
|
</body>
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Class: ForemanApi::Resources::Architecture
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -300,7 +300,7 @@
|
|
300
300
|
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/architecture.rb', line 4</span>
|
301
301
|
|
302
302
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
303
|
-
<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'
|
303
|
+
<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'>architectures</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
304
304
|
<span class='kw'>end</span></pre>
|
305
305
|
</td>
|
306
306
|
</tr>
|
@@ -325,7 +325,7 @@
|
|
325
325
|
</h3><div class="docstring">
|
326
326
|
<div class="discussion">
|
327
327
|
|
328
|
-
<p>First item: parsed data; second item: raw body</p>
|
328
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
329
329
|
|
330
330
|
|
331
331
|
</div>
|
@@ -388,7 +388,7 @@
|
|
388
388
|
— <div class='inline'>
|
389
389
|
<p>allowed keys are:</p>
|
390
390
|
<ul><li>
|
391
|
-
<p>operatingsystem_ids [
|
391
|
+
<p>operatingsystem_ids [Array] Operatingsystem id’s</p>
|
392
392
|
</li><li>
|
393
393
|
<p>name [String]</p>
|
394
394
|
</li></ul>
|
@@ -453,7 +453,7 @@
|
|
453
453
|
</h3><div class="docstring">
|
454
454
|
<div class="discussion">
|
455
455
|
|
456
|
-
<p>First item: parsed data; second item: raw body</p>
|
456
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
457
457
|
|
458
458
|
|
459
459
|
</div>
|
@@ -572,7 +572,7 @@
|
|
572
572
|
</h3><div class="docstring">
|
573
573
|
<div class="discussion">
|
574
574
|
|
575
|
-
<p>First item: parsed data; second item: raw body</p>
|
575
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
576
576
|
|
577
577
|
|
578
578
|
</div>
|
@@ -734,7 +734,7 @@
|
|
734
734
|
</h3><div class="docstring">
|
735
735
|
<div class="discussion">
|
736
736
|
|
737
|
-
<p>First item: parsed data; second item: raw body</p>
|
737
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
738
738
|
|
739
739
|
|
740
740
|
</div>
|
@@ -853,7 +853,7 @@
|
|
853
853
|
</h3><div class="docstring">
|
854
854
|
<div class="discussion">
|
855
855
|
|
856
|
-
<p>First item: parsed data; second item: raw body</p>
|
856
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
857
857
|
|
858
858
|
|
859
859
|
</div>
|
@@ -925,7 +925,7 @@
|
|
925
925
|
— <div class='inline'>
|
926
926
|
<p>allowed keys are:</p>
|
927
927
|
<ul><li>
|
928
|
-
<p>operatingsystem_ids [
|
928
|
+
<p>operatingsystem_ids [Array] Operatingsystem id’s</p>
|
929
929
|
</li><li>
|
930
930
|
<p>name [String]</p>
|
931
931
|
</li></ul>
|
@@ -983,9 +983,9 @@
|
|
983
983
|
</div>
|
984
984
|
|
985
985
|
<div id="footer">
|
986
|
-
Generated on
|
986
|
+
Generated on Tue Jul 30 15:43:17 2013 by
|
987
987
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
988
|
-
0.8.
|
988
|
+
0.8.7 (ruby-2.0.0).
|
989
989
|
</div>
|
990
990
|
|
991
991
|
</body>
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Class: ForemanApi::Resources::Audit
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -228,7 +228,7 @@
|
|
228
228
|
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/audit.rb', line 4</span>
|
229
229
|
|
230
230
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
231
|
-
<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'
|
231
|
+
<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'>audits</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
232
232
|
<span class='kw'>end</span></pre>
|
233
233
|
</td>
|
234
234
|
</tr>
|
@@ -253,7 +253,7 @@
|
|
253
253
|
</h3><div class="docstring">
|
254
254
|
<div class="discussion">
|
255
255
|
|
256
|
-
<p>First item: parsed data; second item: raw body</p>
|
256
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
257
257
|
|
258
258
|
|
259
259
|
</div>
|
@@ -428,7 +428,7 @@
|
|
428
428
|
</h3><div class="docstring">
|
429
429
|
<div class="discussion">
|
430
430
|
|
431
|
-
<p>First item: parsed data; second item: raw body</p>
|
431
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
432
432
|
|
433
433
|
|
434
434
|
</div>
|
@@ -540,9 +540,9 @@
|
|
540
540
|
</div>
|
541
541
|
|
542
542
|
<div id="footer">
|
543
|
-
Generated on
|
543
|
+
Generated on Tue Jul 30 15:43:15 2013 by
|
544
544
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
545
|
-
0.8.
|
545
|
+
0.8.7 (ruby-2.0.0).
|
546
546
|
</div>
|
547
547
|
|
548
548
|
</body>
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Class: ForemanApi::Resources::AuthSourceLdap
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -300,7 +300,7 @@
|
|
300
300
|
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/auth_source_ldap.rb', line 4</span>
|
301
301
|
|
302
302
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
303
|
-
<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'
|
303
|
+
<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'>auth_source_ldaps</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
304
304
|
<span class='kw'>end</span></pre>
|
305
305
|
</td>
|
306
306
|
</tr>
|
@@ -325,7 +325,7 @@
|
|
325
325
|
</h3><div class="docstring">
|
326
326
|
<div class="discussion">
|
327
327
|
|
328
|
-
<p>First item: parsed data; second item: raw body</p>
|
328
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
329
329
|
|
330
330
|
|
331
331
|
</div>
|
@@ -473,7 +473,7 @@
|
|
473
473
|
</h3><div class="docstring">
|
474
474
|
<div class="discussion">
|
475
475
|
|
476
|
-
<p>First item: parsed data; second item: raw body</p>
|
476
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
477
477
|
|
478
478
|
|
479
479
|
</div>
|
@@ -592,7 +592,7 @@
|
|
592
592
|
</h3><div class="docstring">
|
593
593
|
<div class="discussion">
|
594
594
|
|
595
|
-
<p>First item: parsed data; second item: raw body</p>
|
595
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
596
596
|
|
597
597
|
|
598
598
|
</div>
|
@@ -728,7 +728,7 @@
|
|
728
728
|
</h3><div class="docstring">
|
729
729
|
<div class="discussion">
|
730
730
|
|
731
|
-
<p>First item: parsed data; second item: raw body</p>
|
731
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
732
732
|
|
733
733
|
|
734
734
|
</div>
|
@@ -847,7 +847,7 @@
|
|
847
847
|
</h3><div class="docstring">
|
848
848
|
<div class="discussion">
|
849
849
|
|
850
|
-
<p>First item: parsed data; second item: raw body</p>
|
850
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
851
851
|
|
852
852
|
|
853
853
|
</div>
|
@@ -997,9 +997,9 @@
|
|
997
997
|
</div>
|
998
998
|
|
999
999
|
<div id="footer">
|
1000
|
-
Generated on
|
1000
|
+
Generated on Tue Jul 30 15:43:18 2013 by
|
1001
1001
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1002
|
-
0.8.
|
1002
|
+
0.8.7 (ruby-2.0.0).
|
1003
1003
|
</div>
|
1004
1004
|
|
1005
1005
|
</body>
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Class: ForemanApi::Resources::Bookmark
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -300,7 +300,7 @@
|
|
300
300
|
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/bookmark.rb', line 4</span>
|
301
301
|
|
302
302
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
303
|
-
<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'
|
303
|
+
<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'>bookmarks</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
304
304
|
<span class='kw'>end</span></pre>
|
305
305
|
</td>
|
306
306
|
</tr>
|
@@ -325,7 +325,7 @@
|
|
325
325
|
</h3><div class="docstring">
|
326
326
|
<div class="discussion">
|
327
327
|
|
328
|
-
<p>First item: parsed data; second item: raw body</p>
|
328
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
329
329
|
|
330
330
|
|
331
331
|
</div>
|
@@ -457,7 +457,7 @@
|
|
457
457
|
</h3><div class="docstring">
|
458
458
|
<div class="discussion">
|
459
459
|
|
460
|
-
<p>First item: parsed data; second item: raw body</p>
|
460
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
461
461
|
|
462
462
|
|
463
463
|
</div>
|
@@ -576,7 +576,7 @@
|
|
576
576
|
</h3><div class="docstring">
|
577
577
|
<div class="discussion">
|
578
578
|
|
579
|
-
<p>First item: parsed data; second item: raw body</p>
|
579
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
580
580
|
|
581
581
|
|
582
582
|
</div>
|
@@ -712,7 +712,7 @@
|
|
712
712
|
</h3><div class="docstring">
|
713
713
|
<div class="discussion">
|
714
714
|
|
715
|
-
<p>First item: parsed data; second item: raw body</p>
|
715
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
716
716
|
|
717
717
|
|
718
718
|
</div>
|
@@ -831,7 +831,7 @@
|
|
831
831
|
</h3><div class="docstring">
|
832
832
|
<div class="discussion">
|
833
833
|
|
834
|
-
<p>First item: parsed data; second item: raw body</p>
|
834
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
835
835
|
|
836
836
|
|
837
837
|
</div>
|
@@ -965,9 +965,9 @@
|
|
965
965
|
</div>
|
966
966
|
|
967
967
|
<div id="footer">
|
968
|
-
Generated on
|
968
|
+
Generated on Tue Jul 30 15:43:16 2013 by
|
969
969
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
970
|
-
0.8.
|
970
|
+
0.8.7 (ruby-2.0.0).
|
971
971
|
</div>
|
972
972
|
|
973
973
|
</body>
|
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Class: ForemanApi::Resources::CommonParameter
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -300,7 +300,7 @@
|
|
300
300
|
<pre class="code"><span class="info file"># File 'lib/foreman_api/resources/common_parameter.rb', line 4</span>
|
301
301
|
|
302
302
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
303
|
-
<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'
|
303
|
+
<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'>common_parameters</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
304
304
|
<span class='kw'>end</span></pre>
|
305
305
|
</td>
|
306
306
|
</tr>
|
@@ -325,7 +325,7 @@
|
|
325
325
|
</h3><div class="docstring">
|
326
326
|
<div class="discussion">
|
327
327
|
|
328
|
-
<p>First item: parsed data; second item: raw body</p>
|
328
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
329
329
|
|
330
330
|
|
331
331
|
</div>
|
@@ -453,7 +453,7 @@
|
|
453
453
|
</h3><div class="docstring">
|
454
454
|
<div class="discussion">
|
455
455
|
|
456
|
-
<p>First item: parsed data; second item: raw body</p>
|
456
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
457
457
|
|
458
458
|
|
459
459
|
</div>
|
@@ -572,7 +572,7 @@
|
|
572
572
|
</h3><div class="docstring">
|
573
573
|
<div class="discussion">
|
574
574
|
|
575
|
-
<p>First item: parsed data; second item: raw body</p>
|
575
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
576
576
|
|
577
577
|
|
578
578
|
</div>
|
@@ -734,7 +734,7 @@
|
|
734
734
|
</h3><div class="docstring">
|
735
735
|
<div class="discussion">
|
736
736
|
|
737
|
-
<p>First item: parsed data; second item: raw body</p>
|
737
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
738
738
|
|
739
739
|
|
740
740
|
</div>
|
@@ -853,7 +853,7 @@
|
|
853
853
|
</h3><div class="docstring">
|
854
854
|
<div class="discussion">
|
855
855
|
|
856
|
-
<p>First item: parsed data; second item: raw body</p>
|
856
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
857
857
|
|
858
858
|
|
859
859
|
</div>
|
@@ -983,9 +983,9 @@
|
|
983
983
|
</div>
|
984
984
|
|
985
985
|
<div id="footer">
|
986
|
-
Generated on
|
986
|
+
Generated on Tue Jul 30 15:43:18 2013 by
|
987
987
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
988
|
-
0.8.
|
988
|
+
0.8.7 (ruby-2.0.0).
|
989
989
|
</div>
|
990
990
|
|
991
991
|
</body>
|