netlinx-workspace 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/README.html +0 -0
  3. data/doc/NetLinx/Compile/Extension/APW.html +136 -0
  4. data/doc/NetLinx/Compile/Extension.html +127 -0
  5. data/doc/NetLinx/Compile.html +127 -0
  6. data/doc/NetLinx/Project.html +464 -0
  7. data/doc/NetLinx/System.html +588 -0
  8. data/doc/NetLinx/SystemFile.html +302 -0
  9. data/doc/NetLinx/Workspace.html +445 -0
  10. data/doc/NetLinx.html +131 -0
  11. data/doc/created.rid +7 -0
  12. data/doc/images/add.png +0 -0
  13. data/doc/images/arrow_up.png +0 -0
  14. data/doc/images/brick.png +0 -0
  15. data/doc/images/brick_link.png +0 -0
  16. data/doc/images/bug.png +0 -0
  17. data/doc/images/bullet_black.png +0 -0
  18. data/doc/images/bullet_toggle_minus.png +0 -0
  19. data/doc/images/bullet_toggle_plus.png +0 -0
  20. data/doc/images/date.png +0 -0
  21. data/doc/images/delete.png +0 -0
  22. data/doc/images/find.png +0 -0
  23. data/doc/images/loadingAnimation.gif +0 -0
  24. data/doc/images/macFFBgHack.png +0 -0
  25. data/doc/images/package.png +0 -0
  26. data/doc/images/page_green.png +0 -0
  27. data/doc/images/page_white_text.png +0 -0
  28. data/doc/images/page_white_width.png +0 -0
  29. data/doc/images/plugin.png +0 -0
  30. data/doc/images/ruby.png +0 -0
  31. data/doc/images/tag_blue.png +0 -0
  32. data/doc/images/tag_green.png +0 -0
  33. data/doc/images/transparent.png +0 -0
  34. data/doc/images/wrench.png +0 -0
  35. data/doc/images/wrench_orange.png +0 -0
  36. data/doc/images/zoom.png +0 -0
  37. data/doc/index.html +85 -0
  38. data/doc/js/darkfish.js +155 -0
  39. data/doc/js/jquery.js +18 -0
  40. data/doc/js/navigation.js +142 -0
  41. data/doc/js/search.js +94 -0
  42. data/doc/js/search_index.js +1 -0
  43. data/doc/js/searcher.js +228 -0
  44. data/doc/rdoc.css +595 -0
  45. data/doc/table_of_contents.html +111 -0
  46. data/lib/netlinx/compile/extension/apw.rb +19 -0
  47. data/lib/netlinx/project.rb +83 -0
  48. data/lib/netlinx/system.rb +122 -0
  49. data/lib/netlinx/system_file.rb +36 -0
  50. data/lib/netlinx/workspace.rb +89 -0
  51. data/lib/netlinx-workspace.rb +1 -0
  52. data/license.txt +13 -0
  53. metadata +152 -0
@@ -0,0 +1,302 @@
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
+
46
+
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
+