net-ssh-simple 1.7.2 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/coverage/.resultset.json +43 -43
- data/coverage/index.html +87 -87
- data/doc/Net.html +38 -38
- data/doc/Net/SSH.html +38 -38
- data/doc/Net/SSH/Simple.html +115 -115
- data/doc/Net/SSH/Simple/Error.html +54 -53
- data/doc/Net/SSH/Simple/Result.html +79 -78
- data/doc/_index.html +28 -31
- data/doc/class_list.html +24 -31
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +251 -91
- data/doc/file.README.html +34 -37
- data/doc/file_list.html +26 -30
- data/doc/frames.html +7 -16
- data/doc/index.html +34 -37
- data/doc/js/app.js +106 -77
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +188 -128
- data/doc/top-level-namespace.html +34 -36
- data/lib/net/ssh/simple/version.rb +1 -1
- data/net-ssh-simple.gemspec +1 -1
- metadata +4 -5
@@ -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
|
Exception: Net::SSH::Simple::Error
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.12
|
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 = "Net::SSH::Simple::Error";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!Net/SSH/Simple/Error.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
|
<span class='title'><span class='object_link'><a href="../../../Net.html" title="Net (module)">Net</a></span></span> » <span class='title'><span class='object_link'><a href="../../SSH.html" title="Net::SSH (module)">SSH</a></span></span> » <span class='title'><span class='object_link'><a href="../Simple.html" title="Net::SSH::Simple (class)">Simple</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Error</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>Exception: Net::SSH::Simple::Error
|
62
|
+
<div id="content"><h1>Exception: Net::SSH::Simple::Error
|
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">RuntimeError</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -85,21 +81,25 @@
|
|
85
81
|
</ul>
|
86
82
|
<a href="#" class="inheritanceTree">show all</a>
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
90
88
|
|
91
89
|
|
92
|
-
|
93
90
|
|
94
|
-
|
95
91
|
|
96
92
|
|
93
|
+
|
94
|
+
|
95
|
+
|
97
96
|
|
98
|
-
|
99
|
-
<
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>lib/net/ssh/simple.rb</dd>
|
100
|
+
</dl>
|
100
101
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
103
103
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
@@ -116,13 +116,13 @@
|
|
116
116
|
|
117
117
|
|
118
118
|
|
119
|
-
<h2>Instance Attribute Summary <small
|
119
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
120
120
|
<ul class="summary">
|
121
121
|
|
122
122
|
<li class="public ">
|
123
123
|
<span class="summary_signature">
|
124
124
|
|
125
|
-
<a href="#result-instance_method" title="#result (instance method)"
|
125
|
+
<a href="#result-instance_method" title="#result (instance method)">#<strong>result</strong> ⇒ Object </a>
|
126
126
|
|
127
127
|
|
128
128
|
|
@@ -152,7 +152,7 @@ incomplete!).</p>
|
|
152
152
|
<li class="public ">
|
153
153
|
<span class="summary_signature">
|
154
154
|
|
155
|
-
<a href="#wrapped-instance_method" title="#wrapped (instance method)"
|
155
|
+
<a href="#wrapped-instance_method" title="#wrapped (instance method)">#<strong>wrapped</strong> ⇒ Object </a>
|
156
156
|
|
157
157
|
|
158
158
|
|
@@ -186,7 +186,7 @@ incomplete!).</p>
|
|
186
186
|
|
187
187
|
<h2>
|
188
188
|
Instance Method Summary
|
189
|
-
<small
|
189
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
190
190
|
</h2>
|
191
191
|
|
192
192
|
<ul class="summary">
|
@@ -194,7 +194,7 @@ incomplete!).</p>
|
|
194
194
|
<li class="public ">
|
195
195
|
<span class="summary_signature">
|
196
196
|
|
197
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
197
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(msg, e = $!) ⇒ Error </a>
|
198
198
|
|
199
199
|
|
200
200
|
|
@@ -220,7 +220,7 @@ incomplete!).</p>
|
|
220
220
|
<li class="public ">
|
221
221
|
<span class="summary_signature">
|
222
222
|
|
223
|
-
<a href="#to_s-instance_method" title="#to_s (instance method)"
|
223
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
224
224
|
|
225
225
|
|
226
226
|
|
@@ -249,7 +249,7 @@ incomplete!).</p>
|
|
249
249
|
<div class="method_details first">
|
250
250
|
<h3 class="signature first" id="initialize-instance_method">
|
251
251
|
|
252
|
-
|
252
|
+
#<strong>initialize</strong>(msg, e = $!) ⇒ <tt><span class='object_link'><a href="" title="Net::SSH::Simple::Error (class)">Error</a></span></tt>
|
253
253
|
|
254
254
|
|
255
255
|
|
@@ -301,7 +301,7 @@ incomplete!).</p>
|
|
301
301
|
<div class="method_details first">
|
302
302
|
<h3 class="signature first" id="result-instance_method">
|
303
303
|
|
304
|
-
|
304
|
+
#<strong>result</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
305
305
|
|
306
306
|
|
307
307
|
|
@@ -345,7 +345,7 @@ incomplete!).</p>
|
|
345
345
|
<div class="method_details ">
|
346
346
|
<h3 class="signature " id="wrapped-instance_method">
|
347
347
|
|
348
|
-
|
348
|
+
#<strong>wrapped</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
349
349
|
|
350
350
|
|
351
351
|
|
@@ -393,7 +393,7 @@ incomplete!).</p>
|
|
393
393
|
<div class="method_details first">
|
394
394
|
<h3 class="signature first" id="to_s-instance_method">
|
395
395
|
|
396
|
-
|
396
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
397
397
|
|
398
398
|
|
399
399
|
|
@@ -424,11 +424,12 @@ incomplete!).</p>
|
|
424
424
|
|
425
425
|
</div>
|
426
426
|
|
427
|
-
|
428
|
-
Generated on
|
427
|
+
<div id="footer">
|
428
|
+
Generated on Thu Dec 21 01:55:39 2017 by
|
429
429
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
430
|
-
0.
|
430
|
+
0.9.12 (ruby-2.4.0).
|
431
431
|
</div>
|
432
432
|
|
433
|
+
</div>
|
433
434
|
</body>
|
434
435
|
</html>
|
@@ -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: Net::SSH::Simple::Result
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.12
|
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 = "Net::SSH::Simple::Result";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!Net/SSH/Simple/Result.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 (R)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../../Net.html" title="Net (module)">Net</a></span></span> » <span class='title'><span class='object_link'><a href="../../SSH.html" title="Net::SSH (module)">SSH</a></span></span> » <span class='title'><span class='object_link'><a href="../Simple.html" title="Net::SSH::Simple (class)">Simple</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Result</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: Net::SSH::Simple::Result
|
62
|
+
<div id="content"><h1>Class: Net::SSH::Simple::Result
|
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">Hashie::Dash</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -85,21 +81,25 @@
|
|
85
81
|
</ul>
|
86
82
|
<a href="#" class="inheritanceTree">show all</a>
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
90
88
|
|
91
89
|
|
92
|
-
|
93
90
|
|
94
|
-
|
95
91
|
|
96
92
|
|
93
|
+
|
94
|
+
|
95
|
+
|
97
96
|
|
98
|
-
|
99
|
-
<
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>lib/net/ssh/simple.rb</dd>
|
100
|
+
</dl>
|
100
101
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
103
103
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
@@ -116,13 +116,13 @@
|
|
116
116
|
|
117
117
|
|
118
118
|
|
119
|
-
<h2>Instance Attribute Summary <small
|
119
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
120
120
|
<ul class="summary">
|
121
121
|
|
122
122
|
<li class="public ">
|
123
123
|
<span class="summary_signature">
|
124
124
|
|
125
|
-
<a href="#cmd-instance_method" title="#cmd (instance method)"
|
125
|
+
<a href="#cmd-instance_method" title="#cmd (instance method)">#<strong>cmd</strong> ⇒ String </a>
|
126
126
|
|
127
127
|
|
128
128
|
|
@@ -149,7 +149,7 @@
|
|
149
149
|
<li class="public ">
|
150
150
|
<span class="summary_signature">
|
151
151
|
|
152
|
-
<a href="#exception-instance_method" title="#exception (instance method)"
|
152
|
+
<a href="#exception-instance_method" title="#exception (instance method)">#<strong>exception</strong> ⇒ Exception </a>
|
153
153
|
|
154
154
|
|
155
155
|
|
@@ -176,7 +176,7 @@
|
|
176
176
|
<li class="public ">
|
177
177
|
<span class="summary_signature">
|
178
178
|
|
179
|
-
<a href="#exit_code-instance_method" title="#exit_code (instance method)"
|
179
|
+
<a href="#exit_code-instance_method" title="#exit_code (instance method)">#<strong>exit_code</strong> ⇒ String </a>
|
180
180
|
|
181
181
|
|
182
182
|
|
@@ -203,7 +203,7 @@
|
|
203
203
|
<li class="public ">
|
204
204
|
<span class="summary_signature">
|
205
205
|
|
206
|
-
<a href="#exit_signal-instance_method" title="#exit_signal (instance method)"
|
206
|
+
<a href="#exit_signal-instance_method" title="#exit_signal (instance method)">#<strong>exit_signal</strong> ⇒ String </a>
|
207
207
|
|
208
208
|
|
209
209
|
|
@@ -230,7 +230,7 @@
|
|
230
230
|
<li class="public ">
|
231
231
|
<span class="summary_signature">
|
232
232
|
|
233
|
-
<a href="#finish_at-instance_method" title="#finish_at (instance method)"
|
233
|
+
<a href="#finish_at-instance_method" title="#finish_at (instance method)">#<strong>finish_at</strong> ⇒ Time </a>
|
234
234
|
|
235
235
|
|
236
236
|
|
@@ -257,7 +257,7 @@
|
|
257
257
|
<li class="public ">
|
258
258
|
<span class="summary_signature">
|
259
259
|
|
260
|
-
<a href="#host-instance_method" title="#host (instance method)"
|
260
|
+
<a href="#host-instance_method" title="#host (instance method)">#<strong>host</strong> ⇒ String </a>
|
261
261
|
|
262
262
|
|
263
263
|
|
@@ -284,7 +284,7 @@
|
|
284
284
|
<li class="public ">
|
285
285
|
<span class="summary_signature">
|
286
286
|
|
287
|
-
<a href="#last_event_at-instance_method" title="#last_event_at (instance method)"
|
287
|
+
<a href="#last_event_at-instance_method" title="#last_event_at (instance method)">#<strong>last_event_at</strong> ⇒ Time </a>
|
288
288
|
|
289
289
|
|
290
290
|
|
@@ -311,7 +311,7 @@
|
|
311
311
|
<li class="public ">
|
312
312
|
<span class="summary_signature">
|
313
313
|
|
314
|
-
<a href="#last_keepalive_at-instance_method" title="#last_keepalive_at (instance method)"
|
314
|
+
<a href="#last_keepalive_at-instance_method" title="#last_keepalive_at (instance method)">#<strong>last_keepalive_at</strong> ⇒ Time </a>
|
315
315
|
|
316
316
|
|
317
317
|
|
@@ -338,7 +338,7 @@
|
|
338
338
|
<li class="public ">
|
339
339
|
<span class="summary_signature">
|
340
340
|
|
341
|
-
<a href="#op-instance_method" title="#op (instance method)"
|
341
|
+
<a href="#op-instance_method" title="#op (instance method)">#<strong>op</strong> ⇒ Symbol </a>
|
342
342
|
|
343
343
|
|
344
344
|
|
@@ -365,7 +365,7 @@
|
|
365
365
|
<li class="public ">
|
366
366
|
<span class="summary_signature">
|
367
367
|
|
368
|
-
<a href="#opts-instance_method" title="#opts (instance method)"
|
368
|
+
<a href="#opts-instance_method" title="#opts (instance method)">#<strong>opts</strong> ⇒ Hash </a>
|
369
369
|
|
370
370
|
|
371
371
|
|
@@ -392,7 +392,7 @@
|
|
392
392
|
<li class="public ">
|
393
393
|
<span class="summary_signature">
|
394
394
|
|
395
|
-
<a href="#sent-instance_method" title="#sent (instance method)"
|
395
|
+
<a href="#sent-instance_method" title="#sent (instance method)">#<strong>sent</strong> ⇒ Integer </a>
|
396
396
|
|
397
397
|
|
398
398
|
|
@@ -419,7 +419,7 @@
|
|
419
419
|
<li class="public ">
|
420
420
|
<span class="summary_signature">
|
421
421
|
|
422
|
-
<a href="#start_at-instance_method" title="#start_at (instance method)"
|
422
|
+
<a href="#start_at-instance_method" title="#start_at (instance method)">#<strong>start_at</strong> ⇒ Time </a>
|
423
423
|
|
424
424
|
|
425
425
|
|
@@ -446,7 +446,7 @@
|
|
446
446
|
<li class="public ">
|
447
447
|
<span class="summary_signature">
|
448
448
|
|
449
|
-
<a href="#stderr-instance_method" title="#stderr (instance method)"
|
449
|
+
<a href="#stderr-instance_method" title="#stderr (instance method)">#<strong>stderr</strong> ⇒ String </a>
|
450
450
|
|
451
451
|
|
452
452
|
|
@@ -473,7 +473,7 @@
|
|
473
473
|
<li class="public ">
|
474
474
|
<span class="summary_signature">
|
475
475
|
|
476
|
-
<a href="#stdout-instance_method" title="#stdout (instance method)"
|
476
|
+
<a href="#stdout-instance_method" title="#stdout (instance method)">#<strong>stdout</strong> ⇒ String </a>
|
477
477
|
|
478
478
|
|
479
479
|
|
@@ -500,7 +500,7 @@
|
|
500
500
|
<li class="public ">
|
501
501
|
<span class="summary_signature">
|
502
502
|
|
503
|
-
<a href="#success-instance_method" title="#success (instance method)"
|
503
|
+
<a href="#success-instance_method" title="#success (instance method)">#<strong>success</strong> ⇒ boolean </a>
|
504
504
|
|
505
505
|
|
506
506
|
|
@@ -527,7 +527,7 @@
|
|
527
527
|
<li class="public ">
|
528
528
|
<span class="summary_signature">
|
529
529
|
|
530
|
-
<a href="#timed_out-instance_method" title="#timed_out (instance method)"
|
530
|
+
<a href="#timed_out-instance_method" title="#timed_out (instance method)">#<strong>timed_out</strong> ⇒ Boolean </a>
|
531
531
|
|
532
532
|
|
533
533
|
|
@@ -554,7 +554,7 @@
|
|
554
554
|
<li class="public ">
|
555
555
|
<span class="summary_signature">
|
556
556
|
|
557
|
-
<a href="#total-instance_method" title="#total (instance method)"
|
557
|
+
<a href="#total-instance_method" title="#total (instance method)">#<strong>total</strong> ⇒ Integer </a>
|
558
558
|
|
559
559
|
|
560
560
|
|
@@ -593,7 +593,7 @@
|
|
593
593
|
<div class="method_details first">
|
594
594
|
<h3 class="signature first" id="cmd-instance_method">
|
595
595
|
|
596
|
-
|
596
|
+
#<strong>cmd</strong> ⇒ <tt>String</tt>
|
597
597
|
|
598
598
|
|
599
599
|
|
@@ -654,7 +654,7 @@
|
|
654
654
|
<div class="method_details ">
|
655
655
|
<h3 class="signature " id="exception-instance_method">
|
656
656
|
|
657
|
-
|
657
|
+
#<strong>exception</strong> ⇒ <tt>Exception</tt>
|
658
658
|
|
659
659
|
|
660
660
|
|
@@ -715,7 +715,7 @@
|
|
715
715
|
<div class="method_details ">
|
716
716
|
<h3 class="signature " id="exit_code-instance_method">
|
717
717
|
|
718
|
-
|
718
|
+
#<strong>exit_code</strong> ⇒ <tt>String</tt>
|
719
719
|
|
720
720
|
|
721
721
|
|
@@ -776,7 +776,7 @@
|
|
776
776
|
<div class="method_details ">
|
777
777
|
<h3 class="signature " id="exit_signal-instance_method">
|
778
778
|
|
779
|
-
|
779
|
+
#<strong>exit_signal</strong> ⇒ <tt>String</tt>
|
780
780
|
|
781
781
|
|
782
782
|
|
@@ -837,7 +837,7 @@
|
|
837
837
|
<div class="method_details ">
|
838
838
|
<h3 class="signature " id="finish_at-instance_method">
|
839
839
|
|
840
|
-
|
840
|
+
#<strong>finish_at</strong> ⇒ <tt>Time</tt>
|
841
841
|
|
842
842
|
|
843
843
|
|
@@ -898,7 +898,7 @@
|
|
898
898
|
<div class="method_details ">
|
899
899
|
<h3 class="signature " id="host-instance_method">
|
900
900
|
|
901
|
-
|
901
|
+
#<strong>host</strong> ⇒ <tt>String</tt>
|
902
902
|
|
903
903
|
|
904
904
|
|
@@ -959,7 +959,7 @@
|
|
959
959
|
<div class="method_details ">
|
960
960
|
<h3 class="signature " id="last_event_at-instance_method">
|
961
961
|
|
962
|
-
|
962
|
+
#<strong>last_event_at</strong> ⇒ <tt>Time</tt>
|
963
963
|
|
964
964
|
|
965
965
|
|
@@ -1020,7 +1020,7 @@
|
|
1020
1020
|
<div class="method_details ">
|
1021
1021
|
<h3 class="signature " id="last_keepalive_at-instance_method">
|
1022
1022
|
|
1023
|
-
|
1023
|
+
#<strong>last_keepalive_at</strong> ⇒ <tt>Time</tt>
|
1024
1024
|
|
1025
1025
|
|
1026
1026
|
|
@@ -1081,7 +1081,7 @@
|
|
1081
1081
|
<div class="method_details ">
|
1082
1082
|
<h3 class="signature " id="op-instance_method">
|
1083
1083
|
|
1084
|
-
|
1084
|
+
#<strong>op</strong> ⇒ <tt>Symbol</tt>
|
1085
1085
|
|
1086
1086
|
|
1087
1087
|
|
@@ -1142,7 +1142,7 @@
|
|
1142
1142
|
<div class="method_details ">
|
1143
1143
|
<h3 class="signature " id="opts-instance_method">
|
1144
1144
|
|
1145
|
-
|
1145
|
+
#<strong>opts</strong> ⇒ <tt>Hash</tt>
|
1146
1146
|
|
1147
1147
|
|
1148
1148
|
|
@@ -1203,7 +1203,7 @@
|
|
1203
1203
|
<div class="method_details ">
|
1204
1204
|
<h3 class="signature " id="sent-instance_method">
|
1205
1205
|
|
1206
|
-
|
1206
|
+
#<strong>sent</strong> ⇒ <tt>Integer</tt>
|
1207
1207
|
|
1208
1208
|
|
1209
1209
|
|
@@ -1264,7 +1264,7 @@
|
|
1264
1264
|
<div class="method_details ">
|
1265
1265
|
<h3 class="signature " id="start_at-instance_method">
|
1266
1266
|
|
1267
|
-
|
1267
|
+
#<strong>start_at</strong> ⇒ <tt>Time</tt>
|
1268
1268
|
|
1269
1269
|
|
1270
1270
|
|
@@ -1325,7 +1325,7 @@
|
|
1325
1325
|
<div class="method_details ">
|
1326
1326
|
<h3 class="signature " id="stderr-instance_method">
|
1327
1327
|
|
1328
|
-
|
1328
|
+
#<strong>stderr</strong> ⇒ <tt>String</tt>
|
1329
1329
|
|
1330
1330
|
|
1331
1331
|
|
@@ -1386,7 +1386,7 @@
|
|
1386
1386
|
<div class="method_details ">
|
1387
1387
|
<h3 class="signature " id="stdout-instance_method">
|
1388
1388
|
|
1389
|
-
|
1389
|
+
#<strong>stdout</strong> ⇒ <tt>String</tt>
|
1390
1390
|
|
1391
1391
|
|
1392
1392
|
|
@@ -1447,7 +1447,7 @@
|
|
1447
1447
|
<div class="method_details ">
|
1448
1448
|
<h3 class="signature " id="success-instance_method">
|
1449
1449
|
|
1450
|
-
|
1450
|
+
#<strong>success</strong> ⇒ <tt>boolean</tt>
|
1451
1451
|
|
1452
1452
|
|
1453
1453
|
|
@@ -1508,7 +1508,7 @@
|
|
1508
1508
|
<div class="method_details ">
|
1509
1509
|
<h3 class="signature " id="timed_out-instance_method">
|
1510
1510
|
|
1511
|
-
|
1511
|
+
#<strong>timed_out</strong> ⇒ <tt>Boolean</tt>
|
1512
1512
|
|
1513
1513
|
|
1514
1514
|
|
@@ -1569,7 +1569,7 @@
|
|
1569
1569
|
<div class="method_details ">
|
1570
1570
|
<h3 class="signature " id="total-instance_method">
|
1571
1571
|
|
1572
|
-
|
1572
|
+
#<strong>total</strong> ⇒ <tt>Integer</tt>
|
1573
1573
|
|
1574
1574
|
|
1575
1575
|
|
@@ -1630,11 +1630,12 @@
|
|
1630
1630
|
|
1631
1631
|
</div>
|
1632
1632
|
|
1633
|
-
|
1634
|
-
Generated on
|
1633
|
+
<div id="footer">
|
1634
|
+
Generated on Thu Dec 21 01:55:39 2017 by
|
1635
1635
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1636
|
-
0.
|
1636
|
+
0.9.12 (ruby-2.4.0).
|
1637
1637
|
</div>
|
1638
1638
|
|
1639
|
+
</div>
|
1639
1640
|
</body>
|
1640
1641
|
</html>
|