omni_kassa 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -0
- data/Gemfile.lock +41 -0
- data/README.md +73 -0
- data/Rakefile +11 -0
- data/app.rb +22 -0
- data/config.ru +6 -0
- data/doc/Gemfile.html +110 -0
- data/doc/HelloWorldTest.html +268 -0
- data/doc/OmniKassa/ConfigError.html +165 -0
- data/doc/OmniKassa/OmniKassaError.html +166 -0
- data/doc/OmniKassa/Request/RequestError.html +162 -0
- data/doc/OmniKassa/Request.html +632 -0
- data/doc/OmniKassa/Response/ResponseCodeError.html +162 -0
- data/doc/OmniKassa/Response/SealMismatchError.html +162 -0
- data/doc/OmniKassa/Response.html +581 -0
- data/doc/OmniKassa.html +357 -0
- data/doc/Rakefile.html +119 -0
- data/doc/app_rb.html +56 -0
- data/doc/created.rid +10 -0
- data/doc/index.html +116 -0
- data/doc/lib/omni_kassa/request_rb.html +52 -0
- data/doc/lib/omni_kassa/response_rb.html +52 -0
- data/doc/lib/omni_kassa_rb.html +60 -0
- data/doc/rdoc.css +706 -0
- data/doc/test/lib/omni_kassa/test_helper_rb.html +70 -0
- data/doc/test/omni_kassa_test_rb.html +54 -0
- data/doc/test_settings_rb.html +52 -0
- data/lib/omni_kassa/request.rb +69 -0
- data/lib/omni_kassa/response.rb +57 -0
- data/lib/omni_kassa.rb +42 -0
- data/omni_kassa.gemspec +21 -0
- data/test/capybara.rb +26 -0
- data/test/lib/omni_kassa/test_helper.rb +16 -0
- data/test/request_test.rb +50 -0
- data/test/response_test.rb +46 -0
- data/test_settings.rb +8 -0
- metadata +176 -0
@@ -0,0 +1,162 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
7
|
+
|
8
|
+
<title>Class: OmniKassa::Response::ResponseCodeError</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
|
11
|
+
|
12
|
+
<script src="../../js/jquery.js" type="text/javascript"
|
13
|
+
charset="utf-8"></script>
|
14
|
+
<script src="../../js/thickbox-compressed.js" type="text/javascript"
|
15
|
+
charset="utf-8"></script>
|
16
|
+
<script src="../../js/quicksearch.js" type="text/javascript"
|
17
|
+
charset="utf-8"></script>
|
18
|
+
<script src="../../js/darkfish.js" type="text/javascript"
|
19
|
+
charset="utf-8"></script>
|
20
|
+
|
21
|
+
</head>
|
22
|
+
<body class="class">
|
23
|
+
|
24
|
+
<div id="metadata">
|
25
|
+
<div id="home-metadata">
|
26
|
+
<div id="home-section" class="section">
|
27
|
+
<h3 class="section-header">
|
28
|
+
<a href="../../index.html">Home</a>
|
29
|
+
<a href="../../index.html#classes">Classes</a>
|
30
|
+
<a href="../../index.html#methods">Methods</a>
|
31
|
+
</h3>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="file-metadata">
|
36
|
+
<div id="file-list-section" class="section">
|
37
|
+
<h3 class="section-header">In Files</h3>
|
38
|
+
<div class="section-body">
|
39
|
+
<ul>
|
40
|
+
|
41
|
+
<li><a href="../../lib/omni_kassa/response_rb.html?TB_iframe=true&height=550&width=785"
|
42
|
+
class="thickbox" title="lib/omni_kassa/response.rb">lib/omni_kassa/response.rb</a></li>
|
43
|
+
|
44
|
+
</ul>
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div id="class-metadata">
|
52
|
+
|
53
|
+
<!-- Parent Class -->
|
54
|
+
|
55
|
+
<div id="parent-class-section" class="section">
|
56
|
+
<h3 class="section-header">Parent</h3>
|
57
|
+
|
58
|
+
<p class="link"><a href="../OmniKassaError.html">OmniKassa::OmniKassaError</a></p>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
|
62
|
+
|
63
|
+
<!-- Namespace Contents -->
|
64
|
+
|
65
|
+
|
66
|
+
<!-- Method Quickref -->
|
67
|
+
|
68
|
+
|
69
|
+
<!-- Included Modules -->
|
70
|
+
|
71
|
+
</div>
|
72
|
+
|
73
|
+
<div id="project-metadata">
|
74
|
+
|
75
|
+
|
76
|
+
<div id="fileindex-section" class="section project-section">
|
77
|
+
<h3 class="section-header">Files</h3>
|
78
|
+
<ul>
|
79
|
+
|
80
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a></li>
|
81
|
+
|
82
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
|
83
|
+
|
84
|
+
</ul>
|
85
|
+
</div>
|
86
|
+
|
87
|
+
|
88
|
+
<div id="classindex-section" class="section project-section">
|
89
|
+
<h3 class="section-header">Class Index
|
90
|
+
<span class="search-toggle"><img src="../../images/find.png"
|
91
|
+
height="16" width="16" alt="[+]"
|
92
|
+
title="show/hide quicksearch" /></span></h3>
|
93
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
94
|
+
<fieldset>
|
95
|
+
<legend>Quicksearch</legend>
|
96
|
+
<input type="text" name="quicksearch" value=""
|
97
|
+
class="quicksearch-field" />
|
98
|
+
</fieldset>
|
99
|
+
</form>
|
100
|
+
|
101
|
+
<ul class="link-list">
|
102
|
+
|
103
|
+
<li><a href="../../OmniKassa.html">OmniKassa</a></li>
|
104
|
+
|
105
|
+
<li><a href="../../OmniKassa/ConfigError.html">OmniKassa::ConfigError</a></li>
|
106
|
+
|
107
|
+
<li><a href="../../OmniKassa/OmniKassaError.html">OmniKassa::OmniKassaError</a></li>
|
108
|
+
|
109
|
+
<li><a href="../../OmniKassa/Request.html">OmniKassa::Request</a></li>
|
110
|
+
|
111
|
+
<li><a href="../../OmniKassa/Request/RequestError.html">OmniKassa::Request::RequestError</a></li>
|
112
|
+
|
113
|
+
<li><a href="../../OmniKassa/Response.html">OmniKassa::Response</a></li>
|
114
|
+
|
115
|
+
<li><a href="../../OmniKassa/Response/ResponseCodeError.html">OmniKassa::Response::ResponseCodeError</a></li>
|
116
|
+
|
117
|
+
<li><a href="../../OmniKassa/Response/SealMismatchError.html">OmniKassa::Response::SealMismatchError</a></li>
|
118
|
+
|
119
|
+
<li><a href="../../HelloWorldTest.html">HelloWorldTest</a></li>
|
120
|
+
|
121
|
+
</ul>
|
122
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
|
129
|
+
<div id="documentation">
|
130
|
+
<h1 class="class">OmniKassa::Response::ResponseCodeError</h1>
|
131
|
+
|
132
|
+
<div id="description">
|
133
|
+
|
134
|
+
</div>
|
135
|
+
|
136
|
+
<!-- Constants -->
|
137
|
+
|
138
|
+
|
139
|
+
<!-- Attributes -->
|
140
|
+
|
141
|
+
|
142
|
+
<!-- Methods -->
|
143
|
+
|
144
|
+
|
145
|
+
</div>
|
146
|
+
|
147
|
+
|
148
|
+
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
149
|
+
|
150
|
+
<p>Disabled; run with --debug to generate this.</p>
|
151
|
+
|
152
|
+
</div>
|
153
|
+
|
154
|
+
<div id="validator-badges">
|
155
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
156
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
157
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
158
|
+
</div>
|
159
|
+
|
160
|
+
</body>
|
161
|
+
</html>
|
162
|
+
|
@@ -0,0 +1,162 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
7
|
+
|
8
|
+
<title>Class: OmniKassa::Response::SealMismatchError</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
|
11
|
+
|
12
|
+
<script src="../../js/jquery.js" type="text/javascript"
|
13
|
+
charset="utf-8"></script>
|
14
|
+
<script src="../../js/thickbox-compressed.js" type="text/javascript"
|
15
|
+
charset="utf-8"></script>
|
16
|
+
<script src="../../js/quicksearch.js" type="text/javascript"
|
17
|
+
charset="utf-8"></script>
|
18
|
+
<script src="../../js/darkfish.js" type="text/javascript"
|
19
|
+
charset="utf-8"></script>
|
20
|
+
|
21
|
+
</head>
|
22
|
+
<body class="class">
|
23
|
+
|
24
|
+
<div id="metadata">
|
25
|
+
<div id="home-metadata">
|
26
|
+
<div id="home-section" class="section">
|
27
|
+
<h3 class="section-header">
|
28
|
+
<a href="../../index.html">Home</a>
|
29
|
+
<a href="../../index.html#classes">Classes</a>
|
30
|
+
<a href="../../index.html#methods">Methods</a>
|
31
|
+
</h3>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="file-metadata">
|
36
|
+
<div id="file-list-section" class="section">
|
37
|
+
<h3 class="section-header">In Files</h3>
|
38
|
+
<div class="section-body">
|
39
|
+
<ul>
|
40
|
+
|
41
|
+
<li><a href="../../lib/omni_kassa/response_rb.html?TB_iframe=true&height=550&width=785"
|
42
|
+
class="thickbox" title="lib/omni_kassa/response.rb">lib/omni_kassa/response.rb</a></li>
|
43
|
+
|
44
|
+
</ul>
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div id="class-metadata">
|
52
|
+
|
53
|
+
<!-- Parent Class -->
|
54
|
+
|
55
|
+
<div id="parent-class-section" class="section">
|
56
|
+
<h3 class="section-header">Parent</h3>
|
57
|
+
|
58
|
+
<p class="link"><a href="../OmniKassaError.html">OmniKassa::OmniKassaError</a></p>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
|
62
|
+
|
63
|
+
<!-- Namespace Contents -->
|
64
|
+
|
65
|
+
|
66
|
+
<!-- Method Quickref -->
|
67
|
+
|
68
|
+
|
69
|
+
<!-- Included Modules -->
|
70
|
+
|
71
|
+
</div>
|
72
|
+
|
73
|
+
<div id="project-metadata">
|
74
|
+
|
75
|
+
|
76
|
+
<div id="fileindex-section" class="section project-section">
|
77
|
+
<h3 class="section-header">Files</h3>
|
78
|
+
<ul>
|
79
|
+
|
80
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a></li>
|
81
|
+
|
82
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
|
83
|
+
|
84
|
+
</ul>
|
85
|
+
</div>
|
86
|
+
|
87
|
+
|
88
|
+
<div id="classindex-section" class="section project-section">
|
89
|
+
<h3 class="section-header">Class Index
|
90
|
+
<span class="search-toggle"><img src="../../images/find.png"
|
91
|
+
height="16" width="16" alt="[+]"
|
92
|
+
title="show/hide quicksearch" /></span></h3>
|
93
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
94
|
+
<fieldset>
|
95
|
+
<legend>Quicksearch</legend>
|
96
|
+
<input type="text" name="quicksearch" value=""
|
97
|
+
class="quicksearch-field" />
|
98
|
+
</fieldset>
|
99
|
+
</form>
|
100
|
+
|
101
|
+
<ul class="link-list">
|
102
|
+
|
103
|
+
<li><a href="../../OmniKassa.html">OmniKassa</a></li>
|
104
|
+
|
105
|
+
<li><a href="../../OmniKassa/ConfigError.html">OmniKassa::ConfigError</a></li>
|
106
|
+
|
107
|
+
<li><a href="../../OmniKassa/OmniKassaError.html">OmniKassa::OmniKassaError</a></li>
|
108
|
+
|
109
|
+
<li><a href="../../OmniKassa/Request.html">OmniKassa::Request</a></li>
|
110
|
+
|
111
|
+
<li><a href="../../OmniKassa/Request/RequestError.html">OmniKassa::Request::RequestError</a></li>
|
112
|
+
|
113
|
+
<li><a href="../../OmniKassa/Response.html">OmniKassa::Response</a></li>
|
114
|
+
|
115
|
+
<li><a href="../../OmniKassa/Response/ResponseCodeError.html">OmniKassa::Response::ResponseCodeError</a></li>
|
116
|
+
|
117
|
+
<li><a href="../../OmniKassa/Response/SealMismatchError.html">OmniKassa::Response::SealMismatchError</a></li>
|
118
|
+
|
119
|
+
<li><a href="../../HelloWorldTest.html">HelloWorldTest</a></li>
|
120
|
+
|
121
|
+
</ul>
|
122
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
|
129
|
+
<div id="documentation">
|
130
|
+
<h1 class="class">OmniKassa::Response::SealMismatchError</h1>
|
131
|
+
|
132
|
+
<div id="description">
|
133
|
+
|
134
|
+
</div>
|
135
|
+
|
136
|
+
<!-- Constants -->
|
137
|
+
|
138
|
+
|
139
|
+
<!-- Attributes -->
|
140
|
+
|
141
|
+
|
142
|
+
<!-- Methods -->
|
143
|
+
|
144
|
+
|
145
|
+
</div>
|
146
|
+
|
147
|
+
|
148
|
+
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
149
|
+
|
150
|
+
<p>Disabled; run with --debug to generate this.</p>
|
151
|
+
|
152
|
+
</div>
|
153
|
+
|
154
|
+
<div id="validator-badges">
|
155
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
156
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
157
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
158
|
+
</div>
|
159
|
+
|
160
|
+
</body>
|
161
|
+
</html>
|
162
|
+
|