IVLE 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/IVLE.gemspec +29 -0
- data/LICENSE +7 -0
- data/README.md +61 -0
- data/Rakefile +1 -0
- data/config/settings.yml +2 -0
- data/doc/Fixtures.html +167 -0
- data/doc/Fixtures/IVLE.html +213 -0
- data/doc/Gemfile.html +133 -0
- data/doc/IVLE.html +278 -0
- data/doc/IVLE/API.html +424 -0
- data/doc/IVLE/Announcement.html +309 -0
- data/doc/IVLE/Community.html +1305 -0
- data/doc/IVLE/Consultation.html +342 -0
- data/doc/IVLE/DeltaDatasets.html +213 -0
- data/doc/IVLE/Forum.html +533 -0
- data/doc/IVLE/Gradebook.html +213 -0
- data/doc/IVLE/IVLEModule.html +567 -0
- data/doc/IVLE/IVLENews.html +213 -0
- data/doc/IVLE/LibraryEReserves.html +245 -0
- data/doc/IVLE/Login.html +309 -0
- data/doc/IVLE/MyOrganizer.html +520 -0
- data/doc/IVLE/OpenWebcastLectures.html +247 -0
- data/doc/IVLE/Poll.html +309 -0
- data/doc/IVLE/Profile.html +213 -0
- data/doc/IVLE/RostersAndGroups.html +676 -0
- data/doc/IVLE/StudentEvents.html +378 -0
- data/doc/IVLE/Timetable.html +309 -0
- data/doc/IVLE/Webcast.html +247 -0
- data/doc/IVLE/Workbin.html +245 -0
- data/doc/Object.html +185 -0
- data/doc/Rakefile.html +131 -0
- data/doc/created.rid +26 -0
- data/doc/images/add.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +126 -0
- data/doc/js/darkfish.js +155 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +543 -0
- data/doc/table_of_contents.html +379 -0
- data/lib/IVLE.rb +133 -0
- data/lib/IVLE/api/announcement.rb +19 -0
- data/lib/IVLE/api/community.rb +174 -0
- data/lib/IVLE/api/consultation.rb +24 -0
- data/lib/IVLE/api/delta_datasets.rb +7 -0
- data/lib/IVLE/api/forum.rb +47 -0
- data/lib/IVLE/api/gradebook.rb +7 -0
- data/lib/IVLE/api/ivle_news.rb +7 -0
- data/lib/IVLE/api/library_ereserves.rb +11 -0
- data/lib/IVLE/api/login.rb +19 -0
- data/lib/IVLE/api/module.rb +53 -0
- data/lib/IVLE/api/my_organizer.rb +62 -0
- data/lib/IVLE/api/open_webcast_lectures.rb +13 -0
- data/lib/IVLE/api/poll.rb +19 -0
- data/lib/IVLE/api/profile.rb +7 -0
- data/lib/IVLE/api/rosters_and_groups.rb +78 -0
- data/lib/IVLE/api/student_events.rb +32 -0
- data/lib/IVLE/api/timetable.rb +19 -0
- data/lib/IVLE/api/webcast.rb +13 -0
- data/lib/IVLE/api/workbin.rb +11 -0
- data/lib/IVLE/version.rb +3 -0
- data/spec/api/api_spec.rb +34 -0
- data/spec/fixtures/api/login.html +11 -0
- data/spec/fixtures/api/modules.json +201 -0
- data/spec/fixtures/ivle.rb +7 -0
- data/spec/fixtures/modules.json +201 -0
- metadata +216 -0
data/doc/IVLE/Login.html
ADDED
@@ -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::Login - 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/login.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-useremail_get">#useremail_get</a>
|
68
|
+
|
69
|
+
<li><a href="#method-i-userid_get">#userid_get</a>
|
70
|
+
|
71
|
+
<li><a href="#method-i-username_get">#username_get</a>
|
72
|
+
|
73
|
+
<li><a href="#method-i-validate">#validate</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::Login</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-useremail_get" class="method-detail ">
|
178
|
+
|
179
|
+
<div class="method-heading">
|
180
|
+
<span class="method-name">useremail_get</span><span
|
181
|
+
class="method-args">(api_key, token)</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="useremail_get-source">
|
193
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/login.rb, line 15</span>
|
194
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">useremail_get</span>(<span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span>)
|
195
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'UserEmail_Get'</span>, <span class="ruby-identifier">apikey</span><span class="ruby-operator">:</span> <span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span><span class="ruby-operator">:</span> <span class="ruby-identifier">token</span>
|
196
|
+
<span class="ruby-keyword">end</span></pre>
|
197
|
+
</div><!-- useremail_get-source -->
|
198
|
+
|
199
|
+
</div>
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
</div><!-- useremail_get-method -->
|
205
|
+
|
206
|
+
|
207
|
+
<div id="method-i-userid_get" class="method-detail ">
|
208
|
+
|
209
|
+
<div class="method-heading">
|
210
|
+
<span class="method-name">userid_get</span><span
|
211
|
+
class="method-args">(api_key, token)</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="userid_get-source">
|
223
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/login.rb, line 11</span>
|
224
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">userid_get</span>(<span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span>)
|
225
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'UserID_Get'</span>, <span class="ruby-identifier">apikey</span><span class="ruby-operator">:</span> <span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span><span class="ruby-operator">:</span> <span class="ruby-identifier">token</span>
|
226
|
+
<span class="ruby-keyword">end</span></pre>
|
227
|
+
</div><!-- userid_get-source -->
|
228
|
+
|
229
|
+
</div>
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
</div><!-- userid_get-method -->
|
235
|
+
|
236
|
+
|
237
|
+
<div id="method-i-username_get" class="method-detail ">
|
238
|
+
|
239
|
+
<div class="method-heading">
|
240
|
+
<span class="method-name">username_get</span><span
|
241
|
+
class="method-args">(api_key, token)</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="username_get-source">
|
253
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/login.rb, line 7</span>
|
254
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">username_get</span>(<span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span>)
|
255
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'UserName_Get'</span>, <span class="ruby-identifier">apikey</span><span class="ruby-operator">:</span> <span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span><span class="ruby-operator">:</span> <span class="ruby-identifier">token</span>
|
256
|
+
<span class="ruby-keyword">end</span></pre>
|
257
|
+
</div><!-- username_get-source -->
|
258
|
+
|
259
|
+
</div>
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
</div><!-- username_get-method -->
|
265
|
+
|
266
|
+
|
267
|
+
<div id="method-i-validate" class="method-detail ">
|
268
|
+
|
269
|
+
<div class="method-heading">
|
270
|
+
<span class="method-name">validate</span><span
|
271
|
+
class="method-args">(api_key, token)</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="validate-source">
|
283
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/login.rb, line 3</span>
|
284
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">validate</span>(<span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span>)
|
285
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'Validate'</span>, <span class="ruby-identifier">apikey</span><span class="ruby-operator">:</span> <span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">token</span><span class="ruby-operator">:</span> <span class="ruby-identifier">token</span>
|
286
|
+
<span class="ruby-keyword">end</span></pre>
|
287
|
+
</div><!-- validate-source -->
|
288
|
+
|
289
|
+
</div>
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
</div><!-- validate-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
|
+
|
@@ -0,0 +1,520 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=IBM437" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module IVLE::MyOrganizer - 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/my_organizer.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-code_table_week_types">#code_table_week_types</a>
|
68
|
+
|
69
|
+
<li><a href="#method-i-my_organizer_acad_semester_info">#my_organizer_acad_semester_info</a>
|
70
|
+
|
71
|
+
<li><a href="#method-i-my_organizer_add_personal_event">#my_organizer_add_personal_event</a>
|
72
|
+
|
73
|
+
<li><a href="#method-i-my_organizer_delete_personal_event">#my_organizer_delete_personal_event</a>
|
74
|
+
|
75
|
+
<li><a href="#method-i-my_organizer_events">#my_organizer_events</a>
|
76
|
+
|
77
|
+
<li><a href="#method-i-my_organizer_ivle">#my_organizer_ivle</a>
|
78
|
+
|
79
|
+
<li><a href="#method-i-my_organizer_personal">#my_organizer_personal</a>
|
80
|
+
|
81
|
+
<li><a href="#method-i-my_organizer_special_days">#my_organizer_special_days</a>
|
82
|
+
|
83
|
+
<li><a href="#method-i-my_organizer_update_personal_event">#my_organizer_update_personal_event</a>
|
84
|
+
|
85
|
+
<li><a href="#method-i-timetable_student">#timetable_student</a>
|
86
|
+
|
87
|
+
</ul>
|
88
|
+
</nav>
|
89
|
+
|
90
|
+
</div>
|
91
|
+
|
92
|
+
<div id="project-metadata">
|
93
|
+
<nav id="fileindex-section" class="section project-section">
|
94
|
+
<h3 class="section-header">Pages</h3>
|
95
|
+
|
96
|
+
<ul>
|
97
|
+
|
98
|
+
<li class="file"><a href="../Gemfile.html">Gemfile</a>
|
99
|
+
|
100
|
+
<li class="file"><a href="../Rakefile.html">Rakefile</a>
|
101
|
+
|
102
|
+
</ul>
|
103
|
+
</nav>
|
104
|
+
|
105
|
+
<nav id="classindex-section" class="section project-section">
|
106
|
+
<h3 class="section-header">Class and Module Index</h3>
|
107
|
+
|
108
|
+
<ul class="link-list">
|
109
|
+
|
110
|
+
<li><a href="../IVLE.html">IVLE</a>
|
111
|
+
|
112
|
+
<li><a href="../IVLE/API.html">IVLE::API</a>
|
113
|
+
|
114
|
+
<li><a href="../IVLE/Announcement.html">IVLE::Announcement</a>
|
115
|
+
|
116
|
+
<li><a href="../IVLE/Community.html">IVLE::Community</a>
|
117
|
+
|
118
|
+
<li><a href="../IVLE/Consultation.html">IVLE::Consultation</a>
|
119
|
+
|
120
|
+
<li><a href="../IVLE/DeltaDatasets.html">IVLE::DeltaDatasets</a>
|
121
|
+
|
122
|
+
<li><a href="../IVLE/Forum.html">IVLE::Forum</a>
|
123
|
+
|
124
|
+
<li><a href="../IVLE/Gradebook.html">IVLE::Gradebook</a>
|
125
|
+
|
126
|
+
<li><a href="../IVLE/IVLEModule.html">IVLE::IVLEModule</a>
|
127
|
+
|
128
|
+
<li><a href="../IVLE/IVLENews.html">IVLE::IVLENews</a>
|
129
|
+
|
130
|
+
<li><a href="../IVLE/LibraryEReserves.html">IVLE::LibraryEReserves</a>
|
131
|
+
|
132
|
+
<li><a href="../IVLE/Login.html">IVLE::Login</a>
|
133
|
+
|
134
|
+
<li><a href="../IVLE/MyOrganizer.html">IVLE::MyOrganizer</a>
|
135
|
+
|
136
|
+
<li><a href="../IVLE/OpenWebcastLectures.html">IVLE::OpenWebcastLectures</a>
|
137
|
+
|
138
|
+
<li><a href="../IVLE/Poll.html">IVLE::Poll</a>
|
139
|
+
|
140
|
+
<li><a href="../IVLE/Profile.html">IVLE::Profile</a>
|
141
|
+
|
142
|
+
<li><a href="../IVLE/RostersAndGroups.html">IVLE::RostersAndGroups</a>
|
143
|
+
|
144
|
+
<li><a href="../IVLE/StudentEvents.html">IVLE::StudentEvents</a>
|
145
|
+
|
146
|
+
<li><a href="../IVLE/Timetable.html">IVLE::Timetable</a>
|
147
|
+
|
148
|
+
<li><a href="../IVLE/Webcast.html">IVLE::Webcast</a>
|
149
|
+
|
150
|
+
<li><a href="../IVLE/Workbin.html">IVLE::Workbin</a>
|
151
|
+
|
152
|
+
<li><a href="../Fixtures.html">Fixtures</a>
|
153
|
+
|
154
|
+
<li><a href="../Fixtures/IVLE.html">Fixtures::IVLE</a>
|
155
|
+
|
156
|
+
<li><a href="../Object.html">Object</a>
|
157
|
+
|
158
|
+
</ul>
|
159
|
+
</nav>
|
160
|
+
|
161
|
+
</div>
|
162
|
+
</nav>
|
163
|
+
|
164
|
+
<div id="documentation">
|
165
|
+
<h1 class="module">module IVLE::MyOrganizer</h1>
|
166
|
+
|
167
|
+
<div id="description" class="description">
|
168
|
+
|
169
|
+
</div><!-- description -->
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
<!-- Methods -->
|
184
|
+
|
185
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
|
186
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
187
|
+
|
188
|
+
|
189
|
+
<div id="method-i-code_table_week_types" class="method-detail ">
|
190
|
+
|
191
|
+
<div class="method-heading">
|
192
|
+
<span class="method-name">code_table_week_types</span><span
|
193
|
+
class="method-args">()</span>
|
194
|
+
<span class="method-click-advice">click to toggle source</span>
|
195
|
+
</div>
|
196
|
+
|
197
|
+
|
198
|
+
<div class="method-description">
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
<div class="method-source-code" id="code_table_week_types-source">
|
205
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 58</span>
|
206
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">code_table_week_types</span>
|
207
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'CodeTable_WeekTypes'</span>
|
208
|
+
<span class="ruby-keyword">end</span></pre>
|
209
|
+
</div><!-- code_table_week_types-source -->
|
210
|
+
|
211
|
+
</div>
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
</div><!-- code_table_week_types-method -->
|
217
|
+
|
218
|
+
|
219
|
+
<div id="method-i-my_organizer_acad_semester_info" class="method-detail ">
|
220
|
+
|
221
|
+
<div class="method-heading">
|
222
|
+
<span class="method-name">my_organizer_acad_semester_info</span><span
|
223
|
+
class="method-args">(acad_year, semester)</span>
|
224
|
+
<span class="method-click-advice">click to toggle source</span>
|
225
|
+
</div>
|
226
|
+
|
227
|
+
|
228
|
+
<div class="method-description">
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
<div class="method-source-code" id="my_organizer_acad_semester_info-source">
|
235
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 50</span>
|
236
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_acad_semester_info</span>(<span class="ruby-identifier">acad_year</span>, <span class="ruby-identifier">semester</span>)
|
237
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'MyOrganizer_AcadSemesterInfo'</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>
|
238
|
+
<span class="ruby-keyword">end</span></pre>
|
239
|
+
</div><!-- my_organizer_acad_semester_info-source -->
|
240
|
+
|
241
|
+
</div>
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
</div><!-- my_organizer_acad_semester_info-method -->
|
247
|
+
|
248
|
+
|
249
|
+
<div id="method-i-my_organizer_add_personal_event" class="method-detail ">
|
250
|
+
|
251
|
+
<div class="method-heading">
|
252
|
+
<span class="method-name">my_organizer_add_personal_event</span><span
|
253
|
+
class="method-args">(event_title, venue, event_date_time, description, recur_type, str_days, recur_till_date)</span>
|
254
|
+
<span class="method-click-advice">click to toggle source</span>
|
255
|
+
</div>
|
256
|
+
|
257
|
+
|
258
|
+
<div class="method-description">
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
<div class="method-source-code" id="my_organizer_add_personal_event-source">
|
265
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 15</span>
|
266
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_add_personal_event</span>(<span class="ruby-identifier">event_title</span>, <span class="ruby-identifier">venue</span>, <span class="ruby-identifier">event_date_time</span>, <span class="ruby-identifier">description</span>, <span class="ruby-identifier">recur_type</span>, <span class="ruby-identifier">str_days</span>, <span class="ruby-identifier">recur_till_date</span>)
|
267
|
+
<span class="ruby-identifier">api_post</span> <span class="ruby-string">'MyOrganizer_AddPersonalEvent_JSON'</span>, {
|
268
|
+
<span class="ruby-identifier">eventtitle</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_title</span>,
|
269
|
+
<span class="ruby-identifier">venue</span><span class="ruby-operator">:</span> <span class="ruby-identifier">venue</span>,
|
270
|
+
<span class="ruby-identifier">eventdatetime</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_date_time</span>,
|
271
|
+
<span class="ruby-identifier">description</span><span class="ruby-operator">:</span> <span class="ruby-identifier">description</span>,
|
272
|
+
<span class="ruby-identifier">recurtype</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recur_type</span>,
|
273
|
+
<span class="ruby-identifier">recurtilldate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recur_till_date</span>
|
274
|
+
}
|
275
|
+
<span class="ruby-keyword">end</span></pre>
|
276
|
+
</div><!-- my_organizer_add_personal_event-source -->
|
277
|
+
|
278
|
+
</div>
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
</div><!-- my_organizer_add_personal_event-method -->
|
284
|
+
|
285
|
+
|
286
|
+
<div id="method-i-my_organizer_delete_personal_event" class="method-detail ">
|
287
|
+
|
288
|
+
<div class="method-heading">
|
289
|
+
<span class="method-name">my_organizer_delete_personal_event</span><span
|
290
|
+
class="method-args">(event_id, delete_all_recurrence=true)</span>
|
291
|
+
<span class="method-click-advice">click to toggle source</span>
|
292
|
+
</div>
|
293
|
+
|
294
|
+
|
295
|
+
<div class="method-description">
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
<div class="method-source-code" id="my_organizer_delete_personal_event-source">
|
302
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 42</span>
|
303
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_delete_personal_event</span>(<span class="ruby-identifier">event_id</span>, <span class="ruby-identifier">delete_all_recurrence</span>=<span class="ruby-keyword">true</span>)
|
304
|
+
<span class="ruby-identifier">api_post</span> <span class="ruby-string">'MyOrganizer_DeletePersonalEvent_JSON'</span>, <span class="ruby-identifier">eventid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_id</span>, <span class="ruby-identifier">deleteallrecurrence</span><span class="ruby-operator">:</span> <span class="ruby-identifier">delete_all_recurrence</span>
|
305
|
+
<span class="ruby-keyword">end</span></pre>
|
306
|
+
</div><!-- my_organizer_delete_personal_event-source -->
|
307
|
+
|
308
|
+
</div>
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
</div><!-- my_organizer_delete_personal_event-method -->
|
314
|
+
|
315
|
+
|
316
|
+
<div id="method-i-my_organizer_events" class="method-detail ">
|
317
|
+
|
318
|
+
<div class="method-heading">
|
319
|
+
<span class="method-name">my_organizer_events</span><span
|
320
|
+
class="method-args">(start_date=nil, end_date=nil)</span>
|
321
|
+
<span class="method-click-advice">click to toggle source</span>
|
322
|
+
</div>
|
323
|
+
|
324
|
+
|
325
|
+
<div class="method-description">
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
<div class="method-source-code" id="my_organizer_events-source">
|
332
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 11</span>
|
333
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_events</span>(<span class="ruby-identifier">start_date</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">end_date</span>=<span class="ruby-keyword">nil</span>)
|
334
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'MyOrganizer_Events'</span>, <span class="ruby-identifier">startdate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">start_date</span>, <span class="ruby-identifier">enddate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">end_date</span>
|
335
|
+
<span class="ruby-keyword">end</span></pre>
|
336
|
+
</div><!-- my_organizer_events-source -->
|
337
|
+
|
338
|
+
</div>
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
</div><!-- my_organizer_events-method -->
|
344
|
+
|
345
|
+
|
346
|
+
<div id="method-i-my_organizer_ivle" class="method-detail ">
|
347
|
+
|
348
|
+
<div class="method-heading">
|
349
|
+
<span class="method-name">my_organizer_ivle</span><span
|
350
|
+
class="method-args">(start_date=nil, end_date=nil)</span>
|
351
|
+
<span class="method-click-advice">click to toggle source</span>
|
352
|
+
</div>
|
353
|
+
|
354
|
+
|
355
|
+
<div class="method-description">
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
|
360
|
+
|
361
|
+
<div class="method-source-code" id="my_organizer_ivle-source">
|
362
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 7</span>
|
363
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_ivle</span>(<span class="ruby-identifier">start_date</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">end_date</span>=<span class="ruby-keyword">nil</span>)
|
364
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'MyOrganizer_IVLE'</span>, <span class="ruby-identifier">startdate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">start_date</span>, <span class="ruby-identifier">enddate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">end_date</span>
|
365
|
+
<span class="ruby-keyword">end</span></pre>
|
366
|
+
</div><!-- my_organizer_ivle-source -->
|
367
|
+
|
368
|
+
</div>
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
</div><!-- my_organizer_ivle-method -->
|
374
|
+
|
375
|
+
|
376
|
+
<div id="method-i-my_organizer_personal" class="method-detail ">
|
377
|
+
|
378
|
+
<div class="method-heading">
|
379
|
+
<span class="method-name">my_organizer_personal</span><span
|
380
|
+
class="method-args">(start_date=nil, end_date=nil)</span>
|
381
|
+
<span class="method-click-advice">click to toggle source</span>
|
382
|
+
</div>
|
383
|
+
|
384
|
+
|
385
|
+
<div class="method-description">
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
|
+
<div class="method-source-code" id="my_organizer_personal-source">
|
392
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 3</span>
|
393
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_personal</span>(<span class="ruby-identifier">start_date</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">end_date</span>=<span class="ruby-keyword">nil</span>)
|
394
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'MyOrganizer_Personal'</span>, <span class="ruby-identifier">startdate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">start_date</span>, <span class="ruby-identifier">enddate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">end_date</span>
|
395
|
+
<span class="ruby-keyword">end</span></pre>
|
396
|
+
</div><!-- my_organizer_personal-source -->
|
397
|
+
|
398
|
+
</div>
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
</div><!-- my_organizer_personal-method -->
|
404
|
+
|
405
|
+
|
406
|
+
<div id="method-i-my_organizer_special_days" class="method-detail ">
|
407
|
+
|
408
|
+
<div class="method-heading">
|
409
|
+
<span class="method-name">my_organizer_special_days</span><span
|
410
|
+
class="method-args">(start_date=nil, end_date=nil)</span>
|
411
|
+
<span class="method-click-advice">click to toggle source</span>
|
412
|
+
</div>
|
413
|
+
|
414
|
+
|
415
|
+
<div class="method-description">
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
<div class="method-source-code" id="my_organizer_special_days-source">
|
422
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 46</span>
|
423
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_special_days</span>(<span class="ruby-identifier">start_date</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">end_date</span>=<span class="ruby-keyword">nil</span>)
|
424
|
+
<span class="ruby-identifier">api</span> <span class="ruby-string">'MyOrganizer_SpecialDays'</span>, <span class="ruby-identifier">startdate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">start_date</span>, <span class="ruby-identifier">enddate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">end_date</span>
|
425
|
+
<span class="ruby-keyword">end</span></pre>
|
426
|
+
</div><!-- my_organizer_special_days-source -->
|
427
|
+
|
428
|
+
</div>
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
</div><!-- my_organizer_special_days-method -->
|
434
|
+
|
435
|
+
|
436
|
+
<div id="method-i-my_organizer_update_personal_event" class="method-detail ">
|
437
|
+
|
438
|
+
<div class="method-heading">
|
439
|
+
<span class="method-name">my_organizer_update_personal_event</span><span
|
440
|
+
class="method-args">(event_id, event_title, venue, event_date_time, description, recur_type, weekly_recur_every, str_days, recur_from_date, recur_till_date, update_recurrence_event)</span>
|
441
|
+
<span class="method-click-advice">click to toggle source</span>
|
442
|
+
</div>
|
443
|
+
|
444
|
+
|
445
|
+
<div class="method-description">
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
<div class="method-source-code" id="my_organizer_update_personal_event-source">
|
452
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 26</span>
|
453
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">my_organizer_update_personal_event</span>(<span class="ruby-identifier">event_id</span>, <span class="ruby-identifier">event_title</span>, <span class="ruby-identifier">venue</span>, <span class="ruby-identifier">event_date_time</span>, <span class="ruby-identifier">description</span>, <span class="ruby-identifier">recur_type</span>, <span class="ruby-identifier">weekly_recur_every</span>, <span class="ruby-identifier">str_days</span>, <span class="ruby-identifier">recur_from_date</span>, <span class="ruby-identifier">recur_till_date</span>, <span class="ruby-identifier">update_recurrence_event</span>)
|
454
|
+
<span class="ruby-identifier">api_post</span> <span class="ruby-string">'MyOrganizer_UpdatePersonalEvent_JSON'</span>, {
|
455
|
+
<span class="ruby-identifier">eventid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_id</span>,
|
456
|
+
<span class="ruby-identifier">eventtitle</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_title</span>,
|
457
|
+
<span class="ruby-identifier">venue</span><span class="ruby-operator">:</span> <span class="ruby-identifier">venue</span>,
|
458
|
+
<span class="ruby-identifier">eventdatetime</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_date_time</span>,
|
459
|
+
<span class="ruby-identifier">description</span><span class="ruby-operator">:</span> <span class="ruby-identifier">description</span>,
|
460
|
+
<span class="ruby-identifier">recurtype</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recur_type</span>,
|
461
|
+
<span class="ruby-identifier">weeklyrecurevery</span><span class="ruby-operator">:</span> <span class="ruby-identifier">weekly_recur_every</span>,
|
462
|
+
<span class="ruby-identifier">strdays</span><span class="ruby-operator">:</span> <span class="ruby-identifier">str_days</span>,
|
463
|
+
<span class="ruby-identifier">recurfromdate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recur_from_date</span>,
|
464
|
+
<span class="ruby-identifier">recurtilldate</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recur_till_date</span>,
|
465
|
+
<span class="ruby-identifier">updaterecurrenceevent</span><span class="ruby-operator">:</span> <span class="ruby-identifier">update_recurrence_event</span>
|
466
|
+
}
|
467
|
+
<span class="ruby-keyword">end</span></pre>
|
468
|
+
</div><!-- my_organizer_update_personal_event-source -->
|
469
|
+
|
470
|
+
</div>
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
</div><!-- my_organizer_update_personal_event-method -->
|
476
|
+
|
477
|
+
|
478
|
+
<div id="method-i-timetable_student" class="method-detail ">
|
479
|
+
|
480
|
+
<div class="method-heading">
|
481
|
+
<span class="method-name">timetable_student</span><span
|
482
|
+
class="method-args">(acad_year, semester)</span>
|
483
|
+
<span class="method-click-advice">click to toggle source</span>
|
484
|
+
</div>
|
485
|
+
|
486
|
+
|
487
|
+
<div class="method-description">
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
<div class="method-source-code" id="timetable_student-source">
|
494
|
+
<pre><span class="ruby-comment"># File lib/IVLE/api/my_organizer.rb, line 54</span>
|
495
|
+
<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>)
|
496
|
+
<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>
|
497
|
+
<span class="ruby-keyword">end</span></pre>
|
498
|
+
</div><!-- timetable_student-source -->
|
499
|
+
|
500
|
+
</div>
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
|
505
|
+
</div><!-- timetable_student-method -->
|
506
|
+
|
507
|
+
|
508
|
+
</section><!-- public-instance-method-details -->
|
509
|
+
|
510
|
+
</section><!-- 5Buntitled-5D -->
|
511
|
+
|
512
|
+
</div><!-- documentation -->
|
513
|
+
|
514
|
+
|
515
|
+
<footer id="validator-badges">
|
516
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
517
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.1.
|
518
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
519
|
+
</footer>
|
520
|
+
|