metric_tools 0.0.8 → 0.0.9
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 +2 -0
- data/.rspec +1 -0
- data/.rvmrc +1 -0
- data/config/pref.rb +11 -16
- data/doc/Gemfile.html +107 -0
- data/doc/MetricTools/IndexTree.html +308 -0
- data/doc/MetricTools/S3.html +325 -0
- data/doc/MetricTools/Skype.html +343 -0
- data/doc/MetricTools/SpreadSheet.html +552 -0
- data/doc/MetricTools/Table.html +952 -0
- data/doc/MetricTools.html +158 -0
- data/doc/Object.html +179 -0
- data/doc/Pref/GoogleDocs.html +176 -0
- data/doc/Pref/S3.html +181 -0
- data/doc/Pref/Skype.html +156 -0
- data/doc/Pref.html +141 -0
- data/doc/created.rid +15 -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 +100 -0
- data/doc/js/darkfish.js +153 -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 +176 -0
- data/lib/metric_tools/spread_sheet.rb +23 -1
- data/metric_tools.gemspec +13 -0
- data/spec/index_tree_spec.rb +101 -0
- data/spec/s3_spec.rb +80 -0
- data/spec/skype_spec.rb +39 -0
- data/spec/spread_sheet_spec.rb +165 -0
- data/spec/table_spec.rb +114 -0
- metadata +60 -6
- data/Gemfile.lock +0 -45
@@ -0,0 +1,158 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module MetricTools - 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/metric_tools/index_tree.rb
|
51
|
+
<li>lib/metric_tools/s3.rb
|
52
|
+
<li>lib/metric_tools/skype.rb
|
53
|
+
<li>lib/metric_tools/spread_sheet.rb
|
54
|
+
<li>lib/metric_tools/table.rb
|
55
|
+
<li>lib/metric_tools.rb
|
56
|
+
</ul>
|
57
|
+
</nav>
|
58
|
+
|
59
|
+
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div id="class-metadata">
|
63
|
+
|
64
|
+
|
65
|
+
<!-- Included Modules -->
|
66
|
+
<nav id="includes-section" class="section">
|
67
|
+
<h3 class="section-header">Included Modules</h3>
|
68
|
+
|
69
|
+
<ul class="link-list">
|
70
|
+
|
71
|
+
|
72
|
+
<li><a class="include" href="Pref.html">Pref</a>
|
73
|
+
|
74
|
+
|
75
|
+
</ul>
|
76
|
+
</nav>
|
77
|
+
|
78
|
+
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<div id="project-metadata">
|
82
|
+
<nav id="fileindex-section" class="section project-section">
|
83
|
+
<h3 class="section-header">Pages</h3>
|
84
|
+
|
85
|
+
<ul>
|
86
|
+
|
87
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
88
|
+
|
89
|
+
<li class="file"><a href="./config/my_pref.html">my_pref</a>
|
90
|
+
|
91
|
+
</ul>
|
92
|
+
</nav>
|
93
|
+
|
94
|
+
<nav id="classindex-section" class="section project-section">
|
95
|
+
<h3 class="section-header">Class and Module Index</h3>
|
96
|
+
|
97
|
+
<ul class="link-list">
|
98
|
+
|
99
|
+
<li><a href="./MetricTools.html">MetricTools</a>
|
100
|
+
|
101
|
+
<li><a href="./MetricTools/IndexTree.html">MetricTools::IndexTree</a>
|
102
|
+
|
103
|
+
<li><a href="./MetricTools/S3.html">MetricTools::S3</a>
|
104
|
+
|
105
|
+
<li><a href="./MetricTools/Skype.html">MetricTools::Skype</a>
|
106
|
+
|
107
|
+
<li><a href="./MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
|
108
|
+
|
109
|
+
<li><a href="./MetricTools/Table.html">MetricTools::Table</a>
|
110
|
+
|
111
|
+
<li><a href="./Pref.html">Pref</a>
|
112
|
+
|
113
|
+
<li><a href="./Pref/GoogleDocs.html">Pref::GoogleDocs</a>
|
114
|
+
|
115
|
+
<li><a href="./Pref/S3.html">Pref::S3</a>
|
116
|
+
|
117
|
+
<li><a href="./Pref/Skype.html">Pref::Skype</a>
|
118
|
+
|
119
|
+
<li><a href="./Object.html">Object</a>
|
120
|
+
|
121
|
+
</ul>
|
122
|
+
</nav>
|
123
|
+
|
124
|
+
</div>
|
125
|
+
</nav>
|
126
|
+
|
127
|
+
<div id="documentation">
|
128
|
+
<h1 class="module">module MetricTools</h1>
|
129
|
+
|
130
|
+
<div id="description" class="description">
|
131
|
+
|
132
|
+
</div><!-- description -->
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
<!-- Methods -->
|
147
|
+
|
148
|
+
</section><!-- 5Buntitled-5D -->
|
149
|
+
|
150
|
+
</div><!-- documentation -->
|
151
|
+
|
152
|
+
|
153
|
+
<footer id="validator-badges">
|
154
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
155
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
156
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
157
|
+
</footer>
|
158
|
+
|
data/doc/Object.html
ADDED
@@ -0,0 +1,179 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Object - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<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/metric_tools.rb
|
51
|
+
<li>spec/skype_spec.rb
|
52
|
+
<li>spec/spread_sheet_spec.rb
|
53
|
+
</ul>
|
54
|
+
</nav>
|
55
|
+
|
56
|
+
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div id="class-metadata">
|
60
|
+
|
61
|
+
<nav id="parent-class-section" class="section">
|
62
|
+
<h3 class="section-header">Parent</h3>
|
63
|
+
|
64
|
+
<p class="link">BasicObject
|
65
|
+
|
66
|
+
</nav>
|
67
|
+
|
68
|
+
<!-- Included Modules -->
|
69
|
+
<nav id="includes-section" class="section">
|
70
|
+
<h3 class="section-header">Included Modules</h3>
|
71
|
+
|
72
|
+
<ul class="link-list">
|
73
|
+
|
74
|
+
|
75
|
+
<li><a class="include" href="MetricTools.html">MetricTools</a>
|
76
|
+
|
77
|
+
|
78
|
+
</ul>
|
79
|
+
</nav>
|
80
|
+
|
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="./config/my_pref.html">my_pref</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="./MetricTools.html">MetricTools</a>
|
103
|
+
|
104
|
+
<li><a href="./MetricTools/IndexTree.html">MetricTools::IndexTree</a>
|
105
|
+
|
106
|
+
<li><a href="./MetricTools/S3.html">MetricTools::S3</a>
|
107
|
+
|
108
|
+
<li><a href="./MetricTools/Skype.html">MetricTools::Skype</a>
|
109
|
+
|
110
|
+
<li><a href="./MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
|
111
|
+
|
112
|
+
<li><a href="./MetricTools/Table.html">MetricTools::Table</a>
|
113
|
+
|
114
|
+
<li><a href="./Pref.html">Pref</a>
|
115
|
+
|
116
|
+
<li><a href="./Pref/GoogleDocs.html">Pref::GoogleDocs</a>
|
117
|
+
|
118
|
+
<li><a href="./Pref/S3.html">Pref::S3</a>
|
119
|
+
|
120
|
+
<li><a href="./Pref/Skype.html">Pref::Skype</a>
|
121
|
+
|
122
|
+
<li><a href="./Object.html">Object</a>
|
123
|
+
|
124
|
+
</ul>
|
125
|
+
</nav>
|
126
|
+
|
127
|
+
</div>
|
128
|
+
</nav>
|
129
|
+
|
130
|
+
<div id="documentation">
|
131
|
+
<h1 class="class">class Object</h1>
|
132
|
+
|
133
|
+
<div id="description" class="description">
|
134
|
+
|
135
|
+
</div><!-- description -->
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
<!-- Constants -->
|
147
|
+
<section id="constants-list" class="section">
|
148
|
+
<h3 class="section-header">Constants</h3>
|
149
|
+
<dl>
|
150
|
+
|
151
|
+
<dt id="LIB_PATH">LIB_PATH
|
152
|
+
|
153
|
+
<dd class="description">
|
154
|
+
|
155
|
+
|
156
|
+
<dt id="ROOT_PATH">ROOT_PATH
|
157
|
+
|
158
|
+
<dd class="description">
|
159
|
+
|
160
|
+
|
161
|
+
</dl>
|
162
|
+
</section>
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<!-- Methods -->
|
168
|
+
|
169
|
+
</section><!-- 5Buntitled-5D -->
|
170
|
+
|
171
|
+
</div><!-- documentation -->
|
172
|
+
|
173
|
+
|
174
|
+
<footer id="validator-badges">
|
175
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
176
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
177
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
178
|
+
</footer>
|
179
|
+
|
@@ -0,0 +1,176 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module Pref::GoogleDocs - 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>config/pref.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<div id="project-metadata">
|
65
|
+
<nav id="fileindex-section" class="section project-section">
|
66
|
+
<h3 class="section-header">Pages</h3>
|
67
|
+
|
68
|
+
<ul>
|
69
|
+
|
70
|
+
<li class="file"><a href="../Gemfile.html">Gemfile</a>
|
71
|
+
|
72
|
+
<li class="file"><a href="../config/my_pref.html">my_pref</a>
|
73
|
+
|
74
|
+
</ul>
|
75
|
+
</nav>
|
76
|
+
|
77
|
+
<nav id="classindex-section" class="section project-section">
|
78
|
+
<h3 class="section-header">Class and Module Index</h3>
|
79
|
+
|
80
|
+
<ul class="link-list">
|
81
|
+
|
82
|
+
<li><a href="../MetricTools.html">MetricTools</a>
|
83
|
+
|
84
|
+
<li><a href="../MetricTools/IndexTree.html">MetricTools::IndexTree</a>
|
85
|
+
|
86
|
+
<li><a href="../MetricTools/S3.html">MetricTools::S3</a>
|
87
|
+
|
88
|
+
<li><a href="../MetricTools/Skype.html">MetricTools::Skype</a>
|
89
|
+
|
90
|
+
<li><a href="../MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
|
91
|
+
|
92
|
+
<li><a href="../MetricTools/Table.html">MetricTools::Table</a>
|
93
|
+
|
94
|
+
<li><a href="../Pref.html">Pref</a>
|
95
|
+
|
96
|
+
<li><a href="../Pref/GoogleDocs.html">Pref::GoogleDocs</a>
|
97
|
+
|
98
|
+
<li><a href="../Pref/S3.html">Pref::S3</a>
|
99
|
+
|
100
|
+
<li><a href="../Pref/Skype.html">Pref::Skype</a>
|
101
|
+
|
102
|
+
<li><a href="../Object.html">Object</a>
|
103
|
+
|
104
|
+
</ul>
|
105
|
+
</nav>
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</nav>
|
109
|
+
|
110
|
+
<div id="documentation">
|
111
|
+
<h1 class="module">module Pref::GoogleDocs</h1>
|
112
|
+
|
113
|
+
<div id="description" class="description">
|
114
|
+
|
115
|
+
<p>For test (required if you need to pass RSpec)</p>
|
116
|
+
|
117
|
+
</div><!-- description -->
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
<!-- Constants -->
|
129
|
+
<section id="constants-list" class="section">
|
130
|
+
<h3 class="section-header">Constants</h3>
|
131
|
+
<dl>
|
132
|
+
|
133
|
+
<dt id="ANOTHER_MAIL">ANOTHER_MAIL
|
134
|
+
|
135
|
+
<dd class="description">
|
136
|
+
|
137
|
+
|
138
|
+
<dt id="ANOTHER_PASSWORD">ANOTHER_PASSWORD
|
139
|
+
|
140
|
+
<dd class="description">
|
141
|
+
|
142
|
+
|
143
|
+
<dt id="TEST_KEY">TEST_KEY
|
144
|
+
|
145
|
+
<dd class="description">
|
146
|
+
|
147
|
+
|
148
|
+
<dt id="TEST_MAIL">TEST_MAIL
|
149
|
+
|
150
|
+
<dd class="description">
|
151
|
+
|
152
|
+
|
153
|
+
<dt id="TEST_PASSWORD">TEST_PASSWORD
|
154
|
+
|
155
|
+
<dd class="description">
|
156
|
+
|
157
|
+
|
158
|
+
</dl>
|
159
|
+
</section>
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
<!-- Methods -->
|
165
|
+
|
166
|
+
</section><!-- 5Buntitled-5D -->
|
167
|
+
|
168
|
+
</div><!-- documentation -->
|
169
|
+
|
170
|
+
|
171
|
+
<footer id="validator-badges">
|
172
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
173
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
174
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
175
|
+
</footer>
|
176
|
+
|
data/doc/Pref/S3.html
ADDED
@@ -0,0 +1,181 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module Pref::S3 - 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>config/pref.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<div id="project-metadata">
|
65
|
+
<nav id="fileindex-section" class="section project-section">
|
66
|
+
<h3 class="section-header">Pages</h3>
|
67
|
+
|
68
|
+
<ul>
|
69
|
+
|
70
|
+
<li class="file"><a href="../Gemfile.html">Gemfile</a>
|
71
|
+
|
72
|
+
<li class="file"><a href="../config/my_pref.html">my_pref</a>
|
73
|
+
|
74
|
+
</ul>
|
75
|
+
</nav>
|
76
|
+
|
77
|
+
<nav id="classindex-section" class="section project-section">
|
78
|
+
<h3 class="section-header">Class and Module Index</h3>
|
79
|
+
|
80
|
+
<ul class="link-list">
|
81
|
+
|
82
|
+
<li><a href="../MetricTools.html">MetricTools</a>
|
83
|
+
|
84
|
+
<li><a href="../MetricTools/IndexTree.html">MetricTools::IndexTree</a>
|
85
|
+
|
86
|
+
<li><a href="../MetricTools/S3.html">MetricTools::S3</a>
|
87
|
+
|
88
|
+
<li><a href="../MetricTools/Skype.html">MetricTools::Skype</a>
|
89
|
+
|
90
|
+
<li><a href="../MetricTools/SpreadSheet.html">MetricTools::SpreadSheet</a>
|
91
|
+
|
92
|
+
<li><a href="../MetricTools/Table.html">MetricTools::Table</a>
|
93
|
+
|
94
|
+
<li><a href="../Pref.html">Pref</a>
|
95
|
+
|
96
|
+
<li><a href="../Pref/GoogleDocs.html">Pref::GoogleDocs</a>
|
97
|
+
|
98
|
+
<li><a href="../Pref/S3.html">Pref::S3</a>
|
99
|
+
|
100
|
+
<li><a href="../Pref/Skype.html">Pref::Skype</a>
|
101
|
+
|
102
|
+
<li><a href="../Object.html">Object</a>
|
103
|
+
|
104
|
+
</ul>
|
105
|
+
</nav>
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</nav>
|
109
|
+
|
110
|
+
<div id="documentation">
|
111
|
+
<h1 class="module">module Pref::S3</h1>
|
112
|
+
|
113
|
+
<div id="description" class="description">
|
114
|
+
|
115
|
+
<p>For test (required if you need to pass RSpec)</p>
|
116
|
+
|
117
|
+
</div><!-- description -->
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
<!-- Constants -->
|
129
|
+
<section id="constants-list" class="section">
|
130
|
+
<h3 class="section-header">Constants</h3>
|
131
|
+
<dl>
|
132
|
+
|
133
|
+
<dt id="TEST_ACCESS_KEY">TEST_ACCESS_KEY
|
134
|
+
|
135
|
+
<dd class="description">
|
136
|
+
|
137
|
+
|
138
|
+
<dt id="TEST_BUCKET_NAME">TEST_BUCKET_NAME
|
139
|
+
|
140
|
+
<dd class="description">
|
141
|
+
|
142
|
+
|
143
|
+
<dt id="TEST_DIR_KEY">TEST_DIR_KEY
|
144
|
+
|
145
|
+
<dd class="description">
|
146
|
+
|
147
|
+
|
148
|
+
<dt id="TEST_FILE_KEY">TEST_FILE_KEY
|
149
|
+
|
150
|
+
<dd class="description">
|
151
|
+
|
152
|
+
|
153
|
+
<dt id="TEST_LOCAL_DIRECTORY">TEST_LOCAL_DIRECTORY
|
154
|
+
|
155
|
+
<dd class="description">
|
156
|
+
|
157
|
+
|
158
|
+
<dt id="TEST_SECRET_KEY">TEST_SECRET_KEY
|
159
|
+
|
160
|
+
<dd class="description">
|
161
|
+
|
162
|
+
|
163
|
+
</dl>
|
164
|
+
</section>
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
<!-- Methods -->
|
170
|
+
|
171
|
+
</section><!-- 5Buntitled-5D -->
|
172
|
+
|
173
|
+
</div><!-- documentation -->
|
174
|
+
|
175
|
+
|
176
|
+
<footer id="validator-badges">
|
177
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
178
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
179
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
180
|
+
</footer>
|
181
|
+
|