netlinx-workspace 0.2.0 → 0.3.0

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.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/doc/NetLinx.html +119 -131
  4. data/doc/NetLinx/Compile.html +115 -127
  5. data/doc/NetLinx/Compile/Extension.html +115 -127
  6. data/doc/NetLinx/Compile/Extension/APW.html +219 -136
  7. data/doc/NetLinx/Project.html +1100 -460
  8. data/doc/NetLinx/System.html +1197 -580
  9. data/doc/NetLinx/SystemFile.html +646 -301
  10. data/doc/NetLinx/Workspace.html +981 -438
  11. data/doc/_index.html +210 -0
  12. data/doc/class_list.html +54 -0
  13. data/doc/css/common.css +1 -0
  14. data/doc/css/full_list.css +57 -0
  15. data/doc/css/style.css +339 -0
  16. data/doc/file.README.html +86 -0
  17. data/doc/file.license.html +73 -0
  18. data/doc/file_list.html +59 -0
  19. data/doc/frames.html +26 -0
  20. data/doc/index.html +86 -85
  21. data/doc/js/app.js +219 -0
  22. data/doc/js/full_list.js +178 -0
  23. data/doc/js/jquery.js +4 -18
  24. data/doc/method_list.html +329 -0
  25. data/doc/top-level-namespace.html +112 -0
  26. data/lib/netlinx/system.rb +6 -6
  27. data/lib/netlinx/workspace.rb +14 -0
  28. metadata +84 -61
  29. data/README.html +0 -0
  30. data/doc/created.rid +0 -7
  31. data/doc/images/add.png +0 -0
  32. data/doc/images/arrow_up.png +0 -0
  33. data/doc/images/brick.png +0 -0
  34. data/doc/images/brick_link.png +0 -0
  35. data/doc/images/bug.png +0 -0
  36. data/doc/images/bullet_black.png +0 -0
  37. data/doc/images/bullet_toggle_minus.png +0 -0
  38. data/doc/images/bullet_toggle_plus.png +0 -0
  39. data/doc/images/date.png +0 -0
  40. data/doc/images/delete.png +0 -0
  41. data/doc/images/find.png +0 -0
  42. data/doc/images/loadingAnimation.gif +0 -0
  43. data/doc/images/macFFBgHack.png +0 -0
  44. data/doc/images/package.png +0 -0
  45. data/doc/images/page_green.png +0 -0
  46. data/doc/images/page_white_text.png +0 -0
  47. data/doc/images/page_white_width.png +0 -0
  48. data/doc/images/plugin.png +0 -0
  49. data/doc/images/ruby.png +0 -0
  50. data/doc/images/tag_blue.png +0 -0
  51. data/doc/images/tag_green.png +0 -0
  52. data/doc/images/transparent.png +0 -0
  53. data/doc/images/wrench.png +0 -0
  54. data/doc/images/wrench_orange.png +0 -0
  55. data/doc/images/zoom.png +0 -0
  56. data/doc/js/darkfish.js +0 -155
  57. data/doc/js/navigation.js +0 -142
  58. data/doc/js/search.js +0 -94
  59. data/doc/js/search_index.js +0 -1
  60. data/doc/js/searcher.js +0 -228
  61. data/doc/rdoc.css +0 -595
  62. data/doc/table_of_contents.html +0 -111
@@ -1,302 +1,647 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
-
7
- <title>class NetLinx::SystemFile - RDoc Documentation</title>
8
-
9
- <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
10
-
11
- <script type="text/javascript">
12
- var rdoc_rel_prefix = "../";
13
- </script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
21
-
22
-
23
- <body id="top" class="class">
24
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="../index.html">Home</a>
28
- <a href="../table_of_contents.html#classes">Classes</a>
29
- <a href="../table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
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">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: NetLinx::SystemFile
8
+
9
+ &mdash; Documentation by YARD 0.8.7.4
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!NetLinx/SystemFile.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="../_index.html">Index (S)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span>
36
+ &raquo;
37
+ <span class="title">SystemFile</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ 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
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Class: NetLinx::SystemFile
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+ <dt class="r1">Inherits:</dt>
75
+ <dd class="r1">
76
+ <span class="inheritName">Object</span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next">NetLinx::SystemFile</li>
82
+
83
+ </ul>
84
+ <a href="#" class="inheritanceTree">show all</a>
85
+
86
+ </dd>
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ <dt class="r2 last">Defined in:</dt>
97
+ <dd class="r2 last">lib/netlinx/system_file.rb</dd>
98
+
99
+ </dl>
100
+ <div class="clear"></div>
101
+
102
+
103
+
104
+
105
+
106
+ <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
107
+ <ul class="summary">
108
+
109
+ <li class="public ">
110
+ <span class="summary_signature">
111
+
112
+ <a href="#description-instance_method" title="#description (instance method)">- (Object) <strong>description</strong> </a>
113
+
114
+
115
+
116
+ </span>
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ <span class="summary_desc"><div class='inline'>
130
+ <p>Returns the value of attribute description.</p>
131
+ </div></span>
132
+
133
+ </li>
134
+
135
+
136
+ <li class="public ">
137
+ <span class="summary_signature">
138
+
139
+ <a href="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
140
+
141
+
142
+
143
+ </span>
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <span class="summary_desc"><div class='inline'>
157
+ <p>Returns the value of attribute name.</p>
158
+ </div></span>
159
+
160
+ </li>
161
+
162
+
163
+ <li class="public ">
164
+ <span class="summary_signature">
165
+
166
+ <a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
167
+
168
+
169
+
170
+ </span>
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+ <span class="summary_desc"><div class='inline'>
184
+ <p>Returns the value of attribute path.</p>
185
+ </div></span>
186
+
187
+ </li>
188
+
189
+
190
+ <li class="public ">
191
+ <span class="summary_signature">
192
+
193
+ <a href="#system-instance_method" title="#system (instance method)">- (Object) <strong>system</strong> </a>
194
+
195
+
196
+
197
+ </span>
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+ <span class="summary_desc"><div class='inline'>
211
+ <p>Returns the value of attribute system.</p>
212
+ </div></span>
213
+
214
+ </li>
215
+
216
+
217
+ <li class="public ">
218
+ <span class="summary_signature">
219
+
220
+ <a href="#type-instance_method" title="#type (instance method)">- (Object) <strong>type</strong> </a>
221
+
222
+
223
+
224
+ </span>
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+ <span class="summary_desc"><div class='inline'>
238
+ <p>Returns the value of attribute type.</p>
239
+ </div></span>
240
+
241
+ </li>
242
+
243
+
244
+ </ul>
245
+
246
+
247
+
248
+
249
+
250
+ <h2>
251
+ Instance Method Summary
252
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
253
+ </h2>
254
+
255
+ <ul class="summary">
256
+
257
+ <li class="public ">
258
+ <span class="summary_signature">
259
+
260
+ <a href="#initialize-instance_method" title="#initialize (instance method)">- (SystemFile) <strong>initialize</strong>(**kvargs) </a>
261
+
262
+
263
+
264
+ </span>
265
+
266
+
267
+ <span class="note title constructor">constructor</span>
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+ <span class="summary_desc"><div class='inline'>
277
+ <p>A new instance of SystemFile.</p>
278
+ </div></span>
279
+
280
+ </li>
281
+
282
+
283
+ <li class="public ">
284
+ <span class="summary_signature">
285
+
286
+ <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
287
+
288
+
289
+
290
+ </span>
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+ <span class="summary_desc"><div class='inline'>
301
+ <p>Print the SystemFile&#39;s name.</p>
302
+ </div></span>
303
+
304
+ </li>
305
+
306
+
307
+ </ul>
308
+
309
+
310
+ <div id="constructor_details" class="method_details_list">
311
+ <h2>Constructor Details</h2>
312
+
313
+ <div class="method_details first">
314
+ <h3 class="signature first" id="initialize-instance_method">
315
+
316
+ - (<tt><span class='object_link'><a href="" title="NetLinx::SystemFile (class)">SystemFile</a></span></tt>) <strong>initialize</strong>(**kvargs)
317
+
318
+
319
+
320
+
321
+
322
+ </h3><div class="docstring">
323
+ <div class="discussion">
324
+
325
+ <p>Returns a new instance of SystemFile</p>
326
+
327
+
328
+ </div>
329
+ </div>
330
+ <div class="tags">
331
+
332
+
333
+ </div><table class="source_code">
334
+ <tr>
335
+ <td>
336
+ <pre class="lines">
337
+
338
+
339
+ 9
340
+ 10
341
+ 11
342
+ 12
343
+ 13
344
+ 14
345
+ 15
346
+ 16
347
+ 17
348
+ 18</pre>
349
+ </td>
350
+ <td>
351
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 9</span>
352
+
353
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='op'>**</span><span class='id identifier rubyid_kvargs'>kvargs</span><span class='rparen'>)</span>
354
+ <span class='ivar'>@name</span> <span class='op'>=</span> <span class='id identifier rubyid_kvargs'>kvargs</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span> <span class='symbol'>:name</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span>
355
+ <span class='ivar'>@type</span> <span class='op'>=</span> <span class='id identifier rubyid_kvargs'>kvargs</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span> <span class='symbol'>:type</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span>
356
+ <span class='ivar'>@path</span> <span class='op'>=</span> <span class='id identifier rubyid_kvargs'>kvargs</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span> <span class='symbol'>:path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span>
357
+ <span class='ivar'>@description</span> <span class='op'>=</span> <span class='id identifier rubyid_kvargs'>kvargs</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span> <span class='symbol'>:description</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span>
358
+ <span class='ivar'>@system</span> <span class='op'>=</span> <span class='id identifier rubyid_kvargs'>kvargs</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span> <span class='symbol'>:system</span><span class='comma'>,</span> <span class='kw'>nil</span>
46
359
 
47
-
48
- <div id="file-metadata">
49
- <nav id="file-list-section" class="section">
50
- <h3 class="section-header">Defined In</h3>
51
- <ul>
52
- <li>lib/netlinx/system_file.rb
53
- </ul>
54
- </nav>
55
-
56
-
57
- </div>
58
-
59
- <div id="class-metadata">
60
-
61
- <nav id="parent-class-section" class="section">
62
- <h3 class="section-header">Parent</h3>
63
-
64
- <p class="link">Object
65
-
66
- </nav>
67
-
68
-
69
-
70
- <!-- Method Quickref -->
71
- <nav id="method-list-section" class="section">
72
- <h3 class="section-header">Methods</h3>
73
-
74
- <ul class="link-list">
75
-
76
- <li ><a href="#method-c-new">::new</a>
77
-
78
- <li ><a href="#method-i-to_s">#to_s</a>
79
-
80
- </ul>
81
- </nav>
82
-
83
- </div>
84
-
85
- <div id="project-metadata">
86
-
87
- <nav id="classindex-section" class="section project-section">
88
- <h3 class="section-header">Class and Module Index</h3>
89
-
90
- <ul class="link-list">
91
-
92
- <li><a href="../NetLinx.html">NetLinx</a>
93
-
94
- <li><a href="../NetLinx/Compile.html">NetLinx::Compile</a>
95
-
96
- <li><a href="../NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
97
-
98
- <li><a href="../NetLinx/Compile/Extension/APW.html">NetLinx::Compile::Extension::APW</a>
99
-
100
- <li><a href="../NetLinx/Project.html">NetLinx::Project</a>
101
-
102
- <li><a href="../NetLinx/System.html">NetLinx::System</a>
103
-
104
- <li><a href="../NetLinx/SystemFile.html">NetLinx::SystemFile</a>
105
-
106
- <li><a href="../NetLinx/Workspace.html">NetLinx::Workspace</a>
107
-
108
- </ul>
109
- </nav>
110
-
111
- </div>
112
- </nav>
113
-
114
- <div id="documentation">
115
- <h1 class="class">class NetLinx::SystemFile</h1>
116
-
117
- <div id="description" class="description">
118
-
119
- </div><!-- description -->
120
-
121
-
122
-
123
-
124
- <section id="5Buntitled-5D" class="documentation-section">
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
- <!-- Attributes -->
133
- <section id="attribute-method-details" class="method-section section">
134
- <h3 class="section-header">Attributes</h3>
135
-
136
-
137
- <div id="attribute-i-description" class="method-detail">
138
- <div class="method-heading attribute-method-heading">
139
- <span class="method-name">description</span><span
140
- class="attribute-access-type">[RW]</span>
141
- </div>
142
-
143
- <div class="method-description">
144
-
145
-
146
-
147
- </div>
148
- </div>
149
-
150
- <div id="attribute-i-name" class="method-detail">
151
- <div class="method-heading attribute-method-heading">
152
- <span class="method-name">name</span><span
153
- class="attribute-access-type">[RW]</span>
154
- </div>
155
-
156
- <div class="method-description">
157
-
158
-
159
-
160
- </div>
161
- </div>
162
-
163
- <div id="attribute-i-path" class="method-detail">
164
- <div class="method-heading attribute-method-heading">
165
- <span class="method-name">path</span><span
166
- class="attribute-access-type">[RW]</span>
167
- </div>
168
-
169
- <div class="method-description">
170
-
171
-
172
-
173
- </div>
174
- </div>
175
-
176
- <div id="attribute-i-system" class="method-detail">
177
- <div class="method-heading attribute-method-heading">
178
- <span class="method-name">system</span><span
179
- class="attribute-access-type">[RW]</span>
180
- </div>
181
-
182
- <div class="method-description">
183
-
184
-
185
-
186
- </div>
187
- </div>
188
-
189
- <div id="attribute-i-type" class="method-detail">
190
- <div class="method-heading attribute-method-heading">
191
- <span class="method-name">type</span><span
192
- class="attribute-access-type">[RW]</span>
193
- </div>
194
-
195
- <div class="method-description">
196
-
197
-
198
-
199
- </div>
200
- </div>
201
-
202
- </section><!-- attribute-method-details -->
203
-
204
-
205
- <!-- Methods -->
206
-
207
- <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
208
- <h3 class="section-header">Public Class Methods</h3>
209
-
210
-
211
- <div id="method-c-new" class="method-detail ">
212
-
213
- <div class="method-heading">
214
- <span class="method-name">new</span><span
215
- class="method-args">(**kvargs)</span>
216
-
217
- <span class="method-click-advice">click to toggle source</span>
218
-
219
- </div>
220
-
221
-
222
- <div class="method-description">
223
-
224
-
225
-
226
-
227
-
228
-
229
- <div class="method-source-code" id="new-source">
230
- <pre><span class="ruby-comment"># File lib/netlinx/system_file.rb, line 9</span>
231
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-operator">**</span><span class="ruby-identifier">kvargs</span>)
232
- <span class="ruby-ivar">@name</span> = <span class="ruby-identifier">kvargs</span>.<span class="ruby-identifier">fetch</span> <span class="ruby-value">:name</span>, <span class="ruby-string">&#39;&#39;</span>
233
- <span class="ruby-ivar">@type</span> = <span class="ruby-identifier">kvargs</span>.<span class="ruby-identifier">fetch</span> <span class="ruby-value">:type</span>, <span class="ruby-string">&#39;&#39;</span>
234
- <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">kvargs</span>.<span class="ruby-identifier">fetch</span> <span class="ruby-value">:path</span>, <span class="ruby-string">&#39;&#39;</span>
235
- <span class="ruby-ivar">@description</span> = <span class="ruby-identifier">kvargs</span>.<span class="ruby-identifier">fetch</span> <span class="ruby-value">:description</span>, <span class="ruby-string">&#39;&#39;</span>
236
- <span class="ruby-ivar">@system</span> = <span class="ruby-identifier">kvargs</span>.<span class="ruby-identifier">fetch</span> <span class="ruby-value">:system</span>, <span class="ruby-keyword">nil</span>
237
-
238
- <span class="ruby-identifier">system_file_element</span> = <span class="ruby-identifier">kvargs</span>.<span class="ruby-identifier">fetch</span> <span class="ruby-value">:element</span>, <span class="ruby-keyword">nil</span>
239
- <span class="ruby-identifier">parse_xml_element</span> <span class="ruby-identifier">system_file_element</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">system_file_element</span>
240
- <span class="ruby-keyword">end</span></pre>
241
- </div><!-- new-source -->
242
-
243
- </div>
244
-
245
-
246
-
247
-
248
- </div><!-- new-method -->
249
-
250
-
251
- </section><!-- public-class-method-details -->
252
-
253
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
254
- <h3 class="section-header">Public Instance Methods</h3>
255
-
256
-
257
- <div id="method-i-to_s" class="method-detail ">
258
-
259
- <div class="method-heading">
260
- <span class="method-name">to_s</span><span
261
- class="method-args">()</span>
262
-
263
- <span class="method-click-advice">click to toggle source</span>
264
-
265
- </div>
266
-
267
-
268
- <div class="method-description">
269
-
270
- <p>Print the SystemFile&#39;s name.</p>
271
-
272
-
273
-
274
-
275
- <div class="method-source-code" id="to_s-source">
276
- <pre><span class="ruby-comment"># File lib/netlinx/system_file.rb, line 21</span>
277
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
278
- <span class="ruby-ivar">@name</span>
279
- <span class="ruby-keyword">end</span></pre>
280
- </div><!-- to_s-source -->
281
-
282
- </div>
283
-
284
-
285
-
286
-
287
- </div><!-- to_s-method -->
288
-
289
-
290
- </section><!-- public-instance-method-details -->
291
-
292
- </section><!-- 5Buntitled-5D -->
293
-
294
- </div><!-- documentation -->
295
-
296
-
297
- <footer id="validator-badges">
298
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
299
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
300
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
301
- </footer>
302
-
360
+ <span class='id identifier rubyid_system_file_element'>system_file_element</span> <span class='op'>=</span> <span class='id identifier rubyid_kvargs'>kvargs</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span> <span class='symbol'>:element</span><span class='comma'>,</span> <span class='kw'>nil</span>
361
+ <span class='id identifier rubyid_parse_xml_element'>parse_xml_element</span> <span class='id identifier rubyid_system_file_element'>system_file_element</span> <span class='kw'>if</span> <span class='id identifier rubyid_system_file_element'>system_file_element</span>
362
+ <span class='kw'>end</span></pre>
363
+ </td>
364
+ </tr>
365
+ </table>
366
+ </div>
367
+
368
+ </div>
369
+
370
+ <div id="instance_attr_details" class="attr_details">
371
+ <h2>Instance Attribute Details</h2>
372
+
373
+
374
+ <span id="description=-instance_method"></span>
375
+ <div class="method_details first">
376
+ <h3 class="signature first" id="description-instance_method">
377
+
378
+ - (<tt>Object</tt>) <strong>description</strong>
379
+
380
+
381
+
382
+
383
+
384
+ </h3><div class="docstring">
385
+ <div class="discussion">
386
+
387
+ <p>Returns the value of attribute description</p>
388
+
389
+
390
+ </div>
391
+ </div>
392
+ <div class="tags">
393
+
394
+
395
+ </div><table class="source_code">
396
+ <tr>
397
+ <td>
398
+ <pre class="lines">
399
+
400
+
401
+ 6
402
+ 7
403
+ 8</pre>
404
+ </td>
405
+ <td>
406
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 6</span>
407
+
408
+ <span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
409
+ <span class='ivar'>@description</span>
410
+ <span class='kw'>end</span></pre>
411
+ </td>
412
+ </tr>
413
+ </table>
414
+ </div>
415
+
416
+
417
+ <span id="name=-instance_method"></span>
418
+ <div class="method_details ">
419
+ <h3 class="signature " id="name-instance_method">
420
+
421
+ - (<tt>Object</tt>) <strong>name</strong>
422
+
423
+
424
+
425
+
426
+
427
+ </h3><div class="docstring">
428
+ <div class="discussion">
429
+
430
+ <p>Returns the value of attribute name</p>
431
+
432
+
433
+ </div>
434
+ </div>
435
+ <div class="tags">
436
+
437
+
438
+ </div><table class="source_code">
439
+ <tr>
440
+ <td>
441
+ <pre class="lines">
442
+
443
+
444
+ 3
445
+ 4
446
+ 5</pre>
447
+ </td>
448
+ <td>
449
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 3</span>
450
+
451
+ <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
452
+ <span class='ivar'>@name</span>
453
+ <span class='kw'>end</span></pre>
454
+ </td>
455
+ </tr>
456
+ </table>
457
+ </div>
458
+
459
+
460
+ <span id="path=-instance_method"></span>
461
+ <div class="method_details ">
462
+ <h3 class="signature " id="path-instance_method">
463
+
464
+ - (<tt>Object</tt>) <strong>path</strong>
465
+
466
+
467
+
468
+
469
+
470
+ </h3><div class="docstring">
471
+ <div class="discussion">
472
+
473
+ <p>Returns the value of attribute path</p>
474
+
475
+
476
+ </div>
477
+ </div>
478
+ <div class="tags">
479
+
480
+
481
+ </div><table class="source_code">
482
+ <tr>
483
+ <td>
484
+ <pre class="lines">
485
+
486
+
487
+ 5
488
+ 6
489
+ 7</pre>
490
+ </td>
491
+ <td>
492
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 5</span>
493
+
494
+ <span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span>
495
+ <span class='ivar'>@path</span>
496
+ <span class='kw'>end</span></pre>
497
+ </td>
498
+ </tr>
499
+ </table>
500
+ </div>
501
+
502
+
503
+ <span id="system=-instance_method"></span>
504
+ <div class="method_details ">
505
+ <h3 class="signature " id="system-instance_method">
506
+
507
+ - (<tt>Object</tt>) <strong>system</strong>
508
+
509
+
510
+
511
+
512
+
513
+ </h3><div class="docstring">
514
+ <div class="discussion">
515
+
516
+ <p>Returns the value of attribute system</p>
517
+
518
+
519
+ </div>
520
+ </div>
521
+ <div class="tags">
522
+
523
+
524
+ </div><table class="source_code">
525
+ <tr>
526
+ <td>
527
+ <pre class="lines">
528
+
529
+
530
+ 7
531
+ 8
532
+ 9</pre>
533
+ </td>
534
+ <td>
535
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 7</span>
536
+
537
+ <span class='kw'>def</span> <span class='id identifier rubyid_system'>system</span>
538
+ <span class='ivar'>@system</span>
539
+ <span class='kw'>end</span></pre>
540
+ </td>
541
+ </tr>
542
+ </table>
543
+ </div>
544
+
545
+
546
+ <span id="type=-instance_method"></span>
547
+ <div class="method_details ">
548
+ <h3 class="signature " id="type-instance_method">
549
+
550
+ - (<tt>Object</tt>) <strong>type</strong>
551
+
552
+
553
+
554
+
555
+
556
+ </h3><div class="docstring">
557
+ <div class="discussion">
558
+
559
+ <p>Returns the value of attribute type</p>
560
+
561
+
562
+ </div>
563
+ </div>
564
+ <div class="tags">
565
+
566
+
567
+ </div><table class="source_code">
568
+ <tr>
569
+ <td>
570
+ <pre class="lines">
571
+
572
+
573
+ 4
574
+ 5
575
+ 6</pre>
576
+ </td>
577
+ <td>
578
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 4</span>
579
+
580
+ <span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
581
+ <span class='ivar'>@type</span>
582
+ <span class='kw'>end</span></pre>
583
+ </td>
584
+ </tr>
585
+ </table>
586
+ </div>
587
+
588
+ </div>
589
+
590
+
591
+ <div id="instance_method_details" class="method_details_list">
592
+ <h2>Instance Method Details</h2>
593
+
594
+
595
+ <div class="method_details first">
596
+ <h3 class="signature first" id="to_s-instance_method">
597
+
598
+ - (<tt>Object</tt>) <strong>to_s</strong>
599
+
600
+
601
+
602
+
603
+
604
+ </h3><div class="docstring">
605
+ <div class="discussion">
606
+
607
+ <p>Print the SystemFile&#39;s name.</p>
608
+
609
+
610
+ </div>
611
+ </div>
612
+ <div class="tags">
613
+
614
+
615
+ </div><table class="source_code">
616
+ <tr>
617
+ <td>
618
+ <pre class="lines">
619
+
620
+
621
+ 21
622
+ 22
623
+ 23</pre>
624
+ </td>
625
+ <td>
626
+ <pre class="code"><span class="info file"># File 'lib/netlinx/system_file.rb', line 21</span>
627
+
628
+ <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
629
+ <span class='ivar'>@name</span>
630
+ <span class='kw'>end</span></pre>
631
+ </td>
632
+ </tr>
633
+ </table>
634
+ </div>
635
+
636
+ </div>
637
+
638
+ </div>
639
+
640
+ <div id="footer">
641
+ Generated on Fri May 9 21:30:47 2014 by
642
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
643
+ 0.8.7.4 (ruby-2.1.1).
644
+ </div>
645
+
646
+ </body>
647
+ </html>