bizratr 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/docs/index.html ADDED
@@ -0,0 +1,128 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>BizRatr - Synthesized business information from many sources</title>
10
+
11
+ <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
16
+ <script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
17
+
18
+ </head>
19
+ <body class="indexpage">
20
+
21
+
22
+ <h1>BizRatr - Synthesized business information from many sources</h1>
23
+
24
+
25
+ <p>This is the API documentation for 'BizRatr - Synthesized business information from many sources'.</p>
26
+
27
+
28
+
29
+
30
+ <h2>Files</h2>
31
+ <ul>
32
+
33
+ <li class="file"><a href="README_rdoc.html">README.rdoc</a></li>
34
+
35
+ </ul>
36
+
37
+
38
+ <h2 id="classes">Classes/Modules</h2>
39
+ <ul>
40
+
41
+ <li class="module"><a href="BizRatr.html">BizRatr</a></li>
42
+
43
+ <li class="class"><a href="BizRatr/Business.html">BizRatr::Business</a></li>
44
+
45
+ <li class="class"><a href="BizRatr/Connector.html">BizRatr::Connector</a></li>
46
+
47
+ <li class="class"><a href="BizRatr/Finder.html">BizRatr::Finder</a></li>
48
+
49
+ <li class="class"><a href="BizRatr/FourSquareConnector.html">BizRatr::FourSquareConnector</a></li>
50
+
51
+ <li class="class"><a href="BizRatr/GooglePlacesConnector.html">BizRatr::GooglePlacesConnector</a></li>
52
+
53
+ <li class="class"><a href="BizRatr/YelpConnector.html">BizRatr::YelpConnector</a></li>
54
+
55
+ </ul>
56
+
57
+ <h2 id="methods">Methods</h2>
58
+ <ul>
59
+
60
+ <li><a href="BizRatr/Business.html#method-c-new">::new &mdash; BizRatr::Business</a></li>
61
+
62
+ <li><a href="BizRatr/Finder.html#method-c-new">::new &mdash; BizRatr::Finder</a></li>
63
+
64
+ <li><a href="BizRatr/YelpConnector.html#method-c-new">::new &mdash; BizRatr::YelpConnector</a></li>
65
+
66
+ <li><a href="BizRatr/FourSquareConnector.html#method-c-new">::new &mdash; BizRatr::FourSquareConnector</a></li>
67
+
68
+ <li><a href="BizRatr/GooglePlacesConnector.html#method-c-new">::new &mdash; BizRatr::GooglePlacesConnector</a></li>
69
+
70
+ <li><a href="BizRatr/Business.html#method-i-%3D%3D">#== &mdash; BizRatr::Business</a></li>
71
+
72
+ <li><a href="BizRatr/Business.html#method-i-add_checkins">#add_checkins &mdash; BizRatr::Business</a></li>
73
+
74
+ <li><a href="BizRatr/Business.html#method-i-add_id">#add_id &mdash; BizRatr::Business</a></li>
75
+
76
+ <li><a href="BizRatr/Business.html#method-i-add_likes">#add_likes &mdash; BizRatr::Business</a></li>
77
+
78
+ <li><a href="BizRatr/Business.html#method-i-add_rating">#add_rating &mdash; BizRatr::Business</a></li>
79
+
80
+ <li><a href="BizRatr/Business.html#method-i-add_review_counts">#add_review_counts &mdash; BizRatr::Business</a></li>
81
+
82
+ <li><a href="BizRatr/Business.html#method-i-add_users">#add_users &mdash; BizRatr::Business</a></li>
83
+
84
+ <li><a href="BizRatr/Business.html#method-i-any_equal_ids%3F">#any_equal_ids? &mdash; BizRatr::Business</a></li>
85
+
86
+ <li><a href="BizRatr/Connector.html#method-i-checkins">#checkins &mdash; BizRatr::Connector</a></li>
87
+
88
+ <li><a href="BizRatr/Business.html#method-i-distance_to">#distance_to &mdash; BizRatr::Business</a></li>
89
+
90
+ <li><a href="BizRatr/FourSquareConnector.html#method-i-make_business">#make_business &mdash; BizRatr::FourSquareConnector</a></li>
91
+
92
+ <li><a href="BizRatr/YelpConnector.html#method-i-make_business">#make_business &mdash; BizRatr::YelpConnector</a></li>
93
+
94
+ <li><a href="BizRatr/GooglePlacesConnector.html#method-i-make_business">#make_business &mdash; BizRatr::GooglePlacesConnector</a></li>
95
+
96
+ <li><a href="BizRatr/Finder.html#method-i-merge">#merge &mdash; BizRatr::Finder</a></li>
97
+
98
+ <li><a href="BizRatr/Business.html#method-i-merge">#merge &mdash; BizRatr::Business</a></li>
99
+
100
+ <li><a href="BizRatr/Finder.html#method-i-merge_lists">#merge_lists &mdash; BizRatr::Finder</a></li>
101
+
102
+ <li><a href="BizRatr/Business.html#method-i-name_distance_to">#name_distance_to &mdash; BizRatr::Business</a></li>
103
+
104
+ <li><a href="BizRatr/Business.html#method-i-rating">#rating &mdash; BizRatr::Business</a></li>
105
+
106
+ <li><a href="BizRatr/YelpConnector.html#method-i-search_location">#search_location &mdash; BizRatr::YelpConnector</a></li>
107
+
108
+ <li><a href="BizRatr/GooglePlacesConnector.html#method-i-search_location">#search_location &mdash; BizRatr::GooglePlacesConnector</a></li>
109
+
110
+ <li><a href="BizRatr/Finder.html#method-i-search_location">#search_location &mdash; BizRatr::Finder</a></li>
111
+
112
+ <li><a href="BizRatr/FourSquareConnector.html#method-i-search_location">#search_location &mdash; BizRatr::FourSquareConnector</a></li>
113
+
114
+ <li><a href="BizRatr/Connector.html#method-i-search_location">#search_location &mdash; BizRatr::Connector</a></li>
115
+
116
+ <li><a href="BizRatr/Connector.html#method-i-search_similar">#search_similar &mdash; BizRatr::Connector</a></li>
117
+
118
+ <li><a href="BizRatr/Business.html#method-i-to_s">#to_s &mdash; BizRatr::Business</a></li>
119
+
120
+ </ul>
121
+
122
+ <div id="validator-badges">
123
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
124
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
125
+ Rdoc Generator</a> 1.1.6</small>.</p>
126
+ </div>
127
+ </body>
128
+ </html>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: business.rb [BizRatr - Synthesized business information from many sources]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-09-17 10:47:48 -0400</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ </ul>
35
+ </dd>
36
+
37
+
38
+
39
+ </dl>
40
+ </div>
41
+
42
+ <div id="documentation">
43
+
44
+ <div class="description">
45
+ <h2>Description</h2>
46
+
47
+ </div>
48
+
49
+ </div>
50
+ </body>
51
+ </html>
52
+
@@ -0,0 +1,60 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: connector.rb [BizRatr - Synthesized business information from many sources]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-09-17 10:54:52 -0400</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>foursquare2</li>
35
+
36
+ <li>yelpster</li>
37
+
38
+ <li>levenshtein</li>
39
+
40
+ <li>google_places</li>
41
+
42
+ </ul>
43
+ </dd>
44
+
45
+
46
+
47
+ </dl>
48
+ </div>
49
+
50
+ <div id="documentation">
51
+
52
+ <div class="description">
53
+ <h2>Description</h2>
54
+
55
+ </div>
56
+
57
+ </div>
58
+ </body>
59
+ </html>
60
+
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: version.rb [BizRatr - Synthesized business information from many sources]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-09-14 11:33:57 -0400</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ </ul>
35
+ </dd>
36
+
37
+
38
+
39
+ </dl>
40
+ </div>
41
+
42
+ <div id="documentation">
43
+
44
+ <div class="description">
45
+ <h2>Description</h2>
46
+
47
+ </div>
48
+
49
+ </div>
50
+ </body>
51
+ </html>
52
+
@@ -0,0 +1,58 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: bizratr.rb [BizRatr - Synthesized business information from many sources]</title>
10
+
11
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-09-14 17:48:35 -0400</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>bizratr/business</li>
35
+
36
+ <li>bizratr/connector</li>
37
+
38
+ <li>bizratr/version</li>
39
+
40
+ </ul>
41
+ </dd>
42
+
43
+
44
+
45
+ </dl>
46
+ </div>
47
+
48
+ <div id="documentation">
49
+
50
+ <div class="description">
51
+ <h2>Description</h2>
52
+
53
+ </div>
54
+
55
+ </div>
56
+ </body>
57
+ </html>
58
+