gce-host 0.4.4 → 0.5.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
2
  SHA1:
3
- metadata.gz: dad933feea005e321f009794fda85a7d5dd0c711
4
- data.tar.gz: 24e9a937f5b92063ed03b739cd15de197b5f0b82
3
+ metadata.gz: 29bf6b2a9d1b252cdeead835586c85e264285cc9
4
+ data.tar.gz: e0514ddf6ca4aff91c37de3b92a432d7b7bb57bb
5
5
  SHA512:
6
- metadata.gz: df810097c230bacf4a0f5704673fab22886e372973ddc080d4f971bd8571309045525ab7754a64c033832cbc1d88ef897d4c79e30e84e77da52d2028ad0e7819
7
- data.tar.gz: fce1c754372461a56cb6de061c0c60d8057c7358fe4c88233fb84c4147ff9f9db9bddf72229cae796828111307708c7b56904638996375be736b0ed9f19aadc4
6
+ metadata.gz: bd09dd46c05b2cd41dc3752d874090a2865cd1cbf159f24ffdf2fbdce9bf5c265395a9cbe75ee03b214990afc024f5f71c94b5ec4acefc3ba08ce1e8707fe173
7
+ data.tar.gz: e52fc9fa5d9e34caffe5dc1c647f27b4fb7404c645a547429bfa2899855538c7edbd5811765109d42a43a8b18a41d98dd39d7e61ac4b00f93161028a7be3ec50
@@ -1,3 +1,9 @@
1
+ # 0.5.0 (2017/05/20)
2
+
3
+ Enhancements:
4
+
5
+ * Support google-api-ruby-client >= v0.11.0
6
+
1
7
  # 0.4.4 (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: GCE
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 = "GCE";
19
19
  relpath = '';
20
- framesUrl = "frames.html#!GCE.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 (G)</a> &raquo;
35
40
 
36
41
 
37
42
  <span class="title">GCE</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: GCE
62
+ <div id="content"><h1>Class: GCE
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/gce/host.rb<span class="defines">,<br />
98
- lib/gce/host/cli.rb,<br /> lib/gce/host/config.rb,<br /> lib/gce/host/version.rb,<br /> lib/gce/host/host_data.rb,<br /> lib/gce/host/role_data.rb,<br /> lib/gce/host/hash_util.rb,<br /> lib/gce/host/gce_client.rb,<br /> lib/gce/host/string_util.rb</span>
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/gce/host.rb<span class="defines">,<br />
98
+ lib/gce/host/cli.rb,<br /> lib/gce/host/config.rb,<br /> lib/gce/host/version.rb,<br /> lib/gce/host/hash_util.rb,<br /> lib/gce/host/host_data.rb,<br /> lib/gce/host/role_data.rb,<br /> lib/gce/host/gce_client.rb,<br /> lib/gce/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 12:11:40 2016 by
125
+ <div id="footer">
126
+ Generated on Sat May 20 00:24: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: GCE::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 = "GCE::Host";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!GCE/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="../GCE.html" title="GCE (class)">GCE</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: GCE::Host
62
+ <div id="content"><h1>Class: GCE::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/gce/host.rb<span class="defines">,<br />
102
- lib/gce/host/cli.rb,<br /> lib/gce/host/config.rb,<br /> lib/gce/host/version.rb,<br /> lib/gce/host/host_data.rb,<br /> lib/gce/host/role_data.rb,<br /> lib/gce/host/hash_util.rb,<br /> lib/gce/host/gce_client.rb,<br /> lib/gce/host/string_util.rb</span>
100
+ <dl>
101
+ <dt>Defined in:</dt>
102
+ <dd>lib/gce/host.rb<span class="defines">,<br />
103
+ lib/gce/host/cli.rb,<br /> lib/gce/host/config.rb,<br /> lib/gce/host/version.rb,<br /> lib/gce/host/hash_util.rb,<br /> lib/gce/host/host_data.rb,<br /> lib/gce/host/role_data.rb,<br /> lib/gce/host/gce_client.rb,<br /> lib/gce/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 @@ GCE::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.4.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.4.4</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 @@ GCE::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 @@ GCE::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 @@ GCE::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 @@ GCE::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="#gce_client-class_method" title="gce_client (class method)">+ (Object) <strong>gce_client</strong> </a>
282
+ <a href="#gce_client-class_method" title="gce_client (class method)">.<strong>gce_client</strong> &#x21d2; Object </a>
284
283
 
285
284
 
286
285
 
@@ -302,7 +301,7 @@ GCE::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 @@ GCE::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 @@ GCE::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 @@ GCE::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="#gce_client-instance_method" title="#gce_client (instance method)">- (Object) <strong>gce_client</strong> </a>
359
+ <a href="#gce_client-instance_method" title="#gce_client (instance method)">#<strong>gce_client</strong> &#x21d2; Object </a>
361
360
 
362
361
 
363
362
 
@@ -379,7 +378,7 @@ GCE::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 @@ GCE::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="GCE::Host (class)">Host</a></span></tt>) <strong>initialize</strong>(*conditions)
414
+ #<strong>initialize</strong>(*conditions) &#x21d2; <tt><span class='object_link'><a href="" title="GCE::Host (class)">Host</a></span></tt>
416
415
 
417
416
 
418
417
 
@@ -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/gce/host.rb', line 54</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="GCE::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="GCE::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="gce_client-class_method">
696
695
 
697
- + (<tt>Object</tt>) <strong>gce_client</strong>
696
+ .<strong>gce_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/gce/host.rb', line 58</span>
715
714
 
716
715
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_gce_client'>gce_client</span>
717
- <span class='ivar'>@gce_client</span> <span class='op'>||=</span> <span class='const'>GCEClient</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
716
+ <span class='ivar'>@gce_client</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="Host/GCEClient.html" title="GCE::Host::GCEClient (class)">GCEClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="GCE::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="gce_client-instance_method">
862
861
 
863
- - (<tt>Object</tt>) <strong>gce_client</strong>
862
+ #<strong>gce_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 12:11:41 2016 by
893
+ <div id="footer">
894
+ Generated on Sat May 20 00:24: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>