TaxCloud 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. data/.gitignore +8 -0
  2. data/Gemfile +9 -0
  3. data/Gemfile.lock +79 -0
  4. data/README +93 -0
  5. data/config.ru +2 -0
  6. data/doc/Gemfile.html +143 -0
  7. data/doc/Helper.html +249 -0
  8. data/doc/Object.html +193 -0
  9. data/doc/README.html +245 -0
  10. data/doc/TaxCloud.html +244 -0
  11. data/doc/TaxCloud/Address.html +356 -0
  12. data/doc/TaxCloud/AuthorizedResponse.html +226 -0
  13. data/doc/TaxCloud/AuthorizedService.html +304 -0
  14. data/doc/TaxCloud/AuthorizedWithCaptureResponse.html +246 -0
  15. data/doc/TaxCloud/BaseService.html +243 -0
  16. data/doc/TaxCloud/CapturedResponse.html +226 -0
  17. data/doc/TaxCloud/CartItem.html +341 -0
  18. data/doc/TaxCloud/CartItemResponse.html +256 -0
  19. data/doc/TaxCloud/CartItemsResponse.html +286 -0
  20. data/doc/TaxCloud/GetTICsResponse.html +284 -0
  21. data/doc/TaxCloud/LookupResponse.html +259 -0
  22. data/doc/TaxCloud/LookupService.html +230 -0
  23. data/doc/TaxCloud/MessageType.html +205 -0
  24. data/doc/TaxCloud/ResponseBase.html +214 -0
  25. data/doc/TaxCloud/ResponseMessage.html +212 -0
  26. data/doc/TaxCloud/ResponseType.html +212 -0
  27. data/doc/TaxCloud/ReturnedResponse.html +226 -0
  28. data/doc/TaxCloud/ReturnedService.html +231 -0
  29. data/doc/TaxCloud/TIC.html +272 -0
  30. data/doc/TaxCloud/TICService.html +292 -0
  31. data/doc/TaxCloud/VerifyAddressResult.html +361 -0
  32. data/doc/TaxCloud/VerifyAddressService.html +236 -0
  33. data/doc/created.rid +33 -0
  34. data/doc/images/add.png +0 -0
  35. data/doc/images/brick.png +0 -0
  36. data/doc/images/brick_link.png +0 -0
  37. data/doc/images/bug.png +0 -0
  38. data/doc/images/bullet_black.png +0 -0
  39. data/doc/images/bullet_toggle_minus.png +0 -0
  40. data/doc/images/bullet_toggle_plus.png +0 -0
  41. data/doc/images/date.png +0 -0
  42. data/doc/images/delete.png +0 -0
  43. data/doc/images/find.png +0 -0
  44. data/doc/images/loadingAnimation.gif +0 -0
  45. data/doc/images/macFFBgHack.png +0 -0
  46. data/doc/images/package.png +0 -0
  47. data/doc/images/page_green.png +0 -0
  48. data/doc/images/page_white_text.png +0 -0
  49. data/doc/images/page_white_width.png +0 -0
  50. data/doc/images/plugin.png +0 -0
  51. data/doc/images/ruby.png +0 -0
  52. data/doc/images/tag_blue.png +0 -0
  53. data/doc/images/tag_green.png +0 -0
  54. data/doc/images/transparent.png +0 -0
  55. data/doc/images/wrench.png +0 -0
  56. data/doc/images/wrench_orange.png +0 -0
  57. data/doc/images/zoom.png +0 -0
  58. data/doc/index.html +130 -0
  59. data/doc/js/darkfish.js +153 -0
  60. data/doc/js/jquery.js +18 -0
  61. data/doc/js/navigation.js +142 -0
  62. data/doc/js/search.js +94 -0
  63. data/doc/js/search_index.js +1 -0
  64. data/doc/js/searcher.js +228 -0
  65. data/doc/rdoc.css +543 -0
  66. data/doc/table_of_contents.html +200 -0
  67. data/lib/address.rb +27 -0
  68. data/lib/cartitem.rb +28 -0
  69. data/lib/response/authorized_response.rb +15 -0
  70. data/lib/response/authorized_with_capture_response.rb +16 -0
  71. data/lib/response/captured_response.rb +15 -0
  72. data/lib/response/cart_item_response.rb +11 -0
  73. data/lib/response/cart_items_response.rb +22 -0
  74. data/lib/response/get_ti_cs_response.rb +18 -0
  75. data/lib/response/lookup_response.rb +24 -0
  76. data/lib/response/message_type.rb +12 -0
  77. data/lib/response/response_base.rb +10 -0
  78. data/lib/response/response_message.rb +9 -0
  79. data/lib/response/response_type.rb +9 -0
  80. data/lib/response/returned_response.rb +15 -0
  81. data/lib/response/verify_address_result.rb +21 -0
  82. data/lib/service/authorized_service.rb +40 -0
  83. data/lib/service/base_service.rb +13 -0
  84. data/lib/service/lookup_service.rb +20 -0
  85. data/lib/service/returned_service.rb +19 -0
  86. data/lib/service/tic_service.rb +26 -0
  87. data/lib/service/verify_address_service.rb +26 -0
  88. data/lib/tic.rb +14 -0
  89. data/spec/helper.rb +38 -0
  90. data/spec/service/authorized_service_spec.rb +66 -0
  91. data/spec/service/lookup_service_spec.rb +45 -0
  92. data/spec/service/returned_service_spec.rb +36 -0
  93. data/spec/service/tic_serivce_spec.rb +47 -0
  94. data/spec/service/verify_address_service_spec.rb +24 -0
  95. data/spec/spec_helper.rb +12 -0
  96. data/taxcloud.gemspec +18 -0
  97. metadata +117 -3
@@ -0,0 +1,205 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class TaxCloud::MessageType - 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/response/message_type.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link"><a href="../Object.html">Object</a>
63
+
64
+ </nav>
65
+
66
+
67
+
68
+ </div>
69
+
70
+ <div id="project-metadata">
71
+ <nav id="fileindex-section" class="section project-section">
72
+ <h3 class="section-header">Pages</h3>
73
+
74
+ <ul>
75
+
76
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
77
+
78
+ <li class="file"><a href="../README.html">README</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ <nav id="classindex-section" class="section project-section">
84
+ <h3 class="section-header">Class and Module Index</h3>
85
+
86
+ <ul class="link-list">
87
+
88
+ <li><a href="../TaxCloud.html">TaxCloud</a>
89
+
90
+ <li><a href="../TaxCloud.html">TaxCloud</a>
91
+
92
+ <li><a href="../TaxCloud/Address.html">TaxCloud::Address</a>
93
+
94
+ <li><a href="../TaxCloud/AuthorizedResponse.html">TaxCloud::AuthorizedResponse</a>
95
+
96
+ <li><a href="../TaxCloud/AuthorizedService.html">TaxCloud::AuthorizedService</a>
97
+
98
+ <li><a href="../TaxCloud/AuthorizedWithCaptureResponse.html">TaxCloud::AuthorizedWithCaptureResponse</a>
99
+
100
+ <li><a href="../TaxCloud/BaseService.html">TaxCloud::BaseService</a>
101
+
102
+ <li><a href="../TaxCloud/CapturedResponse.html">TaxCloud::CapturedResponse</a>
103
+
104
+ <li><a href="../TaxCloud/CartItem.html">TaxCloud::CartItem</a>
105
+
106
+ <li><a href="../TaxCloud/CartItemResponse.html">TaxCloud::CartItemResponse</a>
107
+
108
+ <li><a href="../TaxCloud/CartItemsResponse.html">TaxCloud::CartItemsResponse</a>
109
+
110
+ <li><a href="../TaxCloud/GetTICsResponse.html">TaxCloud::GetTICsResponse</a>
111
+
112
+ <li><a href="../TaxCloud/LookupResponse.html">TaxCloud::LookupResponse</a>
113
+
114
+ <li><a href="../TaxCloud/LookupService.html">TaxCloud::LookupService</a>
115
+
116
+ <li><a href="../TaxCloud/MessageType.html">TaxCloud::MessageType</a>
117
+
118
+ <li><a href="../TaxCloud/ResponseBase.html">TaxCloud::ResponseBase</a>
119
+
120
+ <li><a href="../TaxCloud/ResponseMessage.html">TaxCloud::ResponseMessage</a>
121
+
122
+ <li><a href="../TaxCloud/ResponseType.html">TaxCloud::ResponseType</a>
123
+
124
+ <li><a href="../TaxCloud/ReturnedResponse.html">TaxCloud::ReturnedResponse</a>
125
+
126
+ <li><a href="../TaxCloud/ReturnedService.html">TaxCloud::ReturnedService</a>
127
+
128
+ <li><a href="../TaxCloud/TIC.html">TaxCloud::TIC</a>
129
+
130
+ <li><a href="../TaxCloud/TICService.html">TaxCloud::TICService</a>
131
+
132
+ <li><a href="../TaxCloud/VerifyAddressResult.html">TaxCloud::VerifyAddressResult</a>
133
+
134
+ <li><a href="../TaxCloud/VerifyAddressService.html">TaxCloud::VerifyAddressService</a>
135
+
136
+ <li><a href="../Helper.html">Helper</a>
137
+
138
+ <li><a href="../Object.html">Object</a>
139
+
140
+ </ul>
141
+ </nav>
142
+
143
+ </div>
144
+ </nav>
145
+
146
+ <div id="documentation">
147
+ <h1 class="class">class TaxCloud::MessageType</h1>
148
+
149
+ <div id="description" class="description">
150
+
151
+ </div><!-- description -->
152
+
153
+
154
+
155
+
156
+ <section id="5Buntitled-5D" class="documentation-section">
157
+
158
+
159
+
160
+
161
+
162
+ <!-- Constants -->
163
+ <section id="constants-list" class="section">
164
+ <h3 class="section-header">Constants</h3>
165
+ <dl>
166
+
167
+ <dt id="ERROR">ERROR
168
+
169
+ <dd class="description">
170
+
171
+
172
+ <dt id="INFORMATIONAL">INFORMATIONAL
173
+
174
+ <dd class="description">
175
+
176
+
177
+ <dt id="OK">OK
178
+
179
+ <dd class="description">
180
+
181
+
182
+ <dt id="WARNING">WARNING
183
+
184
+ <dd class="description">
185
+
186
+
187
+ </dl>
188
+ </section>
189
+
190
+
191
+
192
+
193
+ <!-- Methods -->
194
+
195
+ </section><!-- 5Buntitled-5D -->
196
+
197
+ </div><!-- documentation -->
198
+
199
+
200
+ <footer id="validator-badges">
201
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
202
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
203
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
204
+ </footer>
205
+
@@ -0,0 +1,214 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class TaxCloud::ResponseBase - 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/response/response_base.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link"><a href="../Object.html">Object</a>
63
+
64
+ </nav>
65
+
66
+
67
+
68
+ </div>
69
+
70
+ <div id="project-metadata">
71
+ <nav id="fileindex-section" class="section project-section">
72
+ <h3 class="section-header">Pages</h3>
73
+
74
+ <ul>
75
+
76
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
77
+
78
+ <li class="file"><a href="../README.html">README</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ <nav id="classindex-section" class="section project-section">
84
+ <h3 class="section-header">Class and Module Index</h3>
85
+
86
+ <ul class="link-list">
87
+
88
+ <li><a href="../TaxCloud.html">TaxCloud</a>
89
+
90
+ <li><a href="../TaxCloud.html">TaxCloud</a>
91
+
92
+ <li><a href="../TaxCloud/Address.html">TaxCloud::Address</a>
93
+
94
+ <li><a href="../TaxCloud/AuthorizedResponse.html">TaxCloud::AuthorizedResponse</a>
95
+
96
+ <li><a href="../TaxCloud/AuthorizedService.html">TaxCloud::AuthorizedService</a>
97
+
98
+ <li><a href="../TaxCloud/AuthorizedWithCaptureResponse.html">TaxCloud::AuthorizedWithCaptureResponse</a>
99
+
100
+ <li><a href="../TaxCloud/BaseService.html">TaxCloud::BaseService</a>
101
+
102
+ <li><a href="../TaxCloud/CapturedResponse.html">TaxCloud::CapturedResponse</a>
103
+
104
+ <li><a href="../TaxCloud/CartItem.html">TaxCloud::CartItem</a>
105
+
106
+ <li><a href="../TaxCloud/CartItemResponse.html">TaxCloud::CartItemResponse</a>
107
+
108
+ <li><a href="../TaxCloud/CartItemsResponse.html">TaxCloud::CartItemsResponse</a>
109
+
110
+ <li><a href="../TaxCloud/GetTICsResponse.html">TaxCloud::GetTICsResponse</a>
111
+
112
+ <li><a href="../TaxCloud/LookupResponse.html">TaxCloud::LookupResponse</a>
113
+
114
+ <li><a href="../TaxCloud/LookupService.html">TaxCloud::LookupService</a>
115
+
116
+ <li><a href="../TaxCloud/MessageType.html">TaxCloud::MessageType</a>
117
+
118
+ <li><a href="../TaxCloud/ResponseBase.html">TaxCloud::ResponseBase</a>
119
+
120
+ <li><a href="../TaxCloud/ResponseMessage.html">TaxCloud::ResponseMessage</a>
121
+
122
+ <li><a href="../TaxCloud/ResponseType.html">TaxCloud::ResponseType</a>
123
+
124
+ <li><a href="../TaxCloud/ReturnedResponse.html">TaxCloud::ReturnedResponse</a>
125
+
126
+ <li><a href="../TaxCloud/ReturnedService.html">TaxCloud::ReturnedService</a>
127
+
128
+ <li><a href="../TaxCloud/TIC.html">TaxCloud::TIC</a>
129
+
130
+ <li><a href="../TaxCloud/TICService.html">TaxCloud::TICService</a>
131
+
132
+ <li><a href="../TaxCloud/VerifyAddressResult.html">TaxCloud::VerifyAddressResult</a>
133
+
134
+ <li><a href="../TaxCloud/VerifyAddressService.html">TaxCloud::VerifyAddressService</a>
135
+
136
+ <li><a href="../Helper.html">Helper</a>
137
+
138
+ <li><a href="../Object.html">Object</a>
139
+
140
+ </ul>
141
+ </nav>
142
+
143
+ </div>
144
+ </nav>
145
+
146
+ <div id="documentation">
147
+ <h1 class="class">class TaxCloud::ResponseBase</h1>
148
+
149
+ <div id="description" class="description">
150
+
151
+ </div><!-- description -->
152
+
153
+
154
+
155
+
156
+ <section id="5Buntitled-5D" class="documentation-section">
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+ <!-- Attributes -->
165
+ <section id="attribute-method-details" class="method-section section">
166
+ <h3 class="section-header">Attributes</h3>
167
+
168
+
169
+ <div id="attribute-i-messages" class="method-detail">
170
+ <div class="method-heading attribute-method-heading">
171
+ <span class="method-name">messages</span><span
172
+ class="attribute-access-type">[RW]</span>
173
+ </div>
174
+
175
+ <div class="method-description">
176
+
177
+ <p><a href="ResponseBase.html#attribute-i-response_type">#response_type</a> is
178
+ an instance of <a href="MessageType.html">MessageType</a> messages is an
179
+ Array of <a href="ResponseMessage.html">ResponseMessage</a></p>
180
+
181
+ </div>
182
+ </div>
183
+
184
+ <div id="attribute-i-response_type" class="method-detail">
185
+ <div class="method-heading attribute-method-heading">
186
+ <span class="method-name">response_type</span><span
187
+ class="attribute-access-type">[RW]</span>
188
+ </div>
189
+
190
+ <div class="method-description">
191
+
192
+ <p><a href="ResponseBase.html#attribute-i-response_type">#response_type</a> is
193
+ an instance of <a href="MessageType.html">MessageType</a> messages is an
194
+ Array of <a href="ResponseMessage.html">ResponseMessage</a></p>
195
+
196
+ </div>
197
+ </div>
198
+
199
+ </section><!-- attribute-method-details -->
200
+
201
+
202
+ <!-- Methods -->
203
+
204
+ </section><!-- 5Buntitled-5D -->
205
+
206
+ </div><!-- documentation -->
207
+
208
+
209
+ <footer id="validator-badges">
210
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
211
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
212
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
213
+ </footer>
214
+
@@ -0,0 +1,212 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class TaxCloud::ResponseMessage - 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/response/response_message.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link"><a href="../Object.html">Object</a>
63
+
64
+ </nav>
65
+
66
+
67
+
68
+ </div>
69
+
70
+ <div id="project-metadata">
71
+ <nav id="fileindex-section" class="section project-section">
72
+ <h3 class="section-header">Pages</h3>
73
+
74
+ <ul>
75
+
76
+ <li class="file"><a href="../Gemfile.html">Gemfile</a>
77
+
78
+ <li class="file"><a href="../README.html">README</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ <nav id="classindex-section" class="section project-section">
84
+ <h3 class="section-header">Class and Module Index</h3>
85
+
86
+ <ul class="link-list">
87
+
88
+ <li><a href="../TaxCloud.html">TaxCloud</a>
89
+
90
+ <li><a href="../TaxCloud.html">TaxCloud</a>
91
+
92
+ <li><a href="../TaxCloud/Address.html">TaxCloud::Address</a>
93
+
94
+ <li><a href="../TaxCloud/AuthorizedResponse.html">TaxCloud::AuthorizedResponse</a>
95
+
96
+ <li><a href="../TaxCloud/AuthorizedService.html">TaxCloud::AuthorizedService</a>
97
+
98
+ <li><a href="../TaxCloud/AuthorizedWithCaptureResponse.html">TaxCloud::AuthorizedWithCaptureResponse</a>
99
+
100
+ <li><a href="../TaxCloud/BaseService.html">TaxCloud::BaseService</a>
101
+
102
+ <li><a href="../TaxCloud/CapturedResponse.html">TaxCloud::CapturedResponse</a>
103
+
104
+ <li><a href="../TaxCloud/CartItem.html">TaxCloud::CartItem</a>
105
+
106
+ <li><a href="../TaxCloud/CartItemResponse.html">TaxCloud::CartItemResponse</a>
107
+
108
+ <li><a href="../TaxCloud/CartItemsResponse.html">TaxCloud::CartItemsResponse</a>
109
+
110
+ <li><a href="../TaxCloud/GetTICsResponse.html">TaxCloud::GetTICsResponse</a>
111
+
112
+ <li><a href="../TaxCloud/LookupResponse.html">TaxCloud::LookupResponse</a>
113
+
114
+ <li><a href="../TaxCloud/LookupService.html">TaxCloud::LookupService</a>
115
+
116
+ <li><a href="../TaxCloud/MessageType.html">TaxCloud::MessageType</a>
117
+
118
+ <li><a href="../TaxCloud/ResponseBase.html">TaxCloud::ResponseBase</a>
119
+
120
+ <li><a href="../TaxCloud/ResponseMessage.html">TaxCloud::ResponseMessage</a>
121
+
122
+ <li><a href="../TaxCloud/ResponseType.html">TaxCloud::ResponseType</a>
123
+
124
+ <li><a href="../TaxCloud/ReturnedResponse.html">TaxCloud::ReturnedResponse</a>
125
+
126
+ <li><a href="../TaxCloud/ReturnedService.html">TaxCloud::ReturnedService</a>
127
+
128
+ <li><a href="../TaxCloud/TIC.html">TaxCloud::TIC</a>
129
+
130
+ <li><a href="../TaxCloud/TICService.html">TaxCloud::TICService</a>
131
+
132
+ <li><a href="../TaxCloud/VerifyAddressResult.html">TaxCloud::VerifyAddressResult</a>
133
+
134
+ <li><a href="../TaxCloud/VerifyAddressService.html">TaxCloud::VerifyAddressService</a>
135
+
136
+ <li><a href="../Helper.html">Helper</a>
137
+
138
+ <li><a href="../Object.html">Object</a>
139
+
140
+ </ul>
141
+ </nav>
142
+
143
+ </div>
144
+ </nav>
145
+
146
+ <div id="documentation">
147
+ <h1 class="class">class TaxCloud::ResponseMessage</h1>
148
+
149
+ <div id="description" class="description">
150
+
151
+ </div><!-- description -->
152
+
153
+
154
+
155
+
156
+ <section id="5Buntitled-5D" class="documentation-section">
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+ <!-- Attributes -->
165
+ <section id="attribute-method-details" class="method-section section">
166
+ <h3 class="section-header">Attributes</h3>
167
+
168
+
169
+ <div id="attribute-i-message" class="method-detail">
170
+ <div class="method-heading attribute-method-heading">
171
+ <span class="method-name">message</span><span
172
+ class="attribute-access-type">[RW]</span>
173
+ </div>
174
+
175
+ <div class="method-description">
176
+
177
+ <p><a href="ResponseMessage.html#attribute-i-response_type">#response_type</a>
178
+ is a message_type message is a string</p>
179
+
180
+ </div>
181
+ </div>
182
+
183
+ <div id="attribute-i-response_type" class="method-detail">
184
+ <div class="method-heading attribute-method-heading">
185
+ <span class="method-name">response_type</span><span
186
+ class="attribute-access-type">[RW]</span>
187
+ </div>
188
+
189
+ <div class="method-description">
190
+
191
+ <p><a href="ResponseMessage.html#attribute-i-response_type">#response_type</a>
192
+ is a message_type message is a string</p>
193
+
194
+ </div>
195
+ </div>
196
+
197
+ </section><!-- attribute-method-details -->
198
+
199
+
200
+ <!-- Methods -->
201
+
202
+ </section><!-- 5Buntitled-5D -->
203
+
204
+ </div><!-- documentation -->
205
+
206
+
207
+ <footer id="validator-badges">
208
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
209
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
210
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
211
+ </footer>
212
+