ec2-host 0.6.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1a1249847be80c2f1fcf6c5a857b510a5c1a3687
4
- data.tar.gz: a1e32094a8f8ba1b0b36798533227c80154e9137
2
+ SHA256:
3
+ metadata.gz: 3a13e6935752a27033d440cdc5b0b5ae5af4a3b684ddf87bf82c109cfbe25ab7
4
+ data.tar.gz: 10b9818eb1428ace6ada0f80b4cc29f1c460ebea6452a9a8fcb662ec255e9dd2
5
5
  SHA512:
6
- metadata.gz: 2d87051be62134563c27c0f94e41a8791b7a0b42a58541cefbd9f3226518ea4edbdb256591e1f2ed3e7c557a319fc3ba16de06eebb609cc96bca798995368c59
7
- data.tar.gz: 4943af6805767f3f7019ffc8d074661f67e692ad403fbaea58f57f54f62760f80f054f020e898a2570495f0bb5b76d504bede6fd35b2670b2e2169a6d0dbe1d5
6
+ metadata.gz: ddc6f7f6e62dbd638ad061fda97843ecc858b956b45f76042020bc181560567504600f682470d041ad155759b941061a6a1d03f0a9e40133dc3453cb16962084
7
+ data.tar.gz: 5688701717d96b582ea90b190e851fdadf2dd1c1ec596abab34f65376ef3fa9a70577248e24ad6fc3b67c1aa597dc3ffa326e3f6ac1de40d7f78c15b7d4b4106
@@ -1,3 +1,9 @@
1
+ # 1.0.0 (2018/12/04)
2
+
3
+ Fixes:
4
+
5
+ * upgrade aws-sdk v3. use aws-sdk-ec2.
6
+
1
7
  # 0.6.0 (2017/05/20)
2
8
 
3
9
  Fixes:
@@ -1,12 +1,12 @@
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">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  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
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
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
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">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/host_data.rb,<br /> lib/ec2/host/role_data.rb,<br /> lib/ec2/host/hash_util.rb,<br /> lib/ec2/host/ec2_client.rb,<br /> lib/ec2/host/string_util.rb</span>
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
- </dl>
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
- <div id="footer">
126
- Generated on Fri Dec 2 11:53:59 2016 by
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.8.7.6 (ruby-2.3.2).
128
+ 0.9.9 (ruby-2.4.1).
129
129
  </div>
130
130
 
131
+ </div>
131
132
  </body>
132
133
  </html>
@@ -1,12 +1,12 @@
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">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../EC2.html" title="EC2 (class)">EC2</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  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
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
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
59
+ <div class="clear"></div>
60
+ </div>
65
61
 
66
- <div id="content"><h1>Class: EC2::Host
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
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
- <dt class="r1 last">Defined in:</dt>
101
- <dd class="r1 last">lib/ec2/host.rb<span class="defines">,<br />
102
- lib/ec2/host/cli.rb,<br /> lib/ec2/host/config.rb,<br /> lib/ec2/host/version.rb,<br /> lib/ec2/host/host_data.rb,<br /> lib/ec2/host/role_data.rb,<br /> lib/ec2/host/hash_util.rb,<br /> lib/ec2/host/ec2_client.rb,<br /> lib/ec2/host/string_util.rb</span>
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
- </dl>
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 # =&gt; &#39;test&#39;</code></pre>
165
166
  </p>
166
167
 
167
168
  <h2>Constant Summary</h2>
168
-
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'>&#39;</span><span class='tstring_content'>0.5.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>
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'>&#39;</span><span class='tstring_content'>0.6.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
175
+
176
+ </dl>
178
177
 
179
178
 
180
179
 
181
180
 
182
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
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)">- (Object) <strong>conditions</strong> </a>
187
+ <a href="#conditions-instance_method" title="#conditions (instance method)">#<strong>conditions</strong> &#x21d2; Object </a>
189
188
 
190
189
 
191
190
 
@@ -214,7 +213,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</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)">- (Object) <strong>options</strong> </a>
216
+ <a href="#options-instance_method" title="#options (instance method)">#<strong>options</strong> &#x21d2; Object </a>
218
217
 
219
218
 
220
219
 
@@ -248,7 +247,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</code></pre>
248
247
 
249
248
  <h2>
250
249
  Class Method Summary
251
- <small>(<a href="#" class="summary_toggle">collapse</a>)</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 # =&gt; &#39;test&#39;</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)">+ (Object) <strong>configure</strong>(params = {}) </a>
258
+ <a href="#configure-class_method" title="configure (class method)">.<strong>configure</strong>(params = {}) &#x21d2; Object </a>
260
259
 
261
260
 
262
261
 
@@ -280,7 +279,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</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)">+ (Object) <strong>ec2_client</strong> </a>
282
+ <a href="#ec2_client-class_method" title="ec2_client (class method)">.<strong>ec2_client</strong> &#x21d2; Object </a>
284
283
 
285
284
 
286
285
 
@@ -302,7 +301,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</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)">+ (Host::Data) <strong>me</strong> </a>
304
+ <a href="#me-class_method" title="me (class method)">.<strong>me</strong> &#x21d2; Host::Data </a>
306
305
 
307
306
 
308
307
 
@@ -327,7 +326,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</code></pre>
327
326
 
328
327
  <h2>
329
328
  Instance Method Summary
330
- <small>(<a href="#" class="summary_toggle">collapse</a>)</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 # =&gt; &#39;test&#39;</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)">- (Object) <strong>each</strong> {|data| ... }</a>
337
+ <a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> {|data| ... } &#x21d2; Object </a>
339
338
 
340
339
 
341
340
 
@@ -357,7 +356,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</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)">- (Object) <strong>ec2_client</strong> </a>
359
+ <a href="#ec2_client-instance_method" title="#ec2_client (instance method)">#<strong>ec2_client</strong> &#x21d2; Object </a>
361
360
 
362
361
 
363
362
 
@@ -379,7 +378,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</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)">- (Host) <strong>initialize</strong>(*conditions) </a>
381
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(*conditions) &#x21d2; Host </a>
383
382
 
384
383
 
385
384
 
@@ -412,7 +411,7 @@ EC2::Host.me.hostname # =&gt; &#39;test&#39;</code></pre>
412
411
  <div class="method_details first">
413
412
  <h3 class="signature first" id="initialize-instance_method">
414
413
 
415
- - (<tt><span class='object_link'><a href="" title="EC2::Host (class)">Host</a></span></tt>) <strong>initialize</strong>(*conditions)
414
+ #<strong>initialize</strong>(*conditions) &#x21d2; <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: &#39;b&#39;}</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'>&quot;</span><span class='tstring_content'>Hash expected (options)</span><span class='tstring_end'>&quot;</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'>&lt;&lt;</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'>Array</span><span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:to_s</span><span class='rparen'>)</span><span class='rbracket'>]</span><span class='rbrace'>}</span><span class='rbracket'>]</span>
523
+ <span class='ivar'>@conditions</span> <span class='op'>&lt;&lt;</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'>&quot;</span><span class='tstring_content'>Array of Hash, or Hash expected (conditions)</span><span class='tstring_end'>&quot;</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: &#39;b&#39;}</code></pre>
540
539
  <div class="method_details first">
541
540
  <h3 class="signature first" id="conditions-instance_method">
542
541
 
543
- - (<tt>Object</tt>) <strong>conditions</strong> <span class="extras">(readonly)</span>
542
+ #<strong>conditions</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
544
543
 
545
544
 
546
545
 
@@ -583,7 +582,7 @@ options: {a: &#39;b&#39;}</code></pre>
583
582
  <div class="method_details ">
584
583
  <h3 class="signature " id="options-instance_method">
585
584
 
586
- - (<tt>Object</tt>) <strong>options</strong> <span class="extras">(readonly)</span>
585
+ #<strong>options</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
587
586
 
588
587
 
589
588
 
@@ -631,7 +630,7 @@ options: {a: &#39;b&#39;}</code></pre>
631
630
  <div class="method_details first">
632
631
  <h3 class="signature first" id="configure-class_method">
633
632
 
634
- + (<tt>Object</tt>) <strong>configure</strong>(params = {})
633
+ .<strong>configure</strong>(params = {}) &#x21d2; <tt>Object</tt>
635
634
 
636
635
 
637
636
 
@@ -684,7 +683,7 @@ options: {a: &#39;b&#39;}</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: &#39;b&#39;}</code></pre>
694
693
  <div class="method_details ">
695
694
  <h3 class="signature " id="ec2_client-class_method">
696
695
 
697
- + (<tt>Object</tt>) <strong>ec2_client</strong>
696
+ .<strong>ec2_client</strong> &#x21d2; <tt>Object</tt>
698
697
 
699
698
 
700
699
 
@@ -714,7 +713,7 @@ options: {a: &#39;b&#39;}</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: &#39;b&#39;}</code></pre>
724
723
  <div class="method_details ">
725
724
  <h3 class="signature " id="me-class_method">
726
725
 
727
- + (<tt>Host::Data</tt>) <strong>me</strong>
726
+ .<strong>me</strong> &#x21d2; <tt>Host::Data</tt>
728
727
 
729
728
 
730
729
 
@@ -795,7 +794,7 @@ options: {a: &#39;b&#39;}</code></pre>
795
794
  <div class="method_details first">
796
795
  <h3 class="signature first" id="each-instance_method">
797
796
 
798
- - (<tt>Object</tt>) <strong>each</strong> {|data| ... }
797
+ #<strong>each</strong> {|data| ... } &#x21d2; <tt>Object</tt>
799
798
 
800
799
 
801
800
 
@@ -860,7 +859,7 @@ options: {a: &#39;b&#39;}</code></pre>
860
859
  <div class="method_details ">
861
860
  <h3 class="signature " id="ec2_client-instance_method">
862
861
 
863
- - (<tt>Object</tt>) <strong>ec2_client</strong>
862
+ #<strong>ec2_client</strong> &#x21d2; <tt>Object</tt>
864
863
 
865
864
 
866
865
 
@@ -891,11 +890,12 @@ options: {a: &#39;b&#39;}</code></pre>
891
890
 
892
891
  </div>
893
892
 
894
- <div id="footer">
895
- Generated on Fri Dec 2 11:53:59 2016 by
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.8.7.6 (ruby-2.3.2).
896
+ 0.9.9 (ruby-2.4.1).
898
897
  </div>
899
898
 
899
+ </div>
900
900
  </body>
901
901
  </html>