netlinx-workspace 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/doc/NetLinx.html +39 -39
  3. data/doc/NetLinx/Compile.html +38 -38
  4. data/doc/NetLinx/Compile/Extension.html +38 -38
  5. data/doc/NetLinx/Compile/Extension/APW.html +49 -48
  6. data/doc/NetLinx/Project.html +74 -73
  7. data/doc/NetLinx/Rake.html +38 -38
  8. data/doc/NetLinx/Rake/Workspace.html +38 -38
  9. data/doc/NetLinx/Rake/Workspace/CreateWorkspaceConfig.html +50 -49
  10. data/doc/NetLinx/Rake/Workspace/GenerateAPW.html +51 -50
  11. data/doc/NetLinx/System.html +97 -96
  12. data/doc/NetLinx/SystemFile.html +66 -65
  13. data/doc/NetLinx/Workspace.html +76 -75
  14. data/doc/NetLinx/Workspace/YAML.html +52 -51
  15. data/doc/_index.html +28 -31
  16. data/doc/class_list.html +24 -31
  17. data/doc/created.rid +7 -0
  18. data/doc/css/full_list.css +32 -31
  19. data/doc/css/style.css +251 -91
  20. data/doc/file.README.html +28 -31
  21. data/doc/file.license.html +28 -31
  22. data/doc/file_list.html +29 -31
  23. data/doc/frames.html +7 -16
  24. data/doc/images/add.png +0 -0
  25. data/doc/images/arrow_up.png +0 -0
  26. data/doc/images/brick.png +0 -0
  27. data/doc/images/brick_link.png +0 -0
  28. data/doc/images/bug.png +0 -0
  29. data/doc/images/bullet_black.png +0 -0
  30. data/doc/images/bullet_toggle_minus.png +0 -0
  31. data/doc/images/bullet_toggle_plus.png +0 -0
  32. data/doc/images/date.png +0 -0
  33. data/doc/images/delete.png +0 -0
  34. data/doc/images/find.png +0 -0
  35. data/doc/images/loadingAnimation.gif +0 -0
  36. data/doc/images/macFFBgHack.png +0 -0
  37. data/doc/images/package.png +0 -0
  38. data/doc/images/page_green.png +0 -0
  39. data/doc/images/page_white_text.png +0 -0
  40. data/doc/images/page_white_width.png +0 -0
  41. data/doc/images/plugin.png +0 -0
  42. data/doc/images/ruby.png +0 -0
  43. data/doc/images/tag_blue.png +0 -0
  44. data/doc/images/tag_green.png +0 -0
  45. data/doc/images/transparent.png +0 -0
  46. data/doc/images/wrench.png +0 -0
  47. data/doc/images/wrench_orange.png +0 -0
  48. data/doc/images/zoom.png +0 -0
  49. data/doc/index.html +28 -31
  50. data/doc/js/app.js +106 -77
  51. data/doc/js/darkfish.js +155 -0
  52. data/doc/js/full_list.js +170 -135
  53. data/doc/js/navigation.js +142 -0
  54. data/doc/js/search.js +94 -0
  55. data/doc/js/search_index.js +1 -0
  56. data/doc/js/searcher.js +228 -0
  57. data/doc/method_list.html +373 -239
  58. data/doc/rdoc.css +595 -0
  59. data/doc/table_of_contents.html +111 -0
  60. data/doc/top-level-namespace.html +34 -36
  61. metadata +53 -15
@@ -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: NetLinx::System
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "NetLinx::System";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!NetLinx/System.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 (S)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">System</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: NetLinx::System
62
+ <div id="content"><h1>Class: NetLinx::System
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,21 +79,25 @@
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/netlinx/workspace/system.rb</dd>
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/netlinx/workspace/system.rb</dd>
98
+ </dl>
98
99
 
99
- </dl>
100
- <div class="clear"></div>
100
+ </div>
101
101
 
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
@@ -115,13 +115,13 @@ Project -&gt; System</p>
115
115
 
116
116
 
117
117
 
118
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
118
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
119
119
  <ul class="summary">
120
120
 
121
121
  <li class="public ">
122
122
  <span class="summary_signature">
123
123
 
124
- <a href="#active-instance_method" title="#active (instance method)">- (Object) <strong>active</strong> </a>
124
+ <a href="#active-instance_method" title="#active (instance method)">#<strong>active</strong> &#x21d2; Object </a>
125
125
 
126
126
 
127
127
 
@@ -148,7 +148,7 @@ Project -&gt; System</p>
148
148
  <li class="public ">
149
149
  <span class="summary_signature">
150
150
 
151
- <a href="#baud_rate-instance_method" title="#baud_rate (instance method)">- (Object) <strong>baud_rate</strong> </a>
151
+ <a href="#baud_rate-instance_method" title="#baud_rate (instance method)">#<strong>baud_rate</strong> &#x21d2; Object </a>
152
152
 
153
153
 
154
154
 
@@ -175,7 +175,7 @@ Project -&gt; System</p>
175
175
  <li class="public ">
176
176
  <span class="summary_signature">
177
177
 
178
- <a href="#com_port-instance_method" title="#com_port (instance method)">- (Object) <strong>com_port</strong> </a>
178
+ <a href="#com_port-instance_method" title="#com_port (instance method)">#<strong>com_port</strong> &#x21d2; Object </a>
179
179
 
180
180
 
181
181
 
@@ -202,7 +202,7 @@ Project -&gt; System</p>
202
202
  <li class="public ">
203
203
  <span class="summary_signature">
204
204
 
205
- <a href="#data_bits-instance_method" title="#data_bits (instance method)">- (Object) <strong>data_bits</strong> </a>
205
+ <a href="#data_bits-instance_method" title="#data_bits (instance method)">#<strong>data_bits</strong> &#x21d2; Object </a>
206
206
 
207
207
 
208
208
 
@@ -229,7 +229,7 @@ Project -&gt; System</p>
229
229
  <li class="public ">
230
230
  <span class="summary_signature">
231
231
 
232
- <a href="#description-instance_method" title="#description (instance method)">- (Object) <strong>description</strong> </a>
232
+ <a href="#description-instance_method" title="#description (instance method)">#<strong>description</strong> &#x21d2; Object </a>
233
233
 
234
234
 
235
235
 
@@ -256,7 +256,7 @@ Project -&gt; System</p>
256
256
  <li class="public ">
257
257
  <span class="summary_signature">
258
258
 
259
- <a href="#ensure_availability-instance_method" title="#ensure_availability (instance method)">- (Object) <strong>ensure_availability</strong> </a>
259
+ <a href="#ensure_availability-instance_method" title="#ensure_availability (instance method)">#<strong>ensure_availability</strong> &#x21d2; Object </a>
260
260
 
261
261
 
262
262
 
@@ -283,7 +283,7 @@ Project -&gt; System</p>
283
283
  <li class="public ">
284
284
  <span class="summary_signature">
285
285
 
286
- <a href="#files-instance_method" title="#files (instance method)">- (Object) <strong>files</strong> </a>
286
+ <a href="#files-instance_method" title="#files (instance method)">#<strong>files</strong> &#x21d2; Object </a>
287
287
 
288
288
 
289
289
 
@@ -310,7 +310,7 @@ Project -&gt; System</p>
310
310
  <li class="public ">
311
311
  <span class="summary_signature">
312
312
 
313
- <a href="#flow_control-instance_method" title="#flow_control (instance method)">- (Object) <strong>flow_control</strong> </a>
313
+ <a href="#flow_control-instance_method" title="#flow_control (instance method)">#<strong>flow_control</strong> &#x21d2; Object </a>
314
314
 
315
315
 
316
316
 
@@ -337,7 +337,7 @@ Project -&gt; System</p>
337
337
  <li class="public ">
338
338
  <span class="summary_signature">
339
339
 
340
- <a href="#id-instance_method" title="#id (instance method)">- (Object) <strong>id</strong> </a>
340
+ <a href="#id-instance_method" title="#id (instance method)">#<strong>id</strong> &#x21d2; Object </a>
341
341
 
342
342
 
343
343
 
@@ -364,7 +364,7 @@ Project -&gt; System</p>
364
364
  <li class="public ">
365
365
  <span class="summary_signature">
366
366
 
367
- <a href="#ip_address-instance_method" title="#ip_address (instance method)">- (Object) <strong>ip_address</strong> </a>
367
+ <a href="#ip_address-instance_method" title="#ip_address (instance method)">#<strong>ip_address</strong> &#x21d2; Object </a>
368
368
 
369
369
 
370
370
 
@@ -391,7 +391,7 @@ Project -&gt; System</p>
391
391
  <li class="public ">
392
392
  <span class="summary_signature">
393
393
 
394
- <a href="#ip_port-instance_method" title="#ip_port (instance method)">- (Object) <strong>ip_port</strong> </a>
394
+ <a href="#ip_port-instance_method" title="#ip_port (instance method)">#<strong>ip_port</strong> &#x21d2; Object </a>
395
395
 
396
396
 
397
397
 
@@ -418,7 +418,7 @@ Project -&gt; System</p>
418
418
  <li class="public ">
419
419
  <span class="summary_signature">
420
420
 
421
- <a href="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
421
+ <a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> &#x21d2; Object </a>
422
422
 
423
423
 
424
424
 
@@ -445,7 +445,7 @@ Project -&gt; System</p>
445
445
  <li class="public ">
446
446
  <span class="summary_signature">
447
447
 
448
- <a href="#parity-instance_method" title="#parity (instance method)">- (Object) <strong>parity</strong> </a>
448
+ <a href="#parity-instance_method" title="#parity (instance method)">#<strong>parity</strong> &#x21d2; Object </a>
449
449
 
450
450
 
451
451
 
@@ -472,7 +472,7 @@ Project -&gt; System</p>
472
472
  <li class="public ">
473
473
  <span class="summary_signature">
474
474
 
475
- <a href="#project-instance_method" title="#project (instance method)">- (Object) <strong>project</strong> </a>
475
+ <a href="#project-instance_method" title="#project (instance method)">#<strong>project</strong> &#x21d2; Object </a>
476
476
 
477
477
 
478
478
 
@@ -499,7 +499,7 @@ Project -&gt; System</p>
499
499
  <li class="public ">
500
500
  <span class="summary_signature">
501
501
 
502
- <a href="#stop_bits-instance_method" title="#stop_bits (instance method)">- (Object) <strong>stop_bits</strong> </a>
502
+ <a href="#stop_bits-instance_method" title="#stop_bits (instance method)">#<strong>stop_bits</strong> &#x21d2; Object </a>
503
503
 
504
504
 
505
505
 
@@ -531,7 +531,7 @@ Project -&gt; System</p>
531
531
 
532
532
  <h2>
533
533
  Instance Method Summary
534
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
534
+ <small><a href="#" class="summary_toggle">collapse</a></small>
535
535
  </h2>
536
536
 
537
537
  <ul class="summary">
@@ -539,7 +539,7 @@ Project -&gt; System</p>
539
539
  <li class="public ">
540
540
  <span class="summary_signature">
541
541
 
542
- <a href="#%3C%3C-instance_method" title="#&lt;&lt; (instance method)">- (Object) <strong>&lt;&lt;</strong>(file) </a>
542
+ <a href="#<<-instance_method" title="#&lt;&lt; (instance method)">#<strong>&lt;&lt;</strong>(file) &#x21d2; Object </a>
543
543
 
544
544
 
545
545
 
@@ -563,7 +563,7 @@ Project -&gt; System</p>
563
563
  <li class="public ">
564
564
  <span class="summary_signature">
565
565
 
566
- <a href="#compile-instance_method" title="#compile (instance method)">- (Object) <strong>compile</strong> </a>
566
+ <a href="#compile-instance_method" title="#compile (instance method)">#<strong>compile</strong> &#x21d2; Object </a>
567
567
 
568
568
 
569
569
 
@@ -587,7 +587,7 @@ Project -&gt; System</p>
587
587
  <li class="public ">
588
588
  <span class="summary_signature">
589
589
 
590
- <a href="#compiler_include_paths-instance_method" title="#compiler_include_paths (instance method)">- (Object) <strong>compiler_include_paths</strong> </a>
590
+ <a href="#compiler_include_paths-instance_method" title="#compiler_include_paths (instance method)">#<strong>compiler_include_paths</strong> &#x21d2; Object </a>
591
591
 
592
592
 
593
593
 
@@ -609,7 +609,7 @@ Project -&gt; System</p>
609
609
  <li class="public ">
610
610
  <span class="summary_signature">
611
611
 
612
- <a href="#compiler_library_paths-instance_method" title="#compiler_library_paths (instance method)">- (Object) <strong>compiler_library_paths</strong> </a>
612
+ <a href="#compiler_library_paths-instance_method" title="#compiler_library_paths (instance method)">#<strong>compiler_library_paths</strong> &#x21d2; Object </a>
613
613
 
614
614
 
615
615
 
@@ -631,7 +631,7 @@ Project -&gt; System</p>
631
631
  <li class="public ">
632
632
  <span class="summary_signature">
633
633
 
634
- <a href="#compiler_module_paths-instance_method" title="#compiler_module_paths (instance method)">- (Object) <strong>compiler_module_paths</strong> </a>
634
+ <a href="#compiler_module_paths-instance_method" title="#compiler_module_paths (instance method)">#<strong>compiler_module_paths</strong> &#x21d2; Object </a>
635
635
 
636
636
 
637
637
 
@@ -653,7 +653,7 @@ Project -&gt; System</p>
653
653
  <li class="public ">
654
654
  <span class="summary_signature">
655
655
 
656
- <a href="#compiler_target_files-instance_method" title="#compiler_target_files (instance method)">- (Object) <strong>compiler_target_files</strong> </a>
656
+ <a href="#compiler_target_files-instance_method" title="#compiler_target_files (instance method)">#<strong>compiler_target_files</strong> &#x21d2; Object </a>
657
657
 
658
658
 
659
659
 
@@ -675,7 +675,7 @@ Project -&gt; System</p>
675
675
  <li class="public ">
676
676
  <span class="summary_signature">
677
677
 
678
- <a href="#include%3F-instance_method" title="#include? (instance method)">- (Boolean) <strong>include?</strong>(file) </a>
678
+ <a href="#include%3F-instance_method" title="#include? (instance method)">#<strong>include?</strong>(file) &#x21d2; Boolean </a>
679
679
 
680
680
 
681
681
 
@@ -699,7 +699,7 @@ Project -&gt; System</p>
699
699
  <li class="public ">
700
700
  <span class="summary_signature">
701
701
 
702
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (System) <strong>initialize</strong>(**kwargs) </a>
702
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(**kwargs) &#x21d2; System </a>
703
703
 
704
704
 
705
705
 
@@ -725,7 +725,7 @@ Project -&gt; System</p>
725
725
  <li class="public ">
726
726
  <span class="summary_signature">
727
727
 
728
- <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
728
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
729
729
 
730
730
 
731
731
 
@@ -749,7 +749,7 @@ Project -&gt; System</p>
749
749
  <li class="public ">
750
750
  <span class="summary_signature">
751
751
 
752
- <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">- (REXML::Element) <strong>to_xml_element</strong> </a>
752
+ <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">#<strong>to_xml_element</strong> &#x21d2; REXML::Element </a>
753
753
 
754
754
 
755
755
 
@@ -779,7 +779,7 @@ Project -&gt; System</p>
779
779
  <div class="method_details first">
780
780
  <h3 class="signature first" id="initialize-instance_method">
781
781
 
782
- - (<tt><span class='object_link'><a href="" title="NetLinx::System (class)">System</a></span></tt>) <strong>initialize</strong>(**kwargs)
782
+ #<strong>initialize</strong>(**kwargs) &#x21d2; <tt><span class='object_link'><a href="" title="NetLinx::System (class)">System</a></span></tt>
783
783
 
784
784
 
785
785
 
@@ -1099,7 +1099,7 @@ master with a different ID.</p>
1099
1099
  <div class="method_details first">
1100
1100
  <h3 class="signature first" id="active-instance_method">
1101
1101
 
1102
- - (<tt>Object</tt>) <strong>active</strong>
1102
+ #<strong>active</strong> &#x21d2; <tt>Object</tt>
1103
1103
 
1104
1104
 
1105
1105
 
@@ -1142,7 +1142,7 @@ master with a different ID.</p>
1142
1142
  <div class="method_details ">
1143
1143
  <h3 class="signature " id="baud_rate-instance_method">
1144
1144
 
1145
- - (<tt>Object</tt>) <strong>baud_rate</strong>
1145
+ #<strong>baud_rate</strong> &#x21d2; <tt>Object</tt>
1146
1146
 
1147
1147
 
1148
1148
 
@@ -1185,7 +1185,7 @@ master with a different ID.</p>
1185
1185
  <div class="method_details ">
1186
1186
  <h3 class="signature " id="com_port-instance_method">
1187
1187
 
1188
- - (<tt>Object</tt>) <strong>com_port</strong>
1188
+ #<strong>com_port</strong> &#x21d2; <tt>Object</tt>
1189
1189
 
1190
1190
 
1191
1191
 
@@ -1228,7 +1228,7 @@ master with a different ID.</p>
1228
1228
  <div class="method_details ">
1229
1229
  <h3 class="signature " id="data_bits-instance_method">
1230
1230
 
1231
- - (<tt>Object</tt>) <strong>data_bits</strong>
1231
+ #<strong>data_bits</strong> &#x21d2; <tt>Object</tt>
1232
1232
 
1233
1233
 
1234
1234
 
@@ -1271,7 +1271,7 @@ master with a different ID.</p>
1271
1271
  <div class="method_details ">
1272
1272
  <h3 class="signature " id="description-instance_method">
1273
1273
 
1274
- - (<tt>Object</tt>) <strong>description</strong>
1274
+ #<strong>description</strong> &#x21d2; <tt>Object</tt>
1275
1275
 
1276
1276
 
1277
1277
 
@@ -1314,7 +1314,7 @@ master with a different ID.</p>
1314
1314
  <div class="method_details ">
1315
1315
  <h3 class="signature " id="ensure_availability-instance_method">
1316
1316
 
1317
- - (<tt>Object</tt>) <strong>ensure_availability</strong>
1317
+ #<strong>ensure_availability</strong> &#x21d2; <tt>Object</tt>
1318
1318
 
1319
1319
 
1320
1320
 
@@ -1357,7 +1357,7 @@ master with a different ID.</p>
1357
1357
  <div class="method_details ">
1358
1358
  <h3 class="signature " id="files-instance_method">
1359
1359
 
1360
- - (<tt>Object</tt>) <strong>files</strong>
1360
+ #<strong>files</strong> &#x21d2; <tt>Object</tt>
1361
1361
 
1362
1362
 
1363
1363
 
@@ -1400,7 +1400,7 @@ master with a different ID.</p>
1400
1400
  <div class="method_details ">
1401
1401
  <h3 class="signature " id="flow_control-instance_method">
1402
1402
 
1403
- - (<tt>Object</tt>) <strong>flow_control</strong>
1403
+ #<strong>flow_control</strong> &#x21d2; <tt>Object</tt>
1404
1404
 
1405
1405
 
1406
1406
 
@@ -1443,7 +1443,7 @@ master with a different ID.</p>
1443
1443
  <div class="method_details ">
1444
1444
  <h3 class="signature " id="id-instance_method">
1445
1445
 
1446
- - (<tt>Object</tt>) <strong>id</strong>
1446
+ #<strong>id</strong> &#x21d2; <tt>Object</tt>
1447
1447
 
1448
1448
 
1449
1449
 
@@ -1486,7 +1486,7 @@ master with a different ID.</p>
1486
1486
  <div class="method_details ">
1487
1487
  <h3 class="signature " id="ip_address-instance_method">
1488
1488
 
1489
- - (<tt>Object</tt>) <strong>ip_address</strong>
1489
+ #<strong>ip_address</strong> &#x21d2; <tt>Object</tt>
1490
1490
 
1491
1491
 
1492
1492
 
@@ -1529,7 +1529,7 @@ master with a different ID.</p>
1529
1529
  <div class="method_details ">
1530
1530
  <h3 class="signature " id="ip_port-instance_method">
1531
1531
 
1532
- - (<tt>Object</tt>) <strong>ip_port</strong>
1532
+ #<strong>ip_port</strong> &#x21d2; <tt>Object</tt>
1533
1533
 
1534
1534
 
1535
1535
 
@@ -1572,7 +1572,7 @@ master with a different ID.</p>
1572
1572
  <div class="method_details ">
1573
1573
  <h3 class="signature " id="name-instance_method">
1574
1574
 
1575
- - (<tt>Object</tt>) <strong>name</strong>
1575
+ #<strong>name</strong> &#x21d2; <tt>Object</tt>
1576
1576
 
1577
1577
 
1578
1578
 
@@ -1615,7 +1615,7 @@ master with a different ID.</p>
1615
1615
  <div class="method_details ">
1616
1616
  <h3 class="signature " id="parity-instance_method">
1617
1617
 
1618
- - (<tt>Object</tt>) <strong>parity</strong>
1618
+ #<strong>parity</strong> &#x21d2; <tt>Object</tt>
1619
1619
 
1620
1620
 
1621
1621
 
@@ -1658,7 +1658,7 @@ master with a different ID.</p>
1658
1658
  <div class="method_details ">
1659
1659
  <h3 class="signature " id="project-instance_method">
1660
1660
 
1661
- - (<tt>Object</tt>) <strong>project</strong>
1661
+ #<strong>project</strong> &#x21d2; <tt>Object</tt>
1662
1662
 
1663
1663
 
1664
1664
 
@@ -1701,7 +1701,7 @@ master with a different ID.</p>
1701
1701
  <div class="method_details ">
1702
1702
  <h3 class="signature " id="stop_bits-instance_method">
1703
1703
 
1704
- - (<tt>Object</tt>) <strong>stop_bits</strong>
1704
+ #<strong>stop_bits</strong> &#x21d2; <tt>Object</tt>
1705
1705
 
1706
1706
 
1707
1707
 
@@ -1749,7 +1749,7 @@ master with a different ID.</p>
1749
1749
  <div class="method_details first">
1750
1750
  <h3 class="signature first" id="<<-instance_method">
1751
1751
 
1752
- - (<tt>Object</tt>) <strong>&lt;&lt;</strong>(file)
1752
+ #<strong>&lt;&lt;</strong>(file) &#x21d2; <tt>Object</tt>
1753
1753
 
1754
1754
 
1755
1755
 
@@ -1792,7 +1792,7 @@ master with a different ID.</p>
1792
1792
  <div class="method_details ">
1793
1793
  <h3 class="signature " id="compile-instance_method">
1794
1794
 
1795
- - (<tt>Object</tt>) <strong>compile</strong>
1795
+ #<strong>compile</strong> &#x21d2; <tt>Object</tt>
1796
1796
 
1797
1797
 
1798
1798
 
@@ -1830,7 +1830,7 @@ master with a different ID.</p>
1830
1830
  <span class='comment'># The compiler dependency is only needed if this method is called.
1831
1831
  </span> <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>netlinx/compiler</span><span class='tstring_end'>&#39;</span></span>
1832
1832
 
1833
- <span class='id identifier rubyid_compiler'>compiler</span> <span class='op'>=</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Compiler</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
1833
+ <span class='id identifier rubyid_compiler'>compiler</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'>Compiler</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
1834
1834
  <span class='id identifier rubyid_compiler'>compiler</span><span class='period'>.</span><span class='id identifier rubyid_compile'>compile</span> <span class='kw'>self</span>
1835
1835
  <span class='kw'>end</span></pre>
1836
1836
  </td>
@@ -1841,7 +1841,7 @@ master with a different ID.</p>
1841
1841
  <div class="method_details ">
1842
1842
  <h3 class="signature " id="compiler_include_paths-instance_method">
1843
1843
 
1844
- - (<tt>Object</tt>) <strong>compiler_include_paths</strong>
1844
+ #<strong>compiler_include_paths</strong> &#x21d2; <tt>Object</tt>
1845
1845
 
1846
1846
 
1847
1847
 
@@ -1897,7 +1897,7 @@ master with a different ID.</p>
1897
1897
  <div class="method_details ">
1898
1898
  <h3 class="signature " id="compiler_library_paths-instance_method">
1899
1899
 
1900
- - (<tt>Object</tt>) <strong>compiler_library_paths</strong>
1900
+ #<strong>compiler_library_paths</strong> &#x21d2; <tt>Object</tt>
1901
1901
 
1902
1902
 
1903
1903
 
@@ -1943,7 +1943,7 @@ master with a different ID.</p>
1943
1943
  <div class="method_details ">
1944
1944
  <h3 class="signature " id="compiler_module_paths-instance_method">
1945
1945
 
1946
- - (<tt>Object</tt>) <strong>compiler_module_paths</strong>
1946
+ #<strong>compiler_module_paths</strong> &#x21d2; <tt>Object</tt>
1947
1947
 
1948
1948
 
1949
1949
 
@@ -1999,7 +1999,7 @@ master with a different ID.</p>
1999
1999
  <div class="method_details ">
2000
2000
  <h3 class="signature " id="compiler_target_files-instance_method">
2001
2001
 
2002
- - (<tt>Object</tt>) <strong>compiler_target_files</strong>
2002
+ #<strong>compiler_target_files</strong> &#x21d2; <tt>Object</tt>
2003
2003
 
2004
2004
 
2005
2005
 
@@ -2055,7 +2055,7 @@ master with a different ID.</p>
2055
2055
  <div class="method_details ">
2056
2056
  <h3 class="signature " id="include?-instance_method">
2057
2057
 
2058
- - (<tt>Boolean</tt>) <strong>include?</strong>(file)
2058
+ #<strong>include?</strong>(file) &#x21d2; <tt>Boolean</tt>
2059
2059
 
2060
2060
 
2061
2061
 
@@ -2140,7 +2140,7 @@ master with a different ID.</p>
2140
2140
  <div class="method_details ">
2141
2141
  <h3 class="signature " id="to_s-instance_method">
2142
2142
 
2143
- - (<tt>Object</tt>) <strong>to_s</strong>
2143
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
2144
2144
 
2145
2145
 
2146
2146
 
@@ -2199,7 +2199,7 @@ master with a different ID.</p>
2199
2199
  <div class="method_details ">
2200
2200
  <h3 class="signature " id="to_xml_element-instance_method">
2201
2201
 
2202
- - (<tt>REXML::Element</tt>) <strong>to_xml_element</strong>
2202
+ #<strong>to_xml_element</strong> &#x21d2; <tt>REXML::Element</tt>
2203
2203
 
2204
2204
 
2205
2205
 
@@ -2321,11 +2321,12 @@ master with a different ID.</p>
2321
2321
 
2322
2322
  </div>
2323
2323
 
2324
- <div id="footer">
2325
- Generated on Tue Mar 31 15:22:01 2015 by
2324
+ <div id="footer">
2325
+ Generated on Tue Feb 13 21:48:27 2018 by
2326
2326
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2327
- 0.8.7.6 (ruby-2.1.3).
2327
+ 0.9.12 (ruby-2.1.8).
2328
2328
  </div>
2329
2329
 
2330
+ </div>
2330
2331
  </body>
2331
2332
  </html>