absorb_api 0.2.0 → 0.9.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.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +866 -0
  3. data/.ruby-version +1 -0
  4. data/CODE_OF_CONDUCT.md +46 -0
  5. data/Gemfile +3 -10
  6. data/README.md +0 -2
  7. data/Rakefile +3 -1
  8. data/absorb_api.gemspec +30 -16
  9. data/bin/console +11 -5
  10. data/doc/AbsorbApi.html +33 -64
  11. data/doc/AbsorbApi/Api.html +358 -0
  12. data/doc/AbsorbApi/Authorize.html +263 -0
  13. data/doc/AbsorbApi/Category.html +3 -2
  14. data/doc/AbsorbApi/Certificate.html +3 -2
  15. data/doc/AbsorbApi/Chapter.html +3 -2
  16. data/doc/AbsorbApi/Collection.html +3 -2
  17. data/doc/AbsorbApi/Configuration.html +3 -28
  18. data/doc/AbsorbApi/Course.html +3 -71
  19. data/doc/AbsorbApi/CourseEnrollment.html +6 -58
  20. data/doc/AbsorbApi/Create.html +164 -0
  21. data/doc/AbsorbApi/Curriculum.html +3 -2
  22. data/doc/AbsorbApi/Department.html +4 -14
  23. data/doc/AbsorbApi/Lesson.html +3 -2
  24. data/doc/AbsorbApi/LessonEnrollment.html +3 -2
  25. data/doc/AbsorbApi/Prerequisite.html +3 -2
  26. data/doc/AbsorbApi/Record.html +360 -0
  27. data/doc/AbsorbApi/Relations.html +2 -196
  28. data/doc/AbsorbApi/Relations/ClassMethods.html +197 -0
  29. data/doc/AbsorbApi/Resource.html +3 -2
  30. data/doc/AbsorbApi/ResourceNotFound.html +2 -1
  31. data/doc/AbsorbApi/Role.html +3 -2
  32. data/doc/AbsorbApi/RouteNotFound.html +2 -1
  33. data/doc/AbsorbApi/SessionSchedule.html +3 -2
  34. data/doc/AbsorbApi/Tag.html +4 -14
  35. data/doc/AbsorbApi/User.html +85 -35
  36. data/doc/AbsorbApi/ValidationError.html +2 -1
  37. data/doc/AbsorbApi/Where.html +162 -0
  38. data/doc/CODE_OF_CONDUCT_md.html +196 -0
  39. data/doc/Gemfile.html +8 -8
  40. data/doc/Gemfile_lock.html +57 -29
  41. data/doc/Icon/r.html +96 -0
  42. data/doc/LICENSE_txt.html +6 -1
  43. data/doc/Object.html +159 -0
  44. data/doc/README_md.html +6 -3
  45. data/doc/Rakefile.html +7 -2
  46. data/doc/absorb_api_gemspec.html +24 -7
  47. data/doc/bin/setup.html +6 -1
  48. data/doc/created.rid +34 -30
  49. data/doc/css/fonts.css +6 -6
  50. data/doc/index.html +19 -4
  51. data/doc/js/darkfish.js +7 -7
  52. data/doc/js/search_index.js +1 -1
  53. data/doc/js/search_index.js.gz +0 -0
  54. data/doc/js/searcher.js +1 -0
  55. data/doc/js/searcher.js.gz +0 -0
  56. data/doc/table_of_contents.html +118 -31
  57. data/lib/absorb_api.rb +43 -29
  58. data/lib/absorb_api/api.rb +69 -5
  59. data/lib/absorb_api/authorize.rb +37 -7
  60. data/lib/absorb_api/category.rb +3 -1
  61. data/lib/absorb_api/certificate.rb +5 -2
  62. data/lib/absorb_api/chapter.rb +3 -1
  63. data/lib/absorb_api/collection.rb +2 -19
  64. data/lib/absorb_api/configuration.rb +14 -12
  65. data/lib/absorb_api/course.rb +11 -25
  66. data/lib/absorb_api/course_enrollment.rb +13 -26
  67. data/lib/absorb_api/create.rb +19 -0
  68. data/lib/absorb_api/curriculum.rb +11 -2
  69. data/lib/absorb_api/department.rb +10 -4
  70. data/lib/absorb_api/lesson.rb +5 -2
  71. data/lib/absorb_api/lesson_enrollment.rb +8 -2
  72. data/lib/absorb_api/prerequisite.rb +5 -2
  73. data/lib/absorb_api/record.rb +58 -0
  74. data/lib/absorb_api/relations.rb +42 -40
  75. data/lib/absorb_api/resource.rb +3 -1
  76. data/lib/absorb_api/role.rb +3 -1
  77. data/lib/absorb_api/session_schedule.rb +6 -2
  78. data/lib/absorb_api/tag.rb +6 -3
  79. data/lib/absorb_api/user.rb +13 -29
  80. data/lib/absorb_api/version.rb +3 -1
  81. data/lib/absorb_api/where.rb +17 -0
  82. metadata +133 -8
  83. data/lib/absorb_api/base.rb +0 -12
  84. data/lib/absorb_api/orm.rb +0 -36
@@ -8,6 +8,7 @@
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
11
12
  </script>
12
13
 
13
14
  <script src="./js/jquery.js"></script>
@@ -58,10 +59,14 @@
58
59
 
59
60
  <ul class="link-list">
60
61
 
62
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
63
+
61
64
  <li><a href="./Gemfile.html">Gemfile</a>
62
65
 
63
66
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
67
 
68
+ <li><a href="./Icon
69
+
65
70
  <li><a href="./LICENSE_txt.html">LICENSE</a>
66
71
 
67
72
  <li><a href="./README_md.html">README</a>
@@ -107,7 +112,7 @@ DEALINGS IN THE SOFTWARE.</p>
107
112
 
108
113
  <footer id="validator-badges" role="contentinfo">
109
114
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
110
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
115
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
111
116
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
112
117
  </footer>
113
118
 
@@ -0,0 +1,159 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Object - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="class">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+
56
+ <div id="class-metadata">
57
+
58
+ <div id="parent-class-section" class="nav-section">
59
+ <h3>Parent</h3>
60
+
61
+
62
+ <p class="link">BasicObject
63
+
64
+ </div>
65
+
66
+
67
+
68
+ <!-- Method Quickref -->
69
+ <div id="method-list-section" class="nav-section">
70
+ <h3>Methods</h3>
71
+
72
+ <ul class="link-list" role="directory">
73
+
74
+ <li ><a href="#method-i-reload-21">#reload!</a>
75
+
76
+ </ul>
77
+ </div>
78
+
79
+ </div>
80
+ </nav>
81
+
82
+ <main role="main" aria-labelledby="class-Object">
83
+ <h1 id="class-Object" class="class">
84
+ class Object
85
+ </h1>
86
+
87
+ <section class="description">
88
+
89
+ </section>
90
+
91
+
92
+
93
+
94
+ <section id="5Buntitled-5D" class="documentation-section">
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
105
+ <header>
106
+ <h3>Public Instance Methods</h3>
107
+ </header>
108
+
109
+
110
+ <div id="method-i-reload-21" class="method-detail ">
111
+
112
+ <div class="method-heading">
113
+ <span class="method-name">reload!</span><span
114
+ class="method-args">(print = true)</span>
115
+
116
+ <span class="method-click-advice">click to toggle source</span>
117
+
118
+ </div>
119
+
120
+
121
+ <div class="method-description">
122
+
123
+
124
+
125
+
126
+
127
+
128
+ <div class="method-source-code" id="reload-21-source">
129
+ <pre><span class="ruby-comment"># File bin/console, line 16</span>
130
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">reload!</span>(<span class="ruby-identifier">print</span> = <span class="ruby-keyword">true</span>)
131
+ <span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;Reloading...&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">print</span>
132
+ <span class="ruby-identifier">files</span> = <span class="ruby-identifier">$LOADED_FEATURES</span>.<span class="ruby-identifier">select</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">feat</span><span class="ruby-operator">|</span>
133
+ <span class="ruby-identifier">feat</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">/\/absorb_api\//</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">feat</span>.<span class="ruby-identifier">exclude?</span>(<span class="ruby-string">&quot;version&quot;</span>)
134
+ <span class="ruby-keyword">end</span>
135
+ <span class="ruby-identifier">files</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">file</span><span class="ruby-operator">|</span> <span class="ruby-identifier">load</span> <span class="ruby-identifier">file</span> }
136
+ <span class="ruby-keyword">true</span>
137
+ <span class="ruby-keyword">end</span></pre>
138
+ </div>
139
+
140
+ </div>
141
+
142
+
143
+
144
+
145
+ </div>
146
+
147
+
148
+ </section>
149
+
150
+ </section>
151
+ </main>
152
+
153
+
154
+ <footer id="validator-badges" role="contentinfo">
155
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
156
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
157
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
158
+ </footer>
159
+
@@ -8,6 +8,7 @@
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
11
12
  </script>
12
13
 
13
14
  <script src="./js/jquery.js"></script>
@@ -88,10 +89,14 @@
88
89
 
89
90
  <ul class="link-list">
90
91
 
92
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
93
+
91
94
  <li><a href="./Gemfile.html">Gemfile</a>
92
95
 
93
96
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
94
97
 
98
+ <li><a href="./Icon
99
+
95
100
  <li><a href="./LICENSE_txt.html">LICENSE</a>
96
101
 
97
102
  <li><a href="./README_md.html">README</a>
@@ -186,8 +191,6 @@ href="http://npezza93.github.io/absorb_api/">npezza93.github.io/absorb_api/</a><
186
191
  <span class="ruby-identifier">c</span>.<span class="ruby-identifier">absorbpass</span> = <span class="ruby-identifier">absorb_password</span>
187
192
  <span class="ruby-identifier">c</span>.<span class="ruby-identifier">absorbkey</span> = <span class="ruby-identifier">absorb_privatekey</span>
188
193
  <span class="ruby-identifier">c</span>.<span class="ruby-identifier">url</span> = <span class="ruby-identifier">absorb_url</span>
189
- <span class="ruby-identifier">c</span>.<span class="ruby-identifier">ignored_course_ids</span> = [<span class="ruby-identifier">course_ids_to_ignore</span>]
190
- <span class="ruby-identifier">c</span>.<span class="ruby-identifier">ignored_lesson_types</span> = [<span class="ruby-identifier">lesson_types_to_ignore</span>]
191
194
  <span class="ruby-keyword">end</span>
192
195
  </pre>
193
196
 
@@ -446,7 +449,7 @@ href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
446
449
 
447
450
  <footer id="validator-badges" role="contentinfo">
448
451
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
449
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
452
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
450
453
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
451
454
  </footer>
452
455
 
@@ -8,6 +8,7 @@
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
11
12
  </script>
12
13
 
13
14
  <script src="./js/jquery.js"></script>
@@ -58,10 +59,14 @@
58
59
 
59
60
  <ul class="link-list">
60
61
 
62
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
63
+
61
64
  <li><a href="./Gemfile.html">Gemfile</a>
62
65
 
63
66
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
67
 
68
+ <li><a href="./Icon
69
+
65
70
  <li><a href="./LICENSE_txt.html">LICENSE</a>
66
71
 
67
72
  <li><a href="./README_md.html">README</a>
@@ -80,14 +85,14 @@
80
85
 
81
86
  <main role="main" aria-label="Page Rakefile">
82
87
 
83
- <p>require “bundler/gem_tasks” task :default =&gt; :spec</p>
88
+ <p>require “bundler/gem_tasks” task default: :spec</p>
84
89
  </main>
85
90
 
86
91
 
87
92
 
88
93
  <footer id="validator-badges" role="contentinfo">
89
94
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
90
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
95
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
91
96
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
92
97
  </footer>
93
98
 
@@ -8,6 +8,7 @@
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
11
12
  </script>
12
13
 
13
14
  <script src="./js/jquery.js"></script>
@@ -58,10 +59,14 @@
58
59
 
59
60
  <ul class="link-list">
60
61
 
62
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
63
+
61
64
  <li><a href="./Gemfile.html">Gemfile</a>
62
65
 
63
66
  <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
67
 
68
+ <li><a href="./Icon
69
+
65
70
  <li><a href="./LICENSE_txt.html">LICENSE</a>
66
71
 
67
72
  <li><a href="./README_md.html">README</a>
@@ -80,8 +85,9 @@
80
85
 
81
86
  <main role="main" aria-label="Page absorb_api.gemspec">
82
87
 
83
- <p>lib = File.expand_path(&#39;../lib&#39;, __FILE__) $LOAD_PATH.unshift(lib)
84
- unless $LOAD_PATH.include?(lib) require &#39;absorb_api/version&#39;</p>
88
+ <p>$LOAD_PATH.push File.expand_path(“../lib”, __FILE__)</p>
89
+
90
+ <p>require “absorb_api/version”</p>
85
91
 
86
92
  <p>Gem::Specification.new do |spec|</p>
87
93
 
@@ -91,17 +97,28 @@ unless $LOAD_PATH.include?(lib) require &#39;absorb_api/version&#39;</p>
91
97
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">email</span> = [<span class="ruby-string">&quot;npezza93@gmail.com&quot;</span>]
92
98
 
93
99
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">&quot;API wrapper for Absorb LMS&quot;</span>
94
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">&quot;This gem provides a ruby wrapper for Absorb&#39;s Learning Management System API. \n\n&quot;</span>
100
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">&quot;This gem provides a ruby wrapper for Absorb&#39;s Learning&quot;</span> <span class="ruby-string">&quot;Management System API.&quot;</span>
95
101
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">&quot;https://github.com/npezza93/absorb_api&quot;</span>
96
102
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">&quot;MIT&quot;</span>
97
103
 
98
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span> = <span class="ruby-value">%x`git ls-files -z`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\x0&quot;</span>).<span class="ruby-identifier">reject</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-identifier">f</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r{^(test|spec|features)/}</span>) }
99
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">&quot;exe&quot;</span>
100
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">executables</span> = <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span>.<span class="ruby-identifier">grep</span>(<span class="ruby-regexp">%r{^exe/}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">f</span>) }
104
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span> = <span class="ruby-value">%x`git ls-files -z`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\x0&quot;</span>).<span class="ruby-identifier">reject</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
105
+ <span class="ruby-identifier">f</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r{^(test|spec|features)/}</span>)
106
+ <span class="ruby-keyword">end</span>
107
+
108
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">&quot;bin&quot;</span>
101
109
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">require_paths</span> = [<span class="ruby-string">&quot;lib&quot;</span>]
102
110
 
111
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_dependency</span> <span class="ruby-string">&quot;activemodel&quot;</span>
112
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_dependency</span> <span class="ruby-string">&quot;activesupport&quot;</span>
113
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_dependency</span> <span class="ruby-string">&quot;faraday&quot;</span>
114
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_dependency</span> <span class="ruby-string">&quot;faraday_middleware&quot;</span>
115
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_dependency</span> <span class="ruby-string">&quot;json&quot;</span>
116
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_dependency</span> <span class="ruby-string">&quot;typhoeus&quot;</span>
117
+
118
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;pry&quot;</span>
103
119
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;bundler&quot;</span>, <span class="ruby-string">&quot;~&gt; 1.11&quot;</span>
104
120
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;rake&quot;</span>, <span class="ruby-string">&quot;~&gt; 10.0&quot;</span>
121
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">&quot;rubocop&quot;</span>
105
122
  </pre>
106
123
 
107
124
  <p>end</p>
@@ -111,7 +128,7 @@ unless $LOAD_PATH.include?(lib) require &#39;absorb_api/version&#39;</p>
111
128
 
112
129
  <footer id="validator-badges" role="contentinfo">
113
130
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
114
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
131
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
115
132
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
116
133
  </footer>
117
134
 
@@ -8,6 +8,7 @@
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
+ var index_rel_prefix = "../";
11
12
  </script>
12
13
 
13
14
  <script src="../js/jquery.js"></script>
@@ -58,10 +59,14 @@
58
59
 
59
60
  <ul class="link-list">
60
61
 
62
+ <li><a href="../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
63
+
61
64
  <li><a href="../Gemfile.html">Gemfile</a>
62
65
 
63
66
  <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
64
67
 
68
+ <li><a href="../Icon
69
+
65
70
  <li><a href="../LICENSE_txt.html">LICENSE</a>
66
71
 
67
72
  <li><a href="../README_md.html">README</a>
@@ -91,7 +96,7 @@
91
96
 
92
97
  <footer id="validator-badges" role="contentinfo">
93
98
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
94
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
99
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
95
100
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
96
101
  </footer>
97
102
 
@@ -1,32 +1,36 @@
1
- Sun, 24 Jan 2016 20:45:40 -0500
2
- ./absorb_api-0.1.6.gem Sun, 24 Jan 2016 20:16:53 -0500
3
- ./absorb_api.gemspec Sun, 24 Jan 2016 15:20:52 -0500
4
- ./bin/console Sun, 24 Jan 2016 15:20:52 -0500
1
+ Sun, 16 Jul 2017 16:53:56 -0400
2
+ ./absorb_api.gemspec Sat, 15 Jul 2017 23:17:15 -0400
3
+ ./bin/console Sun, 16 Jul 2017 16:49:10 -0400
5
4
  ./bin/setup Sun, 24 Jan 2016 15:20:52 -0500
6
- ./Gemfile Sun, 24 Jan 2016 15:20:52 -0500
7
- ./Gemfile.lock Sun, 24 Jan 2016 20:07:00 -0500
8
- ./lib/absorb_api/base.rb Sun, 24 Jan 2016 20:04:37 -0500
9
- ./lib/absorb_api/category.rb Sun, 24 Jan 2016 15:20:52 -0500
10
- ./lib/absorb_api/certificate.rb Sun, 24 Jan 2016 15:20:52 -0500
11
- ./lib/absorb_api/chapter.rb Sun, 24 Jan 2016 15:20:52 -0500
12
- ./lib/absorb_api/collection.rb Sun, 24 Jan 2016 15:20:52 -0500
13
- ./lib/absorb_api/configuration.rb Sun, 24 Jan 2016 15:20:52 -0500
14
- ./lib/absorb_api/course.rb Sun, 24 Jan 2016 20:16:27 -0500
15
- ./lib/absorb_api/course_enrollment.rb Sun, 24 Jan 2016 20:11:22 -0500
16
- ./lib/absorb_api/curriculum.rb Sun, 24 Jan 2016 15:20:52 -0500
17
- ./lib/absorb_api/department.rb Sun, 24 Jan 2016 15:20:52 -0500
18
- ./lib/absorb_api/lesson.rb Sun, 24 Jan 2016 15:20:52 -0500
19
- ./lib/absorb_api/lesson_enrollment.rb Sun, 24 Jan 2016 15:20:52 -0500
20
- ./lib/absorb_api/orm.rb Sun, 24 Jan 2016 20:16:30 -0500
21
- ./lib/absorb_api/prerequisite.rb Sun, 24 Jan 2016 15:20:52 -0500
22
- ./lib/absorb_api/relations.rb Sun, 24 Jan 2016 20:10:12 -0500
23
- ./lib/absorb_api/resource.rb Sun, 24 Jan 2016 15:20:52 -0500
24
- ./lib/absorb_api/role.rb Sun, 24 Jan 2016 15:20:52 -0500
25
- ./lib/absorb_api/session_schedule.rb Sun, 24 Jan 2016 15:20:52 -0500
26
- ./lib/absorb_api/tag.rb Sun, 24 Jan 2016 15:20:52 -0500
27
- ./lib/absorb_api/user.rb Sun, 24 Jan 2016 20:11:30 -0500
28
- ./lib/absorb_api/version.rb Sun, 24 Jan 2016 20:45:36 -0500
29
- ./lib/absorb_api.rb Sun, 24 Jan 2016 20:16:39 -0500
5
+ ./CODE_OF_CONDUCT.md Sat, 15 Jul 2017 23:16:11 -0400
6
+ ./Gemfile Tue, 16 May 2017 19:21:40 -0400
7
+ ./Gemfile.lock Sat, 15 Jul 2017 23:17:15 -0400
8
+ ./Icon
9
+ ./lib/absorb_api/api.rb Sun, 16 Jul 2017 16:14:28 -0400
10
+ ./lib/absorb_api/authorize.rb Thu, 15 Jun 2017 08:04:19 -0400
11
+ ./lib/absorb_api/category.rb Wed, 14 Jun 2017 22:05:21 -0400
12
+ ./lib/absorb_api/certificate.rb Wed, 14 Jun 2017 22:05:21 -0400
13
+ ./lib/absorb_api/chapter.rb Wed, 14 Jun 2017 22:05:21 -0400
14
+ ./lib/absorb_api/collection.rb Tue, 16 May 2017 21:21:55 -0400
15
+ ./lib/absorb_api/configuration.rb Sun, 16 Jul 2017 16:49:34 -0400
16
+ ./lib/absorb_api/course.rb Wed, 14 Jun 2017 22:10:19 -0400
17
+ ./lib/absorb_api/course_enrollment.rb Sun, 16 Jul 2017 16:11:20 -0400
18
+ ./lib/absorb_api/create.rb Thu, 15 Jun 2017 08:04:19 -0400
19
+ ./lib/absorb_api/curriculum.rb Wed, 14 Jun 2017 22:05:21 -0400
20
+ ./lib/absorb_api/department.rb Wed, 14 Jun 2017 22:10:39 -0400
21
+ ./lib/absorb_api/lesson.rb Wed, 14 Jun 2017 22:05:21 -0400
22
+ ./lib/absorb_api/lesson_enrollment.rb Wed, 14 Jun 2017 22:05:21 -0400
23
+ ./lib/absorb_api/prerequisite.rb Wed, 14 Jun 2017 22:05:21 -0400
24
+ ./lib/absorb_api/record.rb Thu, 15 Jun 2017 08:04:19 -0400
25
+ ./lib/absorb_api/relations.rb Sun, 16 Jul 2017 16:52:18 -0400
26
+ ./lib/absorb_api/resource.rb Wed, 14 Jun 2017 22:05:21 -0400
27
+ ./lib/absorb_api/role.rb Wed, 14 Jun 2017 22:05:21 -0400
28
+ ./lib/absorb_api/session_schedule.rb Wed, 14 Jun 2017 22:05:21 -0400
29
+ ./lib/absorb_api/tag.rb Wed, 14 Jun 2017 22:09:55 -0400
30
+ ./lib/absorb_api/user.rb Sun, 09 Jul 2017 22:00:14 -0400
31
+ ./lib/absorb_api/version.rb Thu, 15 Jun 2017 08:04:19 -0400
32
+ ./lib/absorb_api/where.rb Wed, 14 Jun 2017 22:07:33 -0400
33
+ ./lib/absorb_api.rb Sun, 09 Jul 2017 21:52:06 -0400
30
34
  ./LICENSE.txt Sun, 24 Jan 2016 15:20:52 -0500
31
- ./Rakefile Sun, 24 Jan 2016 15:20:52 -0500
32
- ./README.md Sun, 24 Jan 2016 15:20:52 -0500
35
+ ./Rakefile Tue, 16 May 2017 15:02:06 -0400
36
+ ./README.md Sun, 16 Jul 2017 16:49:44 -0400
@@ -17,7 +17,7 @@
17
17
  font-weight: 400;
18
18
  src: local("Source Code Pro"),
19
19
  local("SourceCodePro-Regular"),
20
- url("fonts/SourceCodePro-Regular.ttf") format("truetype");
20
+ url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
21
21
  }
22
22
 
23
23
  @font-face {
@@ -26,7 +26,7 @@
26
26
  font-weight: 700;
27
27
  src: local("Source Code Pro Bold"),
28
28
  local("SourceCodePro-Bold"),
29
- url("fonts/SourceCodePro-Bold.ttf") format("truetype");
29
+ url("../fonts/SourceCodePro-Bold.ttf") format("truetype");
30
30
  }
31
31
 
32
32
  /*
@@ -46,7 +46,7 @@
46
46
  font-weight: 300;
47
47
  src: local("Lato Light"),
48
48
  local("Lato-Light"),
49
- url("fonts/Lato-Light.ttf") format("truetype");
49
+ url("../fonts/Lato-Light.ttf") format("truetype");
50
50
  }
51
51
 
52
52
  @font-face {
@@ -55,7 +55,7 @@
55
55
  font-weight: 300;
56
56
  src: local("Lato Light Italic"),
57
57
  local("Lato-LightItalic"),
58
- url("fonts/Lato-LightItalic.ttf") format("truetype");
58
+ url("../fonts/Lato-LightItalic.ttf") format("truetype");
59
59
  }
60
60
 
61
61
  @font-face {
@@ -64,7 +64,7 @@
64
64
  font-weight: 700;
65
65
  src: local("Lato Regular"),
66
66
  local("Lato-Regular"),
67
- url("fonts/Lato-Regular.ttf") format("truetype");
67
+ url("../fonts/Lato-Regular.ttf") format("truetype");
68
68
  }
69
69
 
70
70
  @font-face {
@@ -73,7 +73,7 @@
73
73
  font-weight: 700;
74
74
  src: local("Lato Italic"),
75
75
  local("Lato-Italic"),
76
- url("fonts/Lato-RegularItalic.ttf") format("truetype");
76
+ url("../fonts/Lato-RegularItalic.ttf") format("truetype");
77
77
  }
78
78
 
79
79
  /*