jpush_api_ruby_client 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +45 -0
  6. data/Rakefile +1 -0
  7. data/doc/Gemfile.html +105 -0
  8. data/doc/JPushApiRubyClient/Client.html +774 -0
  9. data/doc/JPushApiRubyClient/MsgType.html +159 -0
  10. data/doc/JPushApiRubyClient/PlatformType.html +164 -0
  11. data/doc/JPushApiRubyClient/ReceiverType.html +169 -0
  12. data/doc/JPushApiRubyClient.html +166 -0
  13. data/doc/LICENSE_txt.html +121 -0
  14. data/doc/Rakefile.html +101 -0
  15. data/doc/created.rid +15 -0
  16. data/doc/doc/created_rid.html +99 -0
  17. data/doc/images/add.png +0 -0
  18. data/doc/images/arrow_up.png +0 -0
  19. data/doc/images/brick.png +0 -0
  20. data/doc/images/brick_link.png +0 -0
  21. data/doc/images/bug.png +0 -0
  22. data/doc/images/bullet_black.png +0 -0
  23. data/doc/images/bullet_toggle_minus.png +0 -0
  24. data/doc/images/bullet_toggle_plus.png +0 -0
  25. data/doc/images/date.png +0 -0
  26. data/doc/images/delete.png +0 -0
  27. data/doc/images/find.png +0 -0
  28. data/doc/images/loadingAnimation.gif +0 -0
  29. data/doc/images/macFFBgHack.png +0 -0
  30. data/doc/images/package.png +0 -0
  31. data/doc/images/page_green.png +0 -0
  32. data/doc/images/page_white_text.png +0 -0
  33. data/doc/images/page_white_width.png +0 -0
  34. data/doc/images/plugin.png +0 -0
  35. data/doc/images/ruby.png +0 -0
  36. data/doc/images/tag_blue.png +0 -0
  37. data/doc/images/tag_green.png +0 -0
  38. data/doc/images/transparent.png +0 -0
  39. data/doc/images/wrench.png +0 -0
  40. data/doc/images/wrench_orange.png +0 -0
  41. data/doc/images/zoom.png +0 -0
  42. data/doc/index.html +96 -0
  43. data/doc/jpush_api_ruby_client_gemspec.html +126 -0
  44. data/doc/js/darkfish.js +155 -0
  45. data/doc/js/jquery.js +18 -0
  46. data/doc/js/navigation.js +142 -0
  47. data/doc/js/search.js +94 -0
  48. data/doc/js/search_index.js +1 -0
  49. data/doc/js/searcher.js +228 -0
  50. data/doc/rdoc.css +595 -0
  51. data/doc/table_of_contents.html +99 -0
  52. data/example/client_example.rb +66 -0
  53. data/jpush_api_ruby_client.gemspec +25 -0
  54. data/lib/jpush_api_ruby_client/client.rb +233 -0
  55. data/lib/jpush_api_ruby_client/msg_type.rb +12 -0
  56. data/lib/jpush_api_ruby_client/platform_type.rb +14 -0
  57. data/lib/jpush_api_ruby_client/receiver_type.rb +16 -0
  58. data/lib/jpush_api_ruby_client/version.rb +3 -0
  59. data/lib/jpush_api_ruby_client.rb +8 -0
  60. metadata +158 -0
@@ -0,0 +1,159 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module JPushApiRubyClient::MsgType - 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
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>lib/jpush_api_ruby_client/msg_type.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+ <nav id="fileindex-section" class="section project-section">
69
+ <h3 class="section-header">Pages</h3>
70
+
71
+ <ul>
72
+
73
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
74
+
75
+ <li class="file"><a href="../LICENSE_txt.html">LICENSE</a>
76
+
77
+ <li class="file"><a href="../Rakefile.html">Rakefile</a>
78
+
79
+ <li class="file"><a href="../doc/created_rid.html">created.rid</a>
80
+
81
+ <li class="file"><a href="../jpush_api_ruby_client_gemspec.html">jpush_api_ruby_client.gemspec</a>
82
+
83
+ </ul>
84
+ </nav>
85
+
86
+ <nav id="classindex-section" class="section project-section">
87
+ <h3 class="section-header">Class and Module Index</h3>
88
+
89
+ <ul class="link-list">
90
+
91
+ <li><a href="../JPushApiRubyClient.html">JPushApiRubyClient</a>
92
+
93
+ <li><a href="../JPushApiRubyClient/Client.html">JPushApiRubyClient::Client</a>
94
+
95
+ <li><a href="../JPushApiRubyClient/MsgType.html">JPushApiRubyClient::MsgType</a>
96
+
97
+ <li><a href="../JPushApiRubyClient/PlatformType.html">JPushApiRubyClient::PlatformType</a>
98
+
99
+ <li><a href="../JPushApiRubyClient/ReceiverType.html">JPushApiRubyClient::ReceiverType</a>
100
+
101
+ </ul>
102
+ </nav>
103
+
104
+ </div>
105
+ </nav>
106
+
107
+ <div id="documentation">
108
+ <h1 class="module">module JPushApiRubyClient::MsgType</h1>
109
+
110
+ <div id="description" class="description">
111
+ <ul><li>
112
+ <p>消息类型</p>
113
+ </li></ul>
114
+
115
+ </div><!-- description -->
116
+
117
+
118
+
119
+
120
+ <section id="5Buntitled-5D" class="documentation-section">
121
+
122
+
123
+
124
+
125
+
126
+ <!-- Constants -->
127
+ <section id="constants-list" class="section">
128
+ <h3 class="section-header">Constants</h3>
129
+ <dl>
130
+
131
+ <dt id="MESSAGE">MESSAGE
132
+
133
+ <dd class="description"><p>消息</p>
134
+
135
+
136
+ <dt id="NOTIFICATION">NOTIFICATION
137
+
138
+ <dd class="description"><p>通知</p>
139
+
140
+
141
+ </dl>
142
+ </section>
143
+
144
+
145
+
146
+
147
+ <!-- Methods -->
148
+
149
+ </section><!-- 5Buntitled-5D -->
150
+
151
+ </div><!-- documentation -->
152
+
153
+
154
+ <footer id="validator-badges">
155
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
156
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
157
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
158
+ </footer>
159
+
@@ -0,0 +1,164 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module JPushApiRubyClient::PlatformType - 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
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>lib/jpush_api_ruby_client/platform_type.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+ <nav id="fileindex-section" class="section project-section">
69
+ <h3 class="section-header">Pages</h3>
70
+
71
+ <ul>
72
+
73
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
74
+
75
+ <li class="file"><a href="../LICENSE_txt.html">LICENSE</a>
76
+
77
+ <li class="file"><a href="../Rakefile.html">Rakefile</a>
78
+
79
+ <li class="file"><a href="../doc/created_rid.html">created.rid</a>
80
+
81
+ <li class="file"><a href="../jpush_api_ruby_client_gemspec.html">jpush_api_ruby_client.gemspec</a>
82
+
83
+ </ul>
84
+ </nav>
85
+
86
+ <nav id="classindex-section" class="section project-section">
87
+ <h3 class="section-header">Class and Module Index</h3>
88
+
89
+ <ul class="link-list">
90
+
91
+ <li><a href="../JPushApiRubyClient.html">JPushApiRubyClient</a>
92
+
93
+ <li><a href="../JPushApiRubyClient/Client.html">JPushApiRubyClient::Client</a>
94
+
95
+ <li><a href="../JPushApiRubyClient/MsgType.html">JPushApiRubyClient::MsgType</a>
96
+
97
+ <li><a href="../JPushApiRubyClient/PlatformType.html">JPushApiRubyClient::PlatformType</a>
98
+
99
+ <li><a href="../JPushApiRubyClient/ReceiverType.html">JPushApiRubyClient::ReceiverType</a>
100
+
101
+ </ul>
102
+ </nav>
103
+
104
+ </div>
105
+ </nav>
106
+
107
+ <div id="documentation">
108
+ <h1 class="module">module JPushApiRubyClient::PlatformType</h1>
109
+
110
+ <div id="description" class="description">
111
+ <ul><li>
112
+ <p>平台标识</p>
113
+ </li></ul>
114
+
115
+ </div><!-- description -->
116
+
117
+
118
+
119
+
120
+ <section id="5Buntitled-5D" class="documentation-section">
121
+
122
+
123
+
124
+
125
+
126
+ <!-- Constants -->
127
+ <section id="constants-list" class="section">
128
+ <h3 class="section-header">Constants</h3>
129
+ <dl>
130
+
131
+ <dt id="ANDROID">ANDROID
132
+
133
+ <dd class="description"><p>安卓平台</p>
134
+
135
+
136
+ <dt id="BOTH">BOTH
137
+
138
+ <dd class="description"><p>安卓与IOS平台</p>
139
+
140
+
141
+ <dt id="IOS">IOS
142
+
143
+ <dd class="description"><p>IOS平台</p>
144
+
145
+
146
+ </dl>
147
+ </section>
148
+
149
+
150
+
151
+
152
+ <!-- Methods -->
153
+
154
+ </section><!-- 5Buntitled-5D -->
155
+
156
+ </div><!-- documentation -->
157
+
158
+
159
+ <footer id="validator-badges">
160
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
161
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
162
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
163
+ </footer>
164
+
@@ -0,0 +1,169 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module JPushApiRubyClient::ReceiverType - 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
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>lib/jpush_api_ruby_client/receiver_type.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+ <nav id="fileindex-section" class="section project-section">
69
+ <h3 class="section-header">Pages</h3>
70
+
71
+ <ul>
72
+
73
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
74
+
75
+ <li class="file"><a href="../LICENSE_txt.html">LICENSE</a>
76
+
77
+ <li class="file"><a href="../Rakefile.html">Rakefile</a>
78
+
79
+ <li class="file"><a href="../doc/created_rid.html">created.rid</a>
80
+
81
+ <li class="file"><a href="../jpush_api_ruby_client_gemspec.html">jpush_api_ruby_client.gemspec</a>
82
+
83
+ </ul>
84
+ </nav>
85
+
86
+ <nav id="classindex-section" class="section project-section">
87
+ <h3 class="section-header">Class and Module Index</h3>
88
+
89
+ <ul class="link-list">
90
+
91
+ <li><a href="../JPushApiRubyClient.html">JPushApiRubyClient</a>
92
+
93
+ <li><a href="../JPushApiRubyClient/Client.html">JPushApiRubyClient::Client</a>
94
+
95
+ <li><a href="../JPushApiRubyClient/MsgType.html">JPushApiRubyClient::MsgType</a>
96
+
97
+ <li><a href="../JPushApiRubyClient/PlatformType.html">JPushApiRubyClient::PlatformType</a>
98
+
99
+ <li><a href="../JPushApiRubyClient/ReceiverType.html">JPushApiRubyClient::ReceiverType</a>
100
+
101
+ </ul>
102
+ </nav>
103
+
104
+ </div>
105
+ </nav>
106
+
107
+ <div id="documentation">
108
+ <h1 class="module">module JPushApiRubyClient::ReceiverType</h1>
109
+
110
+ <div id="description" class="description">
111
+ <ul><li>
112
+ <p>消息接收类型</p>
113
+ </li></ul>
114
+
115
+ </div><!-- description -->
116
+
117
+
118
+
119
+
120
+ <section id="5Buntitled-5D" class="documentation-section">
121
+
122
+
123
+
124
+
125
+
126
+ <!-- Constants -->
127
+ <section id="constants-list" class="section">
128
+ <h3 class="section-header">Constants</h3>
129
+ <dl>
130
+
131
+ <dt id="ALIAS">ALIAS
132
+
133
+ <dd class="description"><p>别名</p>
134
+
135
+
136
+ <dt id="BROADCAST">BROADCAST
137
+
138
+ <dd class="description"><p>广播</p>
139
+
140
+
141
+ <dt id="IMEI">IMEI
142
+
143
+ <dd class="description"><p>手机串号</p>
144
+
145
+
146
+ <dt id="TAG">TAG
147
+
148
+ <dd class="description"><p>标签</p>
149
+
150
+
151
+ </dl>
152
+ </section>
153
+
154
+
155
+
156
+
157
+ <!-- Methods -->
158
+
159
+ </section><!-- 5Buntitled-5D -->
160
+
161
+ </div><!-- documentation -->
162
+
163
+
164
+ <footer id="validator-badges">
165
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
166
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
167
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
168
+ </footer>
169
+
@@ -0,0 +1,166 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module JPushApiRubyClient - 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
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>lib/jpush_api_ruby_client.rb
53
+ <li>lib/jpush_api_ruby_client/client.rb
54
+ <li>lib/jpush_api_ruby_client/msg_type.rb
55
+ <li>lib/jpush_api_ruby_client/platform_type.rb
56
+ <li>lib/jpush_api_ruby_client/receiver_type.rb
57
+ <li>lib/jpush_api_ruby_client/version.rb
58
+ </ul>
59
+ </nav>
60
+
61
+
62
+ </div>
63
+
64
+ <div id="class-metadata">
65
+
66
+
67
+
68
+
69
+
70
+ </div>
71
+
72
+ <div id="project-metadata">
73
+ <nav id="fileindex-section" class="section project-section">
74
+ <h3 class="section-header">Pages</h3>
75
+
76
+ <ul>
77
+
78
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
79
+
80
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
81
+
82
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
83
+
84
+ <li class="file"><a href="./doc/created_rid.html">created.rid</a>
85
+
86
+ <li class="file"><a href="./jpush_api_ruby_client_gemspec.html">jpush_api_ruby_client.gemspec</a>
87
+
88
+ </ul>
89
+ </nav>
90
+
91
+ <nav id="classindex-section" class="section project-section">
92
+ <h3 class="section-header">Class and Module Index</h3>
93
+
94
+ <ul class="link-list">
95
+
96
+ <li><a href="./JPushApiRubyClient.html">JPushApiRubyClient</a>
97
+
98
+ <li><a href="./JPushApiRubyClient/Client.html">JPushApiRubyClient::Client</a>
99
+
100
+ <li><a href="./JPushApiRubyClient/MsgType.html">JPushApiRubyClient::MsgType</a>
101
+
102
+ <li><a href="./JPushApiRubyClient/PlatformType.html">JPushApiRubyClient::PlatformType</a>
103
+
104
+ <li><a href="./JPushApiRubyClient/ReceiverType.html">JPushApiRubyClient::ReceiverType</a>
105
+
106
+ </ul>
107
+ </nav>
108
+
109
+ </div>
110
+ </nav>
111
+
112
+ <div id="documentation">
113
+ <h1 class="module">module JPushApiRubyClient</h1>
114
+
115
+ <div id="description" class="description">
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="HTTPS_JPUSH_API_URL">HTTPS_JPUSH_API_URL
134
+
135
+ <dd class="description"><p>HTTPS</p>
136
+
137
+
138
+ <dt id="HTTP_JPUSH_API_URL">HTTP_JPUSH_API_URL
139
+
140
+ <dd class="description"><p>HTTP</p>
141
+
142
+
143
+ <dt id="VERSION">VERSION
144
+
145
+ <dd class="description">
146
+
147
+
148
+ </dl>
149
+ </section>
150
+
151
+
152
+
153
+
154
+ <!-- Methods -->
155
+
156
+ </section><!-- 5Buntitled-5D -->
157
+
158
+ </div><!-- documentation -->
159
+
160
+
161
+ <footer id="validator-badges">
162
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
163
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
164
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
165
+ </footer>
166
+