IVLE 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. data/.gitignore +4 -0
  2. data/Gemfile +4 -0
  3. data/IVLE.gemspec +29 -0
  4. data/LICENSE +7 -0
  5. data/README.md +61 -0
  6. data/Rakefile +1 -0
  7. data/config/settings.yml +2 -0
  8. data/doc/Fixtures.html +167 -0
  9. data/doc/Fixtures/IVLE.html +213 -0
  10. data/doc/Gemfile.html +133 -0
  11. data/doc/IVLE.html +278 -0
  12. data/doc/IVLE/API.html +424 -0
  13. data/doc/IVLE/Announcement.html +309 -0
  14. data/doc/IVLE/Community.html +1305 -0
  15. data/doc/IVLE/Consultation.html +342 -0
  16. data/doc/IVLE/DeltaDatasets.html +213 -0
  17. data/doc/IVLE/Forum.html +533 -0
  18. data/doc/IVLE/Gradebook.html +213 -0
  19. data/doc/IVLE/IVLEModule.html +567 -0
  20. data/doc/IVLE/IVLENews.html +213 -0
  21. data/doc/IVLE/LibraryEReserves.html +245 -0
  22. data/doc/IVLE/Login.html +309 -0
  23. data/doc/IVLE/MyOrganizer.html +520 -0
  24. data/doc/IVLE/OpenWebcastLectures.html +247 -0
  25. data/doc/IVLE/Poll.html +309 -0
  26. data/doc/IVLE/Profile.html +213 -0
  27. data/doc/IVLE/RostersAndGroups.html +676 -0
  28. data/doc/IVLE/StudentEvents.html +378 -0
  29. data/doc/IVLE/Timetable.html +309 -0
  30. data/doc/IVLE/Webcast.html +247 -0
  31. data/doc/IVLE/Workbin.html +245 -0
  32. data/doc/Object.html +185 -0
  33. data/doc/Rakefile.html +131 -0
  34. data/doc/created.rid +26 -0
  35. data/doc/images/add.png +0 -0
  36. data/doc/images/brick.png +0 -0
  37. data/doc/images/brick_link.png +0 -0
  38. data/doc/images/bug.png +0 -0
  39. data/doc/images/bullet_black.png +0 -0
  40. data/doc/images/bullet_toggle_minus.png +0 -0
  41. data/doc/images/bullet_toggle_plus.png +0 -0
  42. data/doc/images/date.png +0 -0
  43. data/doc/images/delete.png +0 -0
  44. data/doc/images/find.png +0 -0
  45. data/doc/images/loadingAnimation.gif +0 -0
  46. data/doc/images/macFFBgHack.png +0 -0
  47. data/doc/images/package.png +0 -0
  48. data/doc/images/page_green.png +0 -0
  49. data/doc/images/page_white_text.png +0 -0
  50. data/doc/images/page_white_width.png +0 -0
  51. data/doc/images/plugin.png +0 -0
  52. data/doc/images/ruby.png +0 -0
  53. data/doc/images/tag_blue.png +0 -0
  54. data/doc/images/tag_green.png +0 -0
  55. data/doc/images/transparent.png +0 -0
  56. data/doc/images/wrench.png +0 -0
  57. data/doc/images/wrench_orange.png +0 -0
  58. data/doc/images/zoom.png +0 -0
  59. data/doc/index.html +126 -0
  60. data/doc/js/darkfish.js +155 -0
  61. data/doc/js/jquery.js +18 -0
  62. data/doc/js/navigation.js +142 -0
  63. data/doc/js/search.js +94 -0
  64. data/doc/js/search_index.js +1 -0
  65. data/doc/js/searcher.js +228 -0
  66. data/doc/rdoc.css +543 -0
  67. data/doc/table_of_contents.html +379 -0
  68. data/lib/IVLE.rb +133 -0
  69. data/lib/IVLE/api/announcement.rb +19 -0
  70. data/lib/IVLE/api/community.rb +174 -0
  71. data/lib/IVLE/api/consultation.rb +24 -0
  72. data/lib/IVLE/api/delta_datasets.rb +7 -0
  73. data/lib/IVLE/api/forum.rb +47 -0
  74. data/lib/IVLE/api/gradebook.rb +7 -0
  75. data/lib/IVLE/api/ivle_news.rb +7 -0
  76. data/lib/IVLE/api/library_ereserves.rb +11 -0
  77. data/lib/IVLE/api/login.rb +19 -0
  78. data/lib/IVLE/api/module.rb +53 -0
  79. data/lib/IVLE/api/my_organizer.rb +62 -0
  80. data/lib/IVLE/api/open_webcast_lectures.rb +13 -0
  81. data/lib/IVLE/api/poll.rb +19 -0
  82. data/lib/IVLE/api/profile.rb +7 -0
  83. data/lib/IVLE/api/rosters_and_groups.rb +78 -0
  84. data/lib/IVLE/api/student_events.rb +32 -0
  85. data/lib/IVLE/api/timetable.rb +19 -0
  86. data/lib/IVLE/api/webcast.rb +13 -0
  87. data/lib/IVLE/api/workbin.rb +11 -0
  88. data/lib/IVLE/version.rb +3 -0
  89. data/spec/api/api_spec.rb +34 -0
  90. data/spec/fixtures/api/login.html +11 -0
  91. data/spec/fixtures/api/modules.json +201 -0
  92. data/spec/fixtures/ivle.rb +7 -0
  93. data/spec/fixtures/modules.json +201 -0
  94. metadata +216 -0
@@ -0,0 +1,378 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=IBM437" http-equiv="Content-Type">
6
+
7
+ <title>module IVLE::StudentEvents - 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="module">
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
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/IVLE/api/student_events.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+ <!-- Method Quickref -->
62
+ <nav id="method-list-section" class="section">
63
+ <h3 class="section-header">Methods</h3>
64
+
65
+ <ul class="link-list">
66
+
67
+ <li><a href="#method-i-student_event_post_new_event">#student_event_post_new_event</a>
68
+
69
+ <li><a href="#method-i-student_events">#student_events</a>
70
+
71
+ <li><a href="#method-i-student_events_categories">#student_events_categories</a>
72
+
73
+ <li><a href="#method-i-student_events_category">#student_events_category</a>
74
+
75
+ <li><a href="#method-i-student_events_committee">#student_events_committee</a>
76
+
77
+ <li><a href="#method-i-student_events_committees">#student_events_committees</a>
78
+
79
+ </ul>
80
+ </nav>
81
+
82
+ </div>
83
+
84
+ <div id="project-metadata">
85
+ <nav id="fileindex-section" class="section project-section">
86
+ <h3 class="section-header">Pages</h3>
87
+
88
+ <ul>
89
+
90
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
91
+
92
+ <li class="file"><a href="../Rakefile.html">Rakefile</a>
93
+
94
+ </ul>
95
+ </nav>
96
+
97
+ <nav id="classindex-section" class="section project-section">
98
+ <h3 class="section-header">Class and Module Index</h3>
99
+
100
+ <ul class="link-list">
101
+
102
+ <li><a href="../IVLE.html">IVLE</a>
103
+
104
+ <li><a href="../IVLE/API.html">IVLE::API</a>
105
+
106
+ <li><a href="../IVLE/Announcement.html">IVLE::Announcement</a>
107
+
108
+ <li><a href="../IVLE/Community.html">IVLE::Community</a>
109
+
110
+ <li><a href="../IVLE/Consultation.html">IVLE::Consultation</a>
111
+
112
+ <li><a href="../IVLE/DeltaDatasets.html">IVLE::DeltaDatasets</a>
113
+
114
+ <li><a href="../IVLE/Forum.html">IVLE::Forum</a>
115
+
116
+ <li><a href="../IVLE/Gradebook.html">IVLE::Gradebook</a>
117
+
118
+ <li><a href="../IVLE/IVLEModule.html">IVLE::IVLEModule</a>
119
+
120
+ <li><a href="../IVLE/IVLENews.html">IVLE::IVLENews</a>
121
+
122
+ <li><a href="../IVLE/LibraryEReserves.html">IVLE::LibraryEReserves</a>
123
+
124
+ <li><a href="../IVLE/Login.html">IVLE::Login</a>
125
+
126
+ <li><a href="../IVLE/MyOrganizer.html">IVLE::MyOrganizer</a>
127
+
128
+ <li><a href="../IVLE/OpenWebcastLectures.html">IVLE::OpenWebcastLectures</a>
129
+
130
+ <li><a href="../IVLE/Poll.html">IVLE::Poll</a>
131
+
132
+ <li><a href="../IVLE/Profile.html">IVLE::Profile</a>
133
+
134
+ <li><a href="../IVLE/RostersAndGroups.html">IVLE::RostersAndGroups</a>
135
+
136
+ <li><a href="../IVLE/StudentEvents.html">IVLE::StudentEvents</a>
137
+
138
+ <li><a href="../IVLE/Timetable.html">IVLE::Timetable</a>
139
+
140
+ <li><a href="../IVLE/Webcast.html">IVLE::Webcast</a>
141
+
142
+ <li><a href="../IVLE/Workbin.html">IVLE::Workbin</a>
143
+
144
+ <li><a href="../Fixtures.html">Fixtures</a>
145
+
146
+ <li><a href="../Fixtures/IVLE.html">Fixtures::IVLE</a>
147
+
148
+ <li><a href="../Object.html">Object</a>
149
+
150
+ </ul>
151
+ </nav>
152
+
153
+ </div>
154
+ </nav>
155
+
156
+ <div id="documentation">
157
+ <h1 class="module">module IVLE::StudentEvents</h1>
158
+
159
+ <div id="description" class="description">
160
+
161
+ </div><!-- description -->
162
+
163
+
164
+
165
+
166
+ <section id="5Buntitled-5D" class="documentation-section">
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ <!-- Methods -->
176
+
177
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
178
+ <h3 class="section-header">Public Instance Methods</h3>
179
+
180
+
181
+ <div id="method-i-student_event_post_new_event" class="method-detail ">
182
+
183
+ <div class="method-heading">
184
+ <span class="method-name">student_event_post_new_event</span><span
185
+ class="method-args">(category_id, committee_id, evt_start_date, evt_end_date)</span>
186
+ <span class="method-click-advice">click to toggle source</span>
187
+ </div>
188
+
189
+
190
+ <div class="method-description">
191
+
192
+
193
+
194
+
195
+
196
+ <div class="method-source-code" id="student_event_post_new_event-source">
197
+ <pre><span class="ruby-comment"># File lib/IVLE/api/student_events.rb, line 23</span>
198
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">student_event_post_new_event</span>(<span class="ruby-identifier">category_id</span>, <span class="ruby-identifier">committee_id</span>, <span class="ruby-identifier">evt_start_date</span>, <span class="ruby-identifier">evt_end_date</span>)
199
+ <span class="ruby-identifier">api_post</span> <span class="ruby-string">'StudentEvent_PostNewEvent_JSON'</span>, {
200
+ <span class="ruby-identifier">categoryid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">category_id</span>,
201
+ <span class="ruby-identifier">committeeid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">committee_id</span>,
202
+ <span class="ruby-identifier">evtstartdate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">evt_start_date</span>,
203
+ <span class="ruby-identifier">evtenddate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">evt_end_date</span>
204
+ }
205
+ <span class="ruby-keyword">end</span></pre>
206
+ </div><!-- student_event_post_new_event-source -->
207
+
208
+ </div>
209
+
210
+
211
+
212
+
213
+ </div><!-- student_event_post_new_event-method -->
214
+
215
+
216
+ <div id="method-i-student_events" class="method-detail ">
217
+
218
+ <div class="method-heading">
219
+ <span class="method-name">student_events</span><span
220
+ class="method-args">(title_only=false)</span>
221
+ <span class="method-click-advice">click to toggle source</span>
222
+ </div>
223
+
224
+
225
+ <div class="method-description">
226
+
227
+
228
+
229
+
230
+
231
+ <div class="method-source-code" id="student_events-source">
232
+ <pre><span class="ruby-comment"># File lib/IVLE/api/student_events.rb, line 3</span>
233
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">student_events</span>(<span class="ruby-identifier">title_only</span>=<span class="ruby-keyword">false</span>)
234
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'StudentEvents'</span>, <span class="ruby-identifier">titleonly</span><span class="ruby-operator">:</span> <span class="ruby-identifier">title_only</span>
235
+ <span class="ruby-keyword">end</span></pre>
236
+ </div><!-- student_events-source -->
237
+
238
+ </div>
239
+
240
+
241
+
242
+
243
+ </div><!-- student_events-method -->
244
+
245
+
246
+ <div id="method-i-student_events_categories" class="method-detail ">
247
+
248
+ <div class="method-heading">
249
+ <span class="method-name">student_events_categories</span><span
250
+ class="method-args">(include_events=true, title_only=false)</span>
251
+ <span class="method-click-advice">click to toggle source</span>
252
+ </div>
253
+
254
+
255
+ <div class="method-description">
256
+
257
+
258
+
259
+
260
+
261
+ <div class="method-source-code" id="student_events_categories-source">
262
+ <pre><span class="ruby-comment"># File lib/IVLE/api/student_events.rb, line 7</span>
263
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">student_events_categories</span>(<span class="ruby-identifier">include_events</span>=<span class="ruby-keyword">true</span>, <span class="ruby-identifier">title_only</span>=<span class="ruby-keyword">false</span>)
264
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'StudentEvents_Categories'</span>, <span class="ruby-identifier">includeevents</span><span class="ruby-operator">:</span> <span class="ruby-identifier">include_events</span>, <span class="ruby-identifier">titleonly</span><span class="ruby-operator">:</span> <span class="ruby-identifier">title_only</span>
265
+ <span class="ruby-keyword">end</span></pre>
266
+ </div><!-- student_events_categories-source -->
267
+
268
+ </div>
269
+
270
+
271
+
272
+
273
+ </div><!-- student_events_categories-method -->
274
+
275
+
276
+ <div id="method-i-student_events_category" class="method-detail ">
277
+
278
+ <div class="method-heading">
279
+ <span class="method-name">student_events_category</span><span
280
+ class="method-args">(category_id, title_only=false)</span>
281
+ <span class="method-click-advice">click to toggle source</span>
282
+ </div>
283
+
284
+
285
+ <div class="method-description">
286
+
287
+
288
+
289
+
290
+
291
+ <div class="method-source-code" id="student_events_category-source">
292
+ <pre><span class="ruby-comment"># File lib/IVLE/api/student_events.rb, line 15</span>
293
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">student_events_category</span>(<span class="ruby-identifier">category_id</span>, <span class="ruby-identifier">title_only</span>=<span class="ruby-keyword">false</span>)
294
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'StudentEvents_Category'</span>, <span class="ruby-identifier">categoryid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">category_id</span>, <span class="ruby-identifier">titleonly</span><span class="ruby-operator">:</span> <span class="ruby-identifier">title_only</span>
295
+ <span class="ruby-keyword">end</span></pre>
296
+ </div><!-- student_events_category-source -->
297
+
298
+ </div>
299
+
300
+
301
+
302
+
303
+ </div><!-- student_events_category-method -->
304
+
305
+
306
+ <div id="method-i-student_events_committee" class="method-detail ">
307
+
308
+ <div class="method-heading">
309
+ <span class="method-name">student_events_committee</span><span
310
+ class="method-args">(committee_id, title_only=false)</span>
311
+ <span class="method-click-advice">click to toggle source</span>
312
+ </div>
313
+
314
+
315
+ <div class="method-description">
316
+
317
+
318
+
319
+
320
+
321
+ <div class="method-source-code" id="student_events_committee-source">
322
+ <pre><span class="ruby-comment"># File lib/IVLE/api/student_events.rb, line 19</span>
323
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">student_events_committee</span>(<span class="ruby-identifier">committee_id</span>, <span class="ruby-identifier">title_only</span>=<span class="ruby-keyword">false</span>)
324
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'StudentEvents_Committee'</span>, <span class="ruby-identifier">committeeid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">committee_id</span>, <span class="ruby-identifier">titleonly</span><span class="ruby-operator">:</span> <span class="ruby-identifier">title_only</span>
325
+ <span class="ruby-keyword">end</span></pre>
326
+ </div><!-- student_events_committee-source -->
327
+
328
+ </div>
329
+
330
+
331
+
332
+
333
+ </div><!-- student_events_committee-method -->
334
+
335
+
336
+ <div id="method-i-student_events_committees" class="method-detail ">
337
+
338
+ <div class="method-heading">
339
+ <span class="method-name">student_events_committees</span><span
340
+ class="method-args">(include_events=true, title_only=false)</span>
341
+ <span class="method-click-advice">click to toggle source</span>
342
+ </div>
343
+
344
+
345
+ <div class="method-description">
346
+
347
+
348
+
349
+
350
+
351
+ <div class="method-source-code" id="student_events_committees-source">
352
+ <pre><span class="ruby-comment"># File lib/IVLE/api/student_events.rb, line 11</span>
353
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">student_events_committees</span>(<span class="ruby-identifier">include_events</span>=<span class="ruby-keyword">true</span>, <span class="ruby-identifier">title_only</span>=<span class="ruby-keyword">false</span>)
354
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'StudentEvents_Committees'</span>, <span class="ruby-identifier">includeevents</span><span class="ruby-operator">:</span> <span class="ruby-identifier">include_events</span>, <span class="ruby-identifier">titleonly</span><span class="ruby-operator">:</span> <span class="ruby-identifier">title_only</span>
355
+ <span class="ruby-keyword">end</span></pre>
356
+ </div><!-- student_events_committees-source -->
357
+
358
+ </div>
359
+
360
+
361
+
362
+
363
+ </div><!-- student_events_committees-method -->
364
+
365
+
366
+ </section><!-- public-instance-method-details -->
367
+
368
+ </section><!-- 5Buntitled-5D -->
369
+
370
+ </div><!-- documentation -->
371
+
372
+
373
+ <footer id="validator-badges">
374
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
375
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.1.
376
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
377
+ </footer>
378
+
@@ -0,0 +1,309 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=IBM437" http-equiv="Content-Type">
6
+
7
+ <title>module IVLE::Timetable - 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="module">
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
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/IVLE/api/timetable.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+ <!-- Method Quickref -->
62
+ <nav id="method-list-section" class="section">
63
+ <h3 class="section-header">Methods</h3>
64
+
65
+ <ul class="link-list">
66
+
67
+ <li><a href="#method-i-timetable_module">#timetable_module</a>
68
+
69
+ <li><a href="#method-i-timetable_module_exam">#timetable_module_exam</a>
70
+
71
+ <li><a href="#method-i-timetable_student">#timetable_student</a>
72
+
73
+ <li><a href="#method-i-timetable_student_module">#timetable_student_module</a>
74
+
75
+ </ul>
76
+ </nav>
77
+
78
+ </div>
79
+
80
+ <div id="project-metadata">
81
+ <nav id="fileindex-section" class="section project-section">
82
+ <h3 class="section-header">Pages</h3>
83
+
84
+ <ul>
85
+
86
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
87
+
88
+ <li class="file"><a href="../Rakefile.html">Rakefile</a>
89
+
90
+ </ul>
91
+ </nav>
92
+
93
+ <nav id="classindex-section" class="section project-section">
94
+ <h3 class="section-header">Class and Module Index</h3>
95
+
96
+ <ul class="link-list">
97
+
98
+ <li><a href="../IVLE.html">IVLE</a>
99
+
100
+ <li><a href="../IVLE/API.html">IVLE::API</a>
101
+
102
+ <li><a href="../IVLE/Announcement.html">IVLE::Announcement</a>
103
+
104
+ <li><a href="../IVLE/Community.html">IVLE::Community</a>
105
+
106
+ <li><a href="../IVLE/Consultation.html">IVLE::Consultation</a>
107
+
108
+ <li><a href="../IVLE/DeltaDatasets.html">IVLE::DeltaDatasets</a>
109
+
110
+ <li><a href="../IVLE/Forum.html">IVLE::Forum</a>
111
+
112
+ <li><a href="../IVLE/Gradebook.html">IVLE::Gradebook</a>
113
+
114
+ <li><a href="../IVLE/IVLEModule.html">IVLE::IVLEModule</a>
115
+
116
+ <li><a href="../IVLE/IVLENews.html">IVLE::IVLENews</a>
117
+
118
+ <li><a href="../IVLE/LibraryEReserves.html">IVLE::LibraryEReserves</a>
119
+
120
+ <li><a href="../IVLE/Login.html">IVLE::Login</a>
121
+
122
+ <li><a href="../IVLE/MyOrganizer.html">IVLE::MyOrganizer</a>
123
+
124
+ <li><a href="../IVLE/OpenWebcastLectures.html">IVLE::OpenWebcastLectures</a>
125
+
126
+ <li><a href="../IVLE/Poll.html">IVLE::Poll</a>
127
+
128
+ <li><a href="../IVLE/Profile.html">IVLE::Profile</a>
129
+
130
+ <li><a href="../IVLE/RostersAndGroups.html">IVLE::RostersAndGroups</a>
131
+
132
+ <li><a href="../IVLE/StudentEvents.html">IVLE::StudentEvents</a>
133
+
134
+ <li><a href="../IVLE/Timetable.html">IVLE::Timetable</a>
135
+
136
+ <li><a href="../IVLE/Webcast.html">IVLE::Webcast</a>
137
+
138
+ <li><a href="../IVLE/Workbin.html">IVLE::Workbin</a>
139
+
140
+ <li><a href="../Fixtures.html">Fixtures</a>
141
+
142
+ <li><a href="../Fixtures/IVLE.html">Fixtures::IVLE</a>
143
+
144
+ <li><a href="../Object.html">Object</a>
145
+
146
+ </ul>
147
+ </nav>
148
+
149
+ </div>
150
+ </nav>
151
+
152
+ <div id="documentation">
153
+ <h1 class="module">module IVLE::Timetable</h1>
154
+
155
+ <div id="description" class="description">
156
+
157
+ </div><!-- description -->
158
+
159
+
160
+
161
+
162
+ <section id="5Buntitled-5D" class="documentation-section">
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+ <!-- Methods -->
172
+
173
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
174
+ <h3 class="section-header">Public Instance Methods</h3>
175
+
176
+
177
+ <div id="method-i-timetable_module" class="method-detail ">
178
+
179
+ <div class="method-heading">
180
+ <span class="method-name">timetable_module</span><span
181
+ class="method-args">(course_id)</span>
182
+ <span class="method-click-advice">click to toggle source</span>
183
+ </div>
184
+
185
+
186
+ <div class="method-description">
187
+
188
+
189
+
190
+
191
+
192
+ <div class="method-source-code" id="timetable_module-source">
193
+ <pre><span class="ruby-comment"># File lib/IVLE/api/timetable.rb, line 7</span>
194
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">timetable_module</span>(<span class="ruby-identifier">course_id</span>)
195
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'Timetable_Module'</span>, <span class="ruby-identifier">courseid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">course_id</span>
196
+ <span class="ruby-keyword">end</span></pre>
197
+ </div><!-- timetable_module-source -->
198
+
199
+ </div>
200
+
201
+
202
+
203
+
204
+ </div><!-- timetable_module-method -->
205
+
206
+
207
+ <div id="method-i-timetable_module_exam" class="method-detail ">
208
+
209
+ <div class="method-heading">
210
+ <span class="method-name">timetable_module_exam</span><span
211
+ class="method-args">(course_id)</span>
212
+ <span class="method-click-advice">click to toggle source</span>
213
+ </div>
214
+
215
+
216
+ <div class="method-description">
217
+
218
+
219
+
220
+
221
+
222
+ <div class="method-source-code" id="timetable_module_exam-source">
223
+ <pre><span class="ruby-comment"># File lib/IVLE/api/timetable.rb, line 15</span>
224
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">timetable_module_exam</span>(<span class="ruby-identifier">course_id</span>)
225
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'Timetable_ModuleExam'</span>, <span class="ruby-identifier">courseid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">course_id</span>
226
+ <span class="ruby-keyword">end</span></pre>
227
+ </div><!-- timetable_module_exam-source -->
228
+
229
+ </div>
230
+
231
+
232
+
233
+
234
+ </div><!-- timetable_module_exam-method -->
235
+
236
+
237
+ <div id="method-i-timetable_student" class="method-detail ">
238
+
239
+ <div class="method-heading">
240
+ <span class="method-name">timetable_student</span><span
241
+ class="method-args">(acad_year, semester)</span>
242
+ <span class="method-click-advice">click to toggle source</span>
243
+ </div>
244
+
245
+
246
+ <div class="method-description">
247
+
248
+
249
+
250
+
251
+
252
+ <div class="method-source-code" id="timetable_student-source">
253
+ <pre><span class="ruby-comment"># File lib/IVLE/api/timetable.rb, line 3</span>
254
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">timetable_student</span>(<span class="ruby-identifier">acad_year</span>, <span class="ruby-identifier">semester</span>)
255
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'Timetable_Student'</span>, <span class="ruby-identifier">acadyear</span><span class="ruby-operator">:</span> <span class="ruby-identifier">acad_year</span>, <span class="ruby-identifier">semester</span><span class="ruby-operator">:</span> <span class="ruby-identifier">semester</span>
256
+ <span class="ruby-keyword">end</span></pre>
257
+ </div><!-- timetable_student-source -->
258
+
259
+ </div>
260
+
261
+
262
+
263
+
264
+ </div><!-- timetable_student-method -->
265
+
266
+
267
+ <div id="method-i-timetable_student_module" class="method-detail ">
268
+
269
+ <div class="method-heading">
270
+ <span class="method-name">timetable_student_module</span><span
271
+ class="method-args">(course_id)</span>
272
+ <span class="method-click-advice">click to toggle source</span>
273
+ </div>
274
+
275
+
276
+ <div class="method-description">
277
+
278
+
279
+
280
+
281
+
282
+ <div class="method-source-code" id="timetable_student_module-source">
283
+ <pre><span class="ruby-comment"># File lib/IVLE/api/timetable.rb, line 11</span>
284
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">timetable_student_module</span>(<span class="ruby-identifier">course_id</span>)
285
+ <span class="ruby-identifier">api</span> <span class="ruby-string">'Timetable_Student_Module'</span>, <span class="ruby-identifier">courseid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">course_id</span>
286
+ <span class="ruby-keyword">end</span></pre>
287
+ </div><!-- timetable_student_module-source -->
288
+
289
+ </div>
290
+
291
+
292
+
293
+
294
+ </div><!-- timetable_student_module-method -->
295
+
296
+
297
+ </section><!-- public-instance-method-details -->
298
+
299
+ </section><!-- 5Buntitled-5D -->
300
+
301
+ </div><!-- documentation -->
302
+
303
+
304
+ <footer id="validator-badges">
305
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
306
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.1.
307
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
308
+ </footer>
309
+