ec2-host 0.6.0 → 1.0.0
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 +5 -5
- data/CHANGELOG.md +6 -0
- data/docs/EC2.html +45 -44
- data/docs/EC2/Host.html +80 -80
- data/docs/EC2/Host/CLI.html +85 -70
- data/docs/EC2/Host/Config.html +99 -94
- data/docs/EC2/Host/EC2Client.html +49 -48
- data/docs/EC2/Host/HashUtil.html +41 -41
- data/docs/EC2/Host/HostData.html +586 -191
- data/docs/EC2/Host/RoleData.html +106 -94
- data/docs/EC2/Host/StringUtil.html +99 -47
- data/docs/_index.html +28 -31
- data/docs/class_list.html +24 -31
- data/docs/css/full_list.css +32 -31
- data/docs/css/style.css +244 -91
- data/docs/file.LICENSE.html +28 -31
- data/docs/file.README.html +30 -33
- data/docs/file_list.html +29 -31
- data/docs/frames.html +7 -16
- data/docs/index.html +30 -33
- data/docs/js/app.js +106 -77
- data/docs/js/full_list.js +170 -135
- data/docs/method_list.html +439 -245
- data/docs/top-level-namespace.html +34 -36
- data/ec2-host.gemspec +1 -1
- data/example/aws-sdk.rb +1 -1
- data/lib/ec2/host/ec2_client.rb +1 -1
- data/lib/ec2/host/host_data.rb +3 -1
- data/lib/ec2/host/role_data.rb +5 -2
- data/lib/ec2/host/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3a13e6935752a27033d440cdc5b0b5ae5af4a3b684ddf87bf82c109cfbe25ab7
|
4
|
+
data.tar.gz: 10b9818eb1428ace6ada0f80b4cc29f1c460ebea6452a9a8fcb662ec255e9dd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddc6f7f6e62dbd638ad061fda97843ecc858b956b45f76042020bc181560567504600f682470d041ad155759b941061a6a1d03f0a9e40133dc3453cb16962084
|
7
|
+
data.tar.gz: 5688701717d96b582ea90b190e851fdadf2dd1c1ec596abab34f65376ef3fa9a70577248e24ad6fc3b67c1aa597dc3ffa326e3f6ac1de40d7f78c15b7d4b4106
|
data/CHANGELOG.md
CHANGED
data/docs/EC2.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: EC2
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.9
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
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
|
+
pathId = "EC2";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!EC2.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="_index.html">Index (E)</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">EC2</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: EC2
|
62
|
+
<div id="content"><h1>Class: EC2
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">Object</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -83,23 +79,27 @@
|
|
83
79
|
</ul>
|
84
80
|
<a href="#" class="inheritanceTree">show all</a>
|
85
81
|
|
86
|
-
|
87
|
-
|
82
|
+
</dd>
|
83
|
+
</dl>
|
84
|
+
|
85
|
+
|
88
86
|
|
89
87
|
|
90
|
-
|
91
88
|
|
92
|
-
|
93
89
|
|
94
90
|
|
91
|
+
|
92
|
+
|
93
|
+
|
95
94
|
|
96
|
-
|
97
|
-
<
|
98
|
-
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/ec2/host.rb<span class="defines">,<br />
|
98
|
+
lib/ec2/host/cli.rb,<br /> lib/ec2/host/config.rb,<br /> lib/ec2/host/version.rb,<br /> lib/ec2/host/hash_util.rb,<br /> lib/ec2/host/host_data.rb,<br /> lib/ec2/host/role_data.rb,<br /> lib/ec2/host/ec2_client.rb,<br /> lib/ec2/host/string_util.rb</span>
|
99
99
|
</dd>
|
100
|
+
</dl>
|
100
101
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
103
103
|
|
104
104
|
<h2>Defined Under Namespace</h2>
|
105
105
|
<p class="children">
|
@@ -122,11 +122,12 @@
|
|
122
122
|
|
123
123
|
</div>
|
124
124
|
|
125
|
-
|
126
|
-
Generated on
|
125
|
+
<div id="footer">
|
126
|
+
Generated on Sat May 20 00:23:52 2017 by
|
127
127
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
128
|
-
0.
|
128
|
+
0.9.9 (ruby-2.4.1).
|
129
129
|
</div>
|
130
130
|
|
131
|
+
</div>
|
131
132
|
</body>
|
132
133
|
</html>
|
data/docs/EC2/Host.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: EC2::Host
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.9
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
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
|
+
pathId = "EC2::Host";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!EC2/Host.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (H)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../EC2.html" title="EC2 (class)">EC2</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Host</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
65
61
|
|
66
|
-
|
62
|
+
<div id="content"><h1>Class: EC2::Host
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">Object</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -83,27 +79,32 @@
|
|
83
79
|
</ul>
|
84
80
|
<a href="#" class="inheritanceTree">show all</a>
|
85
81
|
|
86
|
-
|
87
|
-
|
82
|
+
</dd>
|
83
|
+
</dl>
|
88
84
|
|
85
|
+
|
89
86
|
|
90
|
-
|
91
87
|
|
92
|
-
|
93
|
-
<dt class="r2">Includes:</dt>
|
94
|
-
<dd class="r2">Enumerable</dd>
|
95
|
-
|
96
|
-
|
97
88
|
|
98
89
|
|
90
|
+
<dl>
|
91
|
+
<dt>Includes:</dt>
|
92
|
+
<dd>Enumerable</dd>
|
93
|
+
</dl>
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
99
|
|
100
|
-
|
101
|
-
<
|
102
|
-
|
100
|
+
<dl>
|
101
|
+
<dt>Defined in:</dt>
|
102
|
+
<dd>lib/ec2/host.rb<span class="defines">,<br />
|
103
|
+
lib/ec2/host/cli.rb,<br /> lib/ec2/host/config.rb,<br /> lib/ec2/host/version.rb,<br /> lib/ec2/host/hash_util.rb,<br /> lib/ec2/host/host_data.rb,<br /> lib/ec2/host/role_data.rb,<br /> lib/ec2/host/ec2_client.rb,<br /> lib/ec2/host/string_util.rb</span>
|
103
104
|
</dd>
|
105
|
+
</dl>
|
104
106
|
|
105
|
-
</
|
106
|
-
<div class="clear"></div>
|
107
|
+
</div>
|
107
108
|
|
108
109
|
<h2>Overview</h2><div class="docstring">
|
109
110
|
<div class="discussion">
|
@@ -165,27 +166,25 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
165
166
|
</p>
|
166
167
|
|
167
168
|
<h2>Constant Summary</h2>
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
</dl>
|
177
|
-
|
169
|
+
<dl class="constants">
|
170
|
+
|
171
|
+
<dt id="VERSION-constant" class="">VERSION =
|
172
|
+
|
173
|
+
</dt>
|
174
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.6.0</span><span class='tstring_end'>'</span></span></pre></dd>
|
175
|
+
|
176
|
+
</dl>
|
178
177
|
|
179
178
|
|
180
179
|
|
181
180
|
|
182
|
-
<h2>Instance Attribute Summary <small
|
181
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
183
182
|
<ul class="summary">
|
184
183
|
|
185
184
|
<li class="public ">
|
186
185
|
<span class="summary_signature">
|
187
186
|
|
188
|
-
<a href="#conditions-instance_method" title="#conditions (instance method)"
|
187
|
+
<a href="#conditions-instance_method" title="#conditions (instance method)">#<strong>conditions</strong> ⇒ Object </a>
|
189
188
|
|
190
189
|
|
191
190
|
|
@@ -214,7 +213,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
214
213
|
<li class="public ">
|
215
214
|
<span class="summary_signature">
|
216
215
|
|
217
|
-
<a href="#options-instance_method" title="#options (instance method)"
|
216
|
+
<a href="#options-instance_method" title="#options (instance method)">#<strong>options</strong> ⇒ Object </a>
|
218
217
|
|
219
218
|
|
220
219
|
|
@@ -248,7 +247,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
248
247
|
|
249
248
|
<h2>
|
250
249
|
Class Method Summary
|
251
|
-
<small
|
250
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
252
251
|
</h2>
|
253
252
|
|
254
253
|
<ul class="summary">
|
@@ -256,7 +255,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
256
255
|
<li class="public ">
|
257
256
|
<span class="summary_signature">
|
258
257
|
|
259
|
-
<a href="#configure-class_method" title="configure (class method)"
|
258
|
+
<a href="#configure-class_method" title="configure (class method)">.<strong>configure</strong>(params = {}) ⇒ Object </a>
|
260
259
|
|
261
260
|
|
262
261
|
|
@@ -280,7 +279,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
280
279
|
<li class="public ">
|
281
280
|
<span class="summary_signature">
|
282
281
|
|
283
|
-
<a href="#ec2_client-class_method" title="ec2_client (class method)"
|
282
|
+
<a href="#ec2_client-class_method" title="ec2_client (class method)">.<strong>ec2_client</strong> ⇒ Object </a>
|
284
283
|
|
285
284
|
|
286
285
|
|
@@ -302,7 +301,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
302
301
|
<li class="public ">
|
303
302
|
<span class="summary_signature">
|
304
303
|
|
305
|
-
<a href="#me-class_method" title="me (class method)"
|
304
|
+
<a href="#me-class_method" title="me (class method)">.<strong>me</strong> ⇒ Host::Data </a>
|
306
305
|
|
307
306
|
|
308
307
|
|
@@ -327,7 +326,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
327
326
|
|
328
327
|
<h2>
|
329
328
|
Instance Method Summary
|
330
|
-
<small
|
329
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
331
330
|
</h2>
|
332
331
|
|
333
332
|
<ul class="summary">
|
@@ -335,7 +334,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
335
334
|
<li class="public ">
|
336
335
|
<span class="summary_signature">
|
337
336
|
|
338
|
-
<a href="#each-instance_method" title="#each (instance method)"
|
337
|
+
<a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> {|data| ... } ⇒ Object </a>
|
339
338
|
|
340
339
|
|
341
340
|
|
@@ -357,7 +356,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
357
356
|
<li class="public ">
|
358
357
|
<span class="summary_signature">
|
359
358
|
|
360
|
-
<a href="#ec2_client-instance_method" title="#ec2_client (instance method)"
|
359
|
+
<a href="#ec2_client-instance_method" title="#ec2_client (instance method)">#<strong>ec2_client</strong> ⇒ Object </a>
|
361
360
|
|
362
361
|
|
363
362
|
|
@@ -379,7 +378,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
379
378
|
<li class="public ">
|
380
379
|
<span class="summary_signature">
|
381
380
|
|
382
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
381
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(*conditions) ⇒ Host </a>
|
383
382
|
|
384
383
|
|
385
384
|
|
@@ -412,7 +411,7 @@ EC2::Host.me.hostname # => 'test'</code></pre>
|
|
412
411
|
<div class="method_details first">
|
413
412
|
<h3 class="signature first" id="initialize-instance_method">
|
414
413
|
|
415
|
-
|
414
|
+
#<strong>initialize</strong>(*conditions) ⇒ <tt><span class='object_link'><a href="" title="EC2::Host (class)">Host</a></span></tt>
|
416
415
|
|
417
416
|
|
418
417
|
|
@@ -521,7 +520,7 @@ options: {a: 'b'}</code></pre>
|
|
521
520
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Hash expected (options)</span><span class='tstring_end'>"</span></span> <span class='kw'>unless</span> <span class='ivar'>@options</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span>
|
522
521
|
<span class='ivar'>@conditions</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
523
522
|
<span class='id identifier rubyid_conditions'>conditions</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_condition'>condition</span><span class='op'>|</span>
|
524
|
-
<span class='ivar'>@conditions</span> <span class='op'><<</span> <span class='const'>Hash</span><span class='lbracket'>[</span><span class='id identifier rubyid_condition'>condition</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='const'>
|
523
|
+
<span class='ivar'>@conditions</span> <span class='op'><<</span> <span class='const'>Hash</span><span class='lbracket'>[</span><span class='id identifier rubyid_condition'>condition</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="Host/StringUtil.html" title="EC2::Host::StringUtil (module)">StringUtil</a></span></span><span class='period'>.</span><span class='id identifier rubyid_stringify_symbols'><span class='object_link'><a href="Host/StringUtil.html#stringify_symbols-class_method" title="EC2::Host::StringUtil.stringify_symbols (method)">stringify_symbols</a></span></span><span class='lparen'>(</span><span class='const'>Array</span><span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='rbracket'>]</span><span class='rbrace'>}</span><span class='rbracket'>]</span>
|
525
524
|
<span class='kw'>end</span>
|
526
525
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Array of Hash, or Hash expected (conditions)</span><span class='tstring_end'>"</span></span> <span class='kw'>unless</span> <span class='ivar'>@conditions</span><span class='period'>.</span><span class='id identifier rubyid_all?'>all?</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_h'>h</span><span class='op'>|</span> <span class='id identifier rubyid_h'>h</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span><span class='rbrace'>}</span>
|
527
526
|
<span class='kw'>end</span></pre>
|
@@ -540,7 +539,7 @@ options: {a: 'b'}</code></pre>
|
|
540
539
|
<div class="method_details first">
|
541
540
|
<h3 class="signature first" id="conditions-instance_method">
|
542
541
|
|
543
|
-
|
542
|
+
#<strong>conditions</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
544
543
|
|
545
544
|
|
546
545
|
|
@@ -583,7 +582,7 @@ options: {a: 'b'}</code></pre>
|
|
583
582
|
<div class="method_details ">
|
584
583
|
<h3 class="signature " id="options-instance_method">
|
585
584
|
|
586
|
-
|
585
|
+
#<strong>options</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
587
586
|
|
588
587
|
|
589
588
|
|
@@ -631,7 +630,7 @@ options: {a: 'b'}</code></pre>
|
|
631
630
|
<div class="method_details first">
|
632
631
|
<h3 class="signature first" id="configure-class_method">
|
633
632
|
|
634
|
-
|
633
|
+
.<strong>configure</strong>(params = {}) ⇒ <tt>Object</tt>
|
635
634
|
|
636
635
|
|
637
636
|
|
@@ -684,7 +683,7 @@ options: {a: 'b'}</code></pre>
|
|
684
683
|
<pre class="code"><span class="info file"># File 'lib/ec2/host.rb', line 52</span>
|
685
684
|
|
686
685
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</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='rparen'>)</span>
|
687
|
-
<span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span><span class='rparen'>)</span>
|
686
|
+
<span class='const'><span class='object_link'><a href="Host/Config.html" title="EC2::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configure'><span class='object_link'><a href="Host/Config.html#configure-class_method" title="EC2::Host::Config.configure (method)">configure</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span><span class='rparen'>)</span>
|
688
687
|
<span class='kw'>end</span></pre>
|
689
688
|
</td>
|
690
689
|
</tr>
|
@@ -694,7 +693,7 @@ options: {a: 'b'}</code></pre>
|
|
694
693
|
<div class="method_details ">
|
695
694
|
<h3 class="signature " id="ec2_client-class_method">
|
696
695
|
|
697
|
-
|
696
|
+
.<strong>ec2_client</strong> ⇒ <tt>Object</tt>
|
698
697
|
|
699
698
|
|
700
699
|
|
@@ -714,7 +713,7 @@ options: {a: 'b'}</code></pre>
|
|
714
713
|
<pre class="code"><span class="info file"># File 'lib/ec2/host.rb', line 56</span>
|
715
714
|
|
716
715
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_ec2_client'>ec2_client</span>
|
717
|
-
<span class='ivar'>@ec2_client</span> <span class='op'>||=</span> <span class='const'>EC2Client</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
716
|
+
<span class='ivar'>@ec2_client</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="Host/EC2Client.html" title="EC2::Host::EC2Client (class)">EC2Client</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="EC2::Host#initialize (method)">new</a></span></span>
|
718
717
|
<span class='kw'>end</span></pre>
|
719
718
|
</td>
|
720
719
|
</tr>
|
@@ -724,7 +723,7 @@ options: {a: 'b'}</code></pre>
|
|
724
723
|
<div class="method_details ">
|
725
724
|
<h3 class="signature " id="me-class_method">
|
726
725
|
|
727
|
-
|
726
|
+
.<strong>me</strong> ⇒ <tt>Host::Data</tt>
|
728
727
|
|
729
728
|
|
730
729
|
|
@@ -795,7 +794,7 @@ options: {a: 'b'}</code></pre>
|
|
795
794
|
<div class="method_details first">
|
796
795
|
<h3 class="signature first" id="each-instance_method">
|
797
796
|
|
798
|
-
|
797
|
+
#<strong>each</strong> {|data| ... } ⇒ <tt>Object</tt>
|
799
798
|
|
800
799
|
|
801
800
|
|
@@ -860,7 +859,7 @@ options: {a: 'b'}</code></pre>
|
|
860
859
|
<div class="method_details ">
|
861
860
|
<h3 class="signature " id="ec2_client-instance_method">
|
862
861
|
|
863
|
-
|
862
|
+
#<strong>ec2_client</strong> ⇒ <tt>Object</tt>
|
864
863
|
|
865
864
|
|
866
865
|
|
@@ -891,11 +890,12 @@ options: {a: 'b'}</code></pre>
|
|
891
890
|
|
892
891
|
</div>
|
893
892
|
|
894
|
-
|
895
|
-
Generated on
|
893
|
+
<div id="footer">
|
894
|
+
Generated on Sat May 20 00:23:52 2017 by
|
896
895
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
897
|
-
0.
|
896
|
+
0.9.9 (ruby-2.4.1).
|
898
897
|
</div>
|
899
898
|
|
899
|
+
</div>
|
900
900
|
</body>
|
901
901
|
</html>
|