gnip_api 1.2.2 → 1.2.3

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 (82) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +24 -3
  3. data/README.md +70 -33
  4. data/Rakefile +7 -0
  5. data/doc/rdoc/classes/Gnip/Activity.html +354 -0
  6. data/doc/rdoc/classes/Gnip/Actor.html +300 -0
  7. data/doc/rdoc/classes/Gnip/GnipData.html +154 -0
  8. data/doc/rdoc/classes/Gnip/Message.html +236 -0
  9. data/doc/rdoc/classes/Gnip/SystemMessage.html +190 -0
  10. data/doc/rdoc/classes/Gnip/TwitterComplianceMessage.html +194 -0
  11. data/doc/rdoc/classes/Gnip/UndefinedMessage.html +83 -0
  12. data/doc/rdoc/classes/Gnip/Url.html +194 -0
  13. data/doc/rdoc/classes/Gnip.html +95 -0
  14. data/doc/rdoc/classes/GnipApi/Adapter.html +287 -0
  15. data/doc/rdoc/classes/GnipApi/Configuration.html +194 -0
  16. data/doc/rdoc/classes/GnipApi/Endpoints.html +191 -0
  17. data/doc/rdoc/classes/GnipApi/Errors/Adapter/GnipSoftwareError.html +83 -0
  18. data/doc/rdoc/classes/GnipApi/Errors/Adapter/RateLimitError.html +83 -0
  19. data/doc/rdoc/classes/GnipApi/Errors/Adapter/RequestError.html +56 -0
  20. data/doc/rdoc/classes/GnipApi/Errors/Adapter.html +66 -0
  21. data/doc/rdoc/classes/GnipApi/Errors/Configuration/InvalidOutputFormat.html +83 -0
  22. data/doc/rdoc/classes/GnipApi/Errors/Configuration.html +58 -0
  23. data/doc/rdoc/classes/GnipApi/Errors/JsonParser/ParseError.html +56 -0
  24. data/doc/rdoc/classes/GnipApi/Errors/JsonParser.html +64 -0
  25. data/doc/rdoc/classes/GnipApi/Errors/MissingAdapter.html +83 -0
  26. data/doc/rdoc/classes/GnipApi/Errors/MissingCredentials.html +83 -0
  27. data/doc/rdoc/classes/GnipApi/Errors/PowerTrack/MissingRules.html +83 -0
  28. data/doc/rdoc/classes/GnipApi/Errors/PowerTrack/StreamDown.html +56 -0
  29. data/doc/rdoc/classes/GnipApi/Errors/PowerTrack.html +65 -0
  30. data/doc/rdoc/classes/GnipApi/Errors/Search/MissingParameters.html +83 -0
  31. data/doc/rdoc/classes/GnipApi/Errors/Search.html +64 -0
  32. data/doc/rdoc/classes/GnipApi/Errors.html +79 -0
  33. data/doc/rdoc/classes/GnipApi/JsonParser.html +101 -0
  34. data/doc/rdoc/classes/GnipApi/PowerTrack/Buffer.html +237 -0
  35. data/doc/rdoc/classes/GnipApi/PowerTrack/Rule.html +196 -0
  36. data/doc/rdoc/classes/GnipApi/PowerTrack/Rules.html +188 -0
  37. data/doc/rdoc/classes/GnipApi/PowerTrack/Stream.html +359 -0
  38. data/doc/rdoc/classes/GnipApi/PowerTrack.html +73 -0
  39. data/doc/rdoc/classes/GnipApi/Request.html +216 -0
  40. data/doc/rdoc/classes/GnipApi/Response.html +232 -0
  41. data/doc/rdoc/classes/GnipApi/Search.html +101 -0
  42. data/doc/rdoc/classes/GnipApi.html +252 -0
  43. data/doc/rdoc/created.rid +24 -0
  44. data/doc/rdoc/css/style.css +343 -0
  45. data/doc/rdoc/files/LICENSE_txt.html +73 -0
  46. data/doc/rdoc/files/README_md.html +299 -0
  47. data/doc/rdoc/files/lib/gnip_api/adapter_rb.html +51 -0
  48. data/doc/rdoc/files/lib/gnip_api/configuration_rb.html +51 -0
  49. data/doc/rdoc/files/lib/gnip_api/endpoints_rb.html +51 -0
  50. data/doc/rdoc/files/lib/gnip_api/errors_rb.html +51 -0
  51. data/doc/rdoc/files/lib/gnip_api/gnip/activity_rb.html +51 -0
  52. data/doc/rdoc/files/lib/gnip_api/gnip/actor_rb.html +51 -0
  53. data/doc/rdoc/files/lib/gnip_api/gnip/gnip_data_rb.html +51 -0
  54. data/doc/rdoc/files/lib/gnip_api/gnip/message_rb.html +51 -0
  55. data/doc/rdoc/files/lib/gnip_api/gnip/system_message_rb.html +51 -0
  56. data/doc/rdoc/files/lib/gnip_api/gnip/twitter_compliance_message_rb.html +51 -0
  57. data/doc/rdoc/files/lib/gnip_api/gnip/url_rb.html +51 -0
  58. data/doc/rdoc/files/lib/gnip_api/json_parser_rb.html +51 -0
  59. data/doc/rdoc/files/lib/gnip_api/power_track/buffer_rb.html +51 -0
  60. data/doc/rdoc/files/lib/gnip_api/power_track/rule_rb.html +51 -0
  61. data/doc/rdoc/files/lib/gnip_api/power_track/rules_rb.html +55 -0
  62. data/doc/rdoc/files/lib/gnip_api/power_track/stream_rb.html +51 -0
  63. data/doc/rdoc/files/lib/gnip_api/request_rb.html +51 -0
  64. data/doc/rdoc/files/lib/gnip_api/response_rb.html +51 -0
  65. data/doc/rdoc/files/lib/gnip_api/search_rb.html +55 -0
  66. data/doc/rdoc/files/lib/gnip_api/version_rb.html +51 -0
  67. data/doc/rdoc/files/lib/gnip_api_rb.html +84 -0
  68. data/doc/rdoc/fr_class_index.html +92 -0
  69. data/doc/rdoc/fr_file_index.html +41 -0
  70. data/doc/rdoc/fr_method_index.html +4791 -0
  71. data/doc/rdoc/index.html +15 -0
  72. data/gnip_api.gemspec +3 -1
  73. data/lib/gnip_api/configuration.rb +18 -4
  74. data/lib/gnip_api/errors.rb +0 -1
  75. data/lib/gnip_api/power_track/buffer.rb +60 -14
  76. data/lib/gnip_api/power_track/stream.rb +52 -17
  77. data/lib/gnip_api/response.rb +3 -2
  78. data/lib/gnip_api/version.rb +1 -1
  79. data/spec/gnip_api/power_track/buffer_spec.rb +8 -0
  80. data/spec/gnip_api/response_spec.rb +16 -0
  81. data/spec/spec_helper.rb +1 -0
  82. metadata +97 -2
@@ -0,0 +1,56 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::JsonParser::ParseError</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>class</span>
27
+ GnipApi::Errors::JsonParser::ParseError
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ </ol>
34
+ <div class='parent'>
35
+ Superclass:
36
+ <strong>StandardError</strong>
37
+ </div>
38
+ </div>
39
+ <div id='content'>
40
+ <div id='text'>
41
+ <div id='description'></div>
42
+ <div id='context'>
43
+ </div>
44
+ <div id='section'>
45
+ </div>
46
+
47
+ </div>
48
+ </div>
49
+
50
+ <div id='footer-push'></div>
51
+ </div>
52
+ <div id='footer'>
53
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
54
+ </div>
55
+ </body>
56
+ </html>
@@ -0,0 +1,64 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::JsonParser</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>module</span>
27
+ GnipApi::Errors::JsonParser
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ <li class='other'>
34
+ <a href="../../../files/lib/gnip_api/json_parser_rb.html">lib/gnip_api/json_parser.rb</a>
35
+ </li>
36
+ <li>
37
+ <a class='show' href='#' onclick='this.parentNode.parentNode.className += &quot; expanded&quot;; this.parentNode.removeChild(this); return false'>show all</a>
38
+ </li>
39
+ </ol>
40
+ </div>
41
+ <div id='content'>
42
+ <div id='text'>
43
+ <div id='description'></div>
44
+ <div id='context'>
45
+ </div>
46
+ <div id='class-list'>
47
+ <h2>Classes and Modules</h2>
48
+ <ol>
49
+ <li><a href="JsonParser/ParseError.html">GnipApi::Errors::JsonParser::ParseError</a></li>
50
+ </ol>
51
+ </div>
52
+ <div id='section'>
53
+ </div>
54
+
55
+ </div>
56
+ </div>
57
+
58
+ <div id='footer-push'></div>
59
+ </div>
60
+ <div id='footer'>
61
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
62
+ </div>
63
+ </body>
64
+ </html>
@@ -0,0 +1,83 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::MissingAdapter</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>class</span>
27
+ GnipApi::Errors::MissingAdapter
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ </ol>
34
+ <div class='parent'>
35
+ Superclass:
36
+ <strong>StandardError</strong>
37
+ </div>
38
+ </div>
39
+ <div id='content'>
40
+ <div id='text'>
41
+ <div id='description'></div>
42
+ <div id='method-list'>
43
+ <h2>Methods</h2>
44
+ <h3>Public Class</h3>
45
+ <ol>
46
+ <li><a href="#method-c-new">new</a></li>
47
+ </ol>
48
+ </div>
49
+ <div id='context'>
50
+ </div>
51
+ <div id='section'>
52
+ <div id='methods'>
53
+ <h2>Public Class methods</h2>
54
+ <div class='method public-class' id='method-method-c-new'>
55
+ <a name='method-c-new'></a>
56
+ <div class='synopsis'>
57
+ <span class='name'>new</span>
58
+ <span class='arguments'>()</span>
59
+
60
+ </div>
61
+ <div class='description'>
62
+
63
+ </div>
64
+ <div class='source'>
65
+ <a class='source-toggle' href='#' onclick='toggleCode(&#39;method-c-new-source&#39;); return false'>
66
+ [show source]
67
+ </a>
68
+ <pre id='method-c-new-source'><span class="ruby-comment"># File lib/gnip_api/errors.rb, line 57</span>&#x000A;<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>&#x000A; <span class="ruby-ivar">@message</span> = <span class="ruby-string">&#39;No adapter selected&#39;</span>&#x000A;<span class="ruby-keyword">end</span></pre>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
73
+
74
+ </div>
75
+ </div>
76
+
77
+ <div id='footer-push'></div>
78
+ </div>
79
+ <div id='footer'>
80
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
81
+ </div>
82
+ </body>
83
+ </html>
@@ -0,0 +1,83 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::MissingCredentials</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>class</span>
27
+ GnipApi::Errors::MissingCredentials
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ </ol>
34
+ <div class='parent'>
35
+ Superclass:
36
+ <strong>StandardError</strong>
37
+ </div>
38
+ </div>
39
+ <div id='content'>
40
+ <div id='text'>
41
+ <div id='description'></div>
42
+ <div id='method-list'>
43
+ <h2>Methods</h2>
44
+ <h3>Public Class</h3>
45
+ <ol>
46
+ <li><a href="#method-c-new">new</a></li>
47
+ </ol>
48
+ </div>
49
+ <div id='context'>
50
+ </div>
51
+ <div id='section'>
52
+ <div id='methods'>
53
+ <h2>Public Class methods</h2>
54
+ <div class='method public-class' id='method-method-c-new'>
55
+ <a name='method-c-new'></a>
56
+ <div class='synopsis'>
57
+ <span class='name'>new</span>
58
+ <span class='arguments'>()</span>
59
+
60
+ </div>
61
+ <div class='description'>
62
+
63
+ </div>
64
+ <div class='source'>
65
+ <a class='source-toggle' href='#' onclick='toggleCode(&#39;method-c-new-source&#39;); return false'>
66
+ [show source]
67
+ </a>
68
+ <pre id='method-c-new-source'><span class="ruby-comment"># File lib/gnip_api/errors.rb, line 51</span>&#x000A;<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>&#x000A; <span class="ruby-ivar">@message</span> = <span class="ruby-string">&#39;No credentials provided&#39;</span>&#x000A;<span class="ruby-keyword">end</span></pre>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
73
+
74
+ </div>
75
+ </div>
76
+
77
+ <div id='footer-push'></div>
78
+ </div>
79
+ <div id='footer'>
80
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
81
+ </div>
82
+ </body>
83
+ </html>
@@ -0,0 +1,83 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::PowerTrack::MissingRules</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>class</span>
27
+ GnipApi::Errors::PowerTrack::MissingRules
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ </ol>
34
+ <div class='parent'>
35
+ Superclass:
36
+ <strong>StandardError</strong>
37
+ </div>
38
+ </div>
39
+ <div id='content'>
40
+ <div id='text'>
41
+ <div id='description'></div>
42
+ <div id='method-list'>
43
+ <h2>Methods</h2>
44
+ <h3>Public Class</h3>
45
+ <ol>
46
+ <li><a href="#method-c-new">new</a></li>
47
+ </ol>
48
+ </div>
49
+ <div id='context'>
50
+ </div>
51
+ <div id='section'>
52
+ <div id='methods'>
53
+ <h2>Public Class methods</h2>
54
+ <div class='method public-class' id='method-method-c-new'>
55
+ <a name='method-c-new'></a>
56
+ <div class='synopsis'>
57
+ <span class='name'>new</span>
58
+ <span class='arguments'>()</span>
59
+
60
+ </div>
61
+ <div class='description'>
62
+
63
+ </div>
64
+ <div class='source'>
65
+ <a class='source-toggle' href='#' onclick='toggleCode(&#39;method-c-new-source&#39;); return false'>
66
+ [show source]
67
+ </a>
68
+ <pre id='method-c-new-source'><span class="ruby-comment"># File lib/gnip_api/errors.rb, line 36</span>&#x000A;<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>&#x000A; <span class="ruby-ivar">@message</span> = <span class="ruby-string">&#39;No rules provided to operate&#39;</span>&#x000A;<span class="ruby-keyword">end</span></pre>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
73
+
74
+ </div>
75
+ </div>
76
+
77
+ <div id='footer-push'></div>
78
+ </div>
79
+ <div id='footer'>
80
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
81
+ </div>
82
+ </body>
83
+ </html>
@@ -0,0 +1,56 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::PowerTrack::StreamDown</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>class</span>
27
+ GnipApi::Errors::PowerTrack::StreamDown
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ </ol>
34
+ <div class='parent'>
35
+ Superclass:
36
+ <strong>StandardError</strong>
37
+ </div>
38
+ </div>
39
+ <div id='content'>
40
+ <div id='text'>
41
+ <div id='description'></div>
42
+ <div id='context'>
43
+ </div>
44
+ <div id='section'>
45
+ </div>
46
+
47
+ </div>
48
+ </div>
49
+
50
+ <div id='footer-push'></div>
51
+ </div>
52
+ <div id='footer'>
53
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
54
+ </div>
55
+ </body>
56
+ </html>
@@ -0,0 +1,65 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::PowerTrack</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>module</span>
27
+ GnipApi::Errors::PowerTrack
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ <li class='other'>
34
+ <a href="../../../files/lib/gnip_api/power_track/stream_rb.html">lib/gnip_api/power_track/stream.rb</a>
35
+ </li>
36
+ <li>
37
+ <a class='show' href='#' onclick='this.parentNode.parentNode.className += &quot; expanded&quot;; this.parentNode.removeChild(this); return false'>show all</a>
38
+ </li>
39
+ </ol>
40
+ </div>
41
+ <div id='content'>
42
+ <div id='text'>
43
+ <div id='description'></div>
44
+ <div id='context'>
45
+ </div>
46
+ <div id='class-list'>
47
+ <h2>Classes and Modules</h2>
48
+ <ol>
49
+ <li><a href="PowerTrack/MissingRules.html">GnipApi::Errors::PowerTrack::MissingRules</a></li>
50
+ <li><a href="PowerTrack/StreamDown.html">GnipApi::Errors::PowerTrack::StreamDown</a></li>
51
+ </ol>
52
+ </div>
53
+ <div id='section'>
54
+ </div>
55
+
56
+ </div>
57
+ </div>
58
+
59
+ <div id='footer-push'></div>
60
+ </div>
61
+ <div id='footer'>
62
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
63
+ </div>
64
+ </body>
65
+ </html>
@@ -0,0 +1,83 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::Search::MissingParameters</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>class</span>
27
+ GnipApi::Errors::Search::MissingParameters
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ </ol>
34
+ <div class='parent'>
35
+ Superclass:
36
+ <strong>StandardError</strong>
37
+ </div>
38
+ </div>
39
+ <div id='content'>
40
+ <div id='text'>
41
+ <div id='description'></div>
42
+ <div id='method-list'>
43
+ <h2>Methods</h2>
44
+ <h3>Public Class</h3>
45
+ <ol>
46
+ <li><a href="#method-c-new">new</a></li>
47
+ </ol>
48
+ </div>
49
+ <div id='context'>
50
+ </div>
51
+ <div id='section'>
52
+ <div id='methods'>
53
+ <h2>Public Class methods</h2>
54
+ <div class='method public-class' id='method-method-c-new'>
55
+ <a name='method-c-new'></a>
56
+ <div class='synopsis'>
57
+ <span class='name'>new</span>
58
+ <span class='arguments'>(missing_params)</span>
59
+
60
+ </div>
61
+ <div class='description'>
62
+
63
+ </div>
64
+ <div class='source'>
65
+ <a class='source-toggle' href='#' onclick='toggleCode(&#39;method-c-new-source&#39;); return false'>
66
+ [show source]
67
+ </a>
68
+ <pre id='method-c-new-source'><span class="ruby-comment"># File lib/gnip_api/errors.rb, line 44</span>&#x000A;<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">missing_params</span>&#x000A; <span class="ruby-ivar">@message</span> = <span class="ruby-node">&quot;Missing required parameters: #{missing_params}&quot;</span>&#x000A;<span class="ruby-keyword">end</span></pre>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
73
+
74
+ </div>
75
+ </div>
76
+
77
+ <div id='footer-push'></div>
78
+ </div>
79
+ <div id='footer'>
80
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
81
+ </div>
82
+ </body>
83
+ </html>
@@ -0,0 +1,64 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html lang='en'>
3
+ <head>
4
+ <title>GnipApi::Errors::Search</title>
5
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
6
+ <link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
7
+ <script type='text/javascript'>
8
+ function popupCode(url) {
9
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
10
+ }
11
+
12
+ function toggleCode(id) {
13
+ var code = document.getElementById(id)
14
+
15
+ code.style.display = code.style.display != 'block' ? 'block' : 'none'
16
+ return true
17
+ }
18
+
19
+ // Make codeblocks hidden by default
20
+ document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
21
+ </script>
22
+ </head>
23
+ <body class='page'>
24
+ <div class='class' id='wrapper'>
25
+ <div class='header'>
26
+ <h1 class='name'><span class='type'>module</span>
27
+ GnipApi::Errors::Search
28
+ </h1>
29
+ <ol class='paths'>
30
+ <li>
31
+ <a href="../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a>
32
+ </li>
33
+ <li class='other'>
34
+ <a href="../../../files/lib/gnip_api/search_rb.html">lib/gnip_api/search.rb</a>
35
+ </li>
36
+ <li>
37
+ <a class='show' href='#' onclick='this.parentNode.parentNode.className += &quot; expanded&quot;; this.parentNode.removeChild(this); return false'>show all</a>
38
+ </li>
39
+ </ol>
40
+ </div>
41
+ <div id='content'>
42
+ <div id='text'>
43
+ <div id='description'></div>
44
+ <div id='context'>
45
+ </div>
46
+ <div id='class-list'>
47
+ <h2>Classes and Modules</h2>
48
+ <ol>
49
+ <li><a href="Search/MissingParameters.html">GnipApi::Errors::Search::MissingParameters</a></li>
50
+ </ol>
51
+ </div>
52
+ <div id='section'>
53
+ </div>
54
+
55
+ </div>
56
+ </div>
57
+
58
+ <div id='footer-push'></div>
59
+ </div>
60
+ <div id='footer'>
61
+ <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
62
+ </div>
63
+ </body>
64
+ </html>