libastag 0.0.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 (96) hide show
  1. data/CHANGES +7 -0
  2. data/MIT-LICENSE +19 -0
  3. data/README +65 -0
  4. data/Rakefile +276 -0
  5. data/TODO +7 -0
  6. data/doc/classes/Helpers/REXML/Attributes.html +179 -0
  7. data/doc/classes/Helpers/REXML.html +115 -0
  8. data/doc/classes/Helpers.html +181 -0
  9. data/doc/classes/Libastag/Rabbit.html +462 -0
  10. data/doc/classes/Libastag/RabitEar.html +120 -0
  11. data/doc/classes/Libastag/RabitLed.html +120 -0
  12. data/doc/classes/Libastag.html +141 -0
  13. data/doc/classes/Request/Action.html +213 -0
  14. data/doc/classes/Request/Base/Event.html +226 -0
  15. data/doc/classes/Request/Base/EventCollection.html +246 -0
  16. data/doc/classes/Request/Base.html +134 -0
  17. data/doc/classes/Request/GET_EARS_POSITION.html +151 -0
  18. data/doc/classes/Request/Query.html +244 -0
  19. data/doc/classes/Request/SetEarsPosition.html +213 -0
  20. data/doc/classes/Request/TtsMessage.html +235 -0
  21. data/doc/classes/Request.html +414 -0
  22. data/doc/classes/Response/AbuseSending.html +165 -0
  23. data/doc/classes/Response/Base/BadServerRsp.html +163 -0
  24. data/doc/classes/Response/Base/GoodServerRsp.html +161 -0
  25. data/doc/classes/Response/Base/ServerRsp.html +347 -0
  26. data/doc/classes/Response/Base.html +162 -0
  27. data/doc/classes/Response/Blacklist.html +165 -0
  28. data/doc/classes/Response/ChorNotSend.html +166 -0
  29. data/doc/classes/Response/ChorSend.html +165 -0
  30. data/doc/classes/Response/CommandSend.html +168 -0
  31. data/doc/classes/Response/EarPositionNotSend.html +165 -0
  32. data/doc/classes/Response/EarPositionSend.html +165 -0
  33. data/doc/classes/Response/EmptyServerRsp.html +161 -0
  34. data/doc/classes/Response/LangListUser.html +166 -0
  35. data/doc/classes/Response/LinkPreview.html +165 -0
  36. data/doc/classes/Response/ListFriend.html +165 -0
  37. data/doc/classes/Response/ListReceivedMsg.html +165 -0
  38. data/doc/classes/Response/MessageNotSend.html +165 -0
  39. data/doc/classes/Response/MessageSend.html +165 -0
  40. data/doc/classes/Response/NabCastNotSend.html +169 -0
  41. data/doc/classes/Response/NabCastSend.html +165 -0
  42. data/doc/classes/Response/NoCorrectParameters.html +165 -0
  43. data/doc/classes/Response/NoGoodTokenOrSerial.html +165 -0
  44. data/doc/classes/Response/NotV2Rabbit.html +165 -0
  45. data/doc/classes/Response/PositionEar.html +166 -0
  46. data/doc/classes/Response/ProtocolExcepion.html +164 -0
  47. data/doc/classes/Response/RabbitName.html +164 -0
  48. data/doc/classes/Response/RabbitSleep.html +164 -0
  49. data/doc/classes/Response/RabbitVersion.html +164 -0
  50. data/doc/classes/Response/Signature.html +164 -0
  51. data/doc/classes/Response/Timezone.html +164 -0
  52. data/doc/classes/Response/TtsNotSend.html +168 -0
  53. data/doc/classes/Response/TtsSend.html +165 -0
  54. data/doc/classes/Response/VoiceListTts.html +165 -0
  55. data/doc/classes/Response/WebRadioNotSend.html +165 -0
  56. data/doc/classes/Response/WebRadioSend.html +165 -0
  57. data/doc/classes/Response.html +337 -0
  58. data/doc/classes/VioletAPI.html +118 -0
  59. data/doc/created.rid +1 -0
  60. data/doc/dot/f_0.dot +14 -0
  61. data/doc/dot/f_0.png +0 -0
  62. data/doc/dot/f_4.dot +57 -0
  63. data/doc/dot/f_4.png +0 -0
  64. data/doc/dot/f_5.dot +489 -0
  65. data/doc/dot/f_5.png +0 -0
  66. data/doc/dot/f_6.dot +55 -0
  67. data/doc/dot/f_6.png +0 -0
  68. data/doc/dot/f_7.dot +30 -0
  69. data/doc/dot/f_7.png +0 -0
  70. data/doc/dot/f_8.dot +142 -0
  71. data/doc/dot/f_8.png +0 -0
  72. data/doc/files/CHANGES.html +126 -0
  73. data/doc/files/MIT-LICENSE.html +134 -0
  74. data/doc/files/README.html +192 -0
  75. data/doc/files/TODO.html +126 -0
  76. data/doc/files/lib/libastag_rb.html +116 -0
  77. data/doc/files/lib/violet/helpers_rb.html +123 -0
  78. data/doc/files/lib/violet/request_rb.html +133 -0
  79. data/doc/files/lib/violet/response_rb.html +220 -0
  80. data/doc/files/lib/violet/violetapi_rb.html +114 -0
  81. data/doc/fr_class_index.html +79 -0
  82. data/doc/fr_file_index.html +35 -0
  83. data/doc/fr_method_index.html +56 -0
  84. data/doc/index.html +24 -0
  85. data/doc/rdoc-style.css +208 -0
  86. data/lib/libastag.rb +116 -0
  87. data/lib/violet/helpers.rb +48 -0
  88. data/lib/violet/request.rb +301 -0
  89. data/lib/violet/response.rb +412 -0
  90. data/lib/violet/violetapi.rb +14 -0
  91. data/test/fake_violet_srv.rb +94 -0
  92. data/test/test_helpers.rb +31 -0
  93. data/test/test_request.rb +20 -0
  94. data/test/test_response.rb +295 -0
  95. data/test/test_send.rb +137 -0
  96. metadata +264 -0
@@ -0,0 +1,165 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Response::LinkPreview</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Response::LinkPreview</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/violet/response_rb.html">
59
+ lib/violet/response.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Base/GoodServerRsp.html">
69
+ Base::GoodServerRsp
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
+ <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
+ <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
+ <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
+ <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
+ <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
+ <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
+ <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
121
+ </map>
122
+ <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
123
+ </div>
124
+
125
+ <div id="description">
126
+ <p>
127
+ Preview the TTS or music (with music id) without sending it
128
+ </p>
129
+ <pre>
130
+ rsp.message # =&gt; &quot;LINKPREVIEW&quot;
131
+ rsp.comment # =&gt; &quot;XXXX&quot;
132
+ </pre>
133
+
134
+ </div>
135
+
136
+
137
+ </div>
138
+
139
+
140
+ </div>
141
+
142
+
143
+ <!-- if includes -->
144
+
145
+ <div id="section">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <!-- if method_list -->
155
+
156
+
157
+ </div>
158
+
159
+
160
+ <div id="validator-badges">
161
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
162
+ </div>
163
+
164
+ </body>
165
+ </html>
@@ -0,0 +1,165 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Response::ListFriend</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Response::ListFriend</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/violet/response_rb.html">
59
+ lib/violet/response.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Base/GoodServerRsp.html">
69
+ Base::GoodServerRsp
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
+ <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
+ <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
+ <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
+ <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
+ <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
+ <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
+ <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
121
+ </map>
122
+ <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
123
+ </div>
124
+
125
+ <div id="description">
126
+ <p>
127
+ Getting friends list
128
+ </p>
129
+ <pre>
130
+ rsp.listfriend # =&gt; {:nb=&gt;&quot;2&quot;}
131
+ rsp.friends # =&gt; [{:name=&gt;&quot;toto&quot;}, {:name=&gt;&quot;titi&quot;}]
132
+ </pre>
133
+
134
+ </div>
135
+
136
+
137
+ </div>
138
+
139
+
140
+ </div>
141
+
142
+
143
+ <!-- if includes -->
144
+
145
+ <div id="section">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <!-- if method_list -->
155
+
156
+
157
+ </div>
158
+
159
+
160
+ <div id="validator-badges">
161
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
162
+ </div>
163
+
164
+ </body>
165
+ </html>
@@ -0,0 +1,165 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Response::ListReceivedMsg</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Response::ListReceivedMsg</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/violet/response_rb.html">
59
+ lib/violet/response.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Base/GoodServerRsp.html">
69
+ Base::GoodServerRsp
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
+ <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
+ <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
+ <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
+ <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
+ <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
+ <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
+ <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
121
+ </map>
122
+ <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
123
+ </div>
124
+
125
+ <div id="description">
126
+ <p>
127
+ a count and the list of the messages in your inbox
128
+ </p>
129
+ <pre>
130
+ rsp.listreceivedmsg # =&gt; {:nb=&gt;&quot;1&quot;}
131
+ rsp.msg # =&gt; {:title=&gt;&quot;my message&quot;, :date=&gt;&quot;today 11:59&quot;, :from=&gt;&quot;toto&quot;, :url=&gt;&quot;broad/001/948.mp3&quot;}
132
+ </pre>
133
+
134
+ </div>
135
+
136
+
137
+ </div>
138
+
139
+
140
+ </div>
141
+
142
+
143
+ <!-- if includes -->
144
+
145
+ <div id="section">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <!-- if method_list -->
155
+
156
+
157
+ </div>
158
+
159
+
160
+ <div id="validator-badges">
161
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
162
+ </div>
163
+
164
+ </body>
165
+ </html>
@@ -0,0 +1,165 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Response::MessageNotSend</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Response::MessageNotSend</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/violet/response_rb.html">
59
+ lib/violet/response.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Base/BadServerRsp.html">
69
+ Base::BadServerRsp
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
+ <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
+ <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
+ <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
+ <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
+ <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
+ <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
+ <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
121
+ </map>
122
+ <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
123
+ </div>
124
+
125
+ <div id="description">
126
+ <p>
127
+ Message not sent
128
+ </p>
129
+ <pre>
130
+ rsp.message # =&gt; &quot;MESSAGENOTSEND&quot;
131
+ rsp.comment # =&gt; &quot;Your message could not be sent&quot;
132
+ </pre>
133
+
134
+ </div>
135
+
136
+
137
+ </div>
138
+
139
+
140
+ </div>
141
+
142
+
143
+ <!-- if includes -->
144
+
145
+ <div id="section">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <!-- if method_list -->
155
+
156
+
157
+ </div>
158
+
159
+
160
+ <div id="validator-badges">
161
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
162
+ </div>
163
+
164
+ </body>
165
+ </html>