netlinx-erb 2.0.0 → 2.0.1
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/doc/Array.html +48 -47
- data/doc/Hash.html +47 -46
- data/doc/NetLinx.html +39 -39
- data/doc/NetLinx/ERB.html +63 -63
- data/doc/NetLinx/ERB/HashHelpers.html +50 -50
- data/doc/NetLinx/ERB/Helpers.html +68 -68
- data/doc/NetLinx/Rake.html +39 -39
- data/doc/NetLinx/Rake/ERB.html +39 -39
- data/doc/NetLinx/Rake/ERB/GenerateERB.html +51 -50
- data/doc/NetLinx/Rake/ERB/GenerateRPC.html +51 -50
- data/doc/NetLinx/Rake/ERB/Lines.html +51 -50
- data/doc/NetLinx/Rake/ERB/Push.html +50 -49
- data/doc/RPC.html +48 -47
- data/doc/String.html +49 -48
- 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 +28 -31
- data/doc/file.license.html +28 -31
- data/doc/file_list.html +29 -31
- data/doc/frames.html +7 -16
- data/doc/index.html +28 -31
- 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/netlinx/erb/erb.rb +0 -2
- data/template.zip +0 -0
- metadata +19 -18
- data/doc/HashHelpers.html +0 -413
- data/doc/Helpers.html +0 -2154
- data/doc/NetLinx/Rake/ERB/Compile.html +0 -354
- data/doc/NetLinx/Rake/Lines.html +0 -381
@@ -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: NetLinx::Rake::ERB::Lines
|
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 = "NetLinx::Rake::ERB::Lines";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!NetLinx/Rake/ERB/Lines.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 (L)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span> » <span class='title'><span class='object_link'><a href="../../Rake.html" title="NetLinx::Rake (module)">Rake</a></span></span> » <span class='title'><span class='object_link'><a href="../ERB.html" title="NetLinx::Rake::ERB (module)">ERB</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Lines</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: NetLinx::Rake::ERB::Lines
|
62
|
+
<div id="content"><h1>Class: NetLinx::Rake::ERB::Lines
|
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">Rake::TaskLib</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/netlinx/rake/erb/lines.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="#name-instance_method" title="#name (instance method)"
|
125
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
126
126
|
|
127
127
|
|
128
128
|
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
<h2>
|
156
156
|
Instance Method Summary
|
157
|
-
<small
|
157
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
158
158
|
</h2>
|
159
159
|
|
160
160
|
<ul class="summary">
|
@@ -162,7 +162,7 @@
|
|
162
162
|
<li class="public ">
|
163
163
|
<span class="summary_signature">
|
164
164
|
|
165
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
165
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name = :lines) {|_self| ... } ⇒ Lines </a>
|
166
166
|
|
167
167
|
|
168
168
|
|
@@ -195,7 +195,7 @@
|
|
195
195
|
<div class="method_details first">
|
196
196
|
<h3 class="signature first" id="initialize-instance_method">
|
197
197
|
|
198
|
-
|
198
|
+
#<strong>initialize</strong>(name = :lines) {|_self| ... } ⇒ <tt><span class='object_link'><a href="" title="NetLinx::Rake::ERB::Lines (class)">Lines</a></span></tt>
|
199
199
|
|
200
200
|
|
201
201
|
|
@@ -294,7 +294,7 @@
|
|
294
294
|
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>netlinx/workspace</span><span class='tstring_end'>'</span></span>
|
295
295
|
|
296
296
|
<span class='id identifier rubyid_workspace_path'>workspace_path</span> <span class='op'>=</span> <span class='const'>Dir</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>*.apw</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span>
|
297
|
-
<span class='id identifier rubyid_workspace'>workspace</span> <span class='op'>=</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Workspace</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='label'>file:</span> <span class='id identifier rubyid_workspace_path'>workspace_path</span>
|
297
|
+
<span class='id identifier rubyid_workspace'>workspace</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span><span class='op'>::</span><span class='const'>Workspace</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='label'>file:</span> <span class='id identifier rubyid_workspace_path'>workspace_path</span>
|
298
298
|
<span class='id identifier rubyid_file_paths'>file_paths</span> <span class='op'>=</span> <span class='id identifier rubyid_workspace'>workspace</span><span class='period'>.</span><span class='id identifier rubyid_projects'>projects</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_systems'>systems</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_files'>files</span><span class='period'>
|
299
299
|
</span><span class='id identifier rubyid_ .map'> .map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:path</span><span class='rparen'>)</span><span class='period'>
|
300
300
|
</span><span class='id identifier rubyid_ .select'> .select</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_path'>path</span><span class='op'>|</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_extname'>extname</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.axs</span><span class='tstring_end'>'</span></span> <span class='kw'>or</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_extname'>extname</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.axi</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
@@ -328,7 +328,7 @@
|
|
328
328
|
<div class="method_details first">
|
329
329
|
<h3 class="signature first" id="name-instance_method">
|
330
330
|
|
331
|
-
|
331
|
+
#<strong>name</strong> ⇒ <tt>Object</tt>
|
332
332
|
|
333
333
|
|
334
334
|
|
@@ -371,11 +371,12 @@
|
|
371
371
|
|
372
372
|
</div>
|
373
373
|
|
374
|
-
|
375
|
-
Generated on
|
374
|
+
<div id="footer">
|
375
|
+
Generated on Tue Feb 13 21:56:15 2018 by
|
376
376
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
377
|
-
0.
|
377
|
+
0.9.12 (ruby-2.1.8).
|
378
378
|
</div>
|
379
379
|
|
380
|
+
</div>
|
380
381
|
</body>
|
381
382
|
</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: NetLinx::Rake::ERB::Push
|
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 = "NetLinx::Rake::ERB::Push";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!NetLinx/Rake/ERB/Push.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 (P)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span> » <span class='title'><span class='object_link'><a href="../../Rake.html" title="NetLinx::Rake (module)">Rake</a></span></span> » <span class='title'><span class='object_link'><a href="../ERB.html" title="NetLinx::Rake::ERB (module)">ERB</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Push</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: NetLinx::Rake::ERB::Push
|
62
|
+
<div id="content"><h1>Class: NetLinx::Rake::ERB::Push
|
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">Rake::TaskLib</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/netlinx/rake/erb/push.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="#name-instance_method" title="#name (instance method)"
|
125
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
126
126
|
|
127
127
|
|
128
128
|
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
<h2>
|
156
156
|
Instance Method Summary
|
157
|
-
<small
|
157
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
158
158
|
</h2>
|
159
159
|
|
160
160
|
<ul class="summary">
|
@@ -162,7 +162,7 @@
|
|
162
162
|
<li class="public ">
|
163
163
|
<span class="summary_signature">
|
164
164
|
|
165
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
165
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name = :push) {|_self| ... } ⇒ Push </a>
|
166
166
|
|
167
167
|
|
168
168
|
|
@@ -195,7 +195,7 @@
|
|
195
195
|
<div class="method_details first">
|
196
196
|
<h3 class="signature first" id="initialize-instance_method">
|
197
197
|
|
198
|
-
|
198
|
+
#<strong>initialize</strong>(name = :push) {|_self| ... } ⇒ <tt><span class='object_link'><a href="" title="NetLinx::Rake::ERB::Push (class)">Push</a></span></tt>
|
199
199
|
|
200
200
|
|
201
201
|
|
@@ -364,7 +364,7 @@
|
|
364
364
|
<div class="method_details first">
|
365
365
|
<h3 class="signature first" id="name-instance_method">
|
366
366
|
|
367
|
-
|
367
|
+
#<strong>name</strong> ⇒ <tt>Object</tt>
|
368
368
|
|
369
369
|
|
370
370
|
|
@@ -407,11 +407,12 @@
|
|
407
407
|
|
408
408
|
</div>
|
409
409
|
|
410
|
-
|
411
|
-
Generated on
|
410
|
+
<div id="footer">
|
411
|
+
Generated on Tue Feb 13 21:56:15 2018 by
|
412
412
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
413
|
-
0.
|
413
|
+
0.9.12 (ruby-2.1.8).
|
414
414
|
</div>
|
415
415
|
|
416
|
+
</div>
|
416
417
|
</body>
|
417
418
|
</html>
|
data/doc/RPC.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: RPC
|
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 = "RPC";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!RPC.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
|
|
36
41
|
|
37
42
|
<span class="title">RPC</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: RPC
|
62
|
+
<div id="content"><h1>Class: RPC
|
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,21 +79,25 @@
|
|
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
|
-
<
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/netlinx/erb/rpc.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
100
|
+
</div>
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
@@ -120,7 +120,7 @@
|
|
120
120
|
|
121
121
|
<h2>
|
122
122
|
Class Method Summary
|
123
|
-
<small
|
123
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
124
124
|
</h2>
|
125
125
|
|
126
126
|
<ul class="summary">
|
@@ -128,7 +128,7 @@
|
|
128
128
|
<li class="public ">
|
129
129
|
<span class="summary_signature">
|
130
130
|
|
131
|
-
<a href="#build-class_method" title="build (class method)"
|
131
|
+
<a href="#build-class_method" title="build (class method)">.<strong>build</strong> ⇒ Object </a>
|
132
132
|
|
133
133
|
|
134
134
|
|
@@ -161,7 +161,7 @@
|
|
161
161
|
<div class="method_details first">
|
162
162
|
<h3 class="signature first" id="build-class_method">
|
163
163
|
|
164
|
-
|
164
|
+
.<strong>build</strong> ⇒ <tt>Object</tt>
|
165
165
|
|
166
166
|
|
167
167
|
|
@@ -472,7 +472,7 @@
|
|
472
472
|
</span>
|
473
473
|
|
474
474
|
<span class='comment'># Pull file list from workspace.
|
475
|
-
</span> <span class='id identifier rubyid_workspace'>workspace</span> <span class='op'>=</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Workspace</span><span class='period'>.</span><span class='id identifier rubyid_search'>search</span>
|
475
|
+
</span> <span class='id identifier rubyid_workspace'>workspace</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span><span class='op'>::</span><span class='const'>Workspace</span><span class='period'>.</span><span class='id identifier rubyid_search'>search</span>
|
476
476
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>Errno</span><span class='op'>::</span><span class='const'>ENOENT</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Workspace not found.</span><span class='tstring_end'>'</span></span> <span class='kw'>unless</span> <span class='id identifier rubyid_workspace'>workspace</span>
|
477
477
|
|
478
478
|
<span class='id identifier rubyid_file_paths'>file_paths</span> <span class='op'>=</span> <span class='id identifier rubyid_workspace'>workspace</span><span class='period'>.</span><span class='id identifier rubyid_projects'>projects</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_systems'>systems</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_files'>files</span><span class='period'>
|
@@ -686,11 +686,12 @@ data_event[vdvRPC]
|
|
686
686
|
|
687
687
|
</div>
|
688
688
|
|
689
|
-
|
690
|
-
Generated on
|
689
|
+
<div id="footer">
|
690
|
+
Generated on Tue Feb 13 21:56:15 2018 by
|
691
691
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
692
|
-
0.
|
692
|
+
0.9.12 (ruby-2.1.8).
|
693
693
|
</div>
|
694
694
|
|
695
|
+
</div>
|
695
696
|
</body>
|
696
697
|
</html>
|