Module: UnionpayApp
- Defined in:
- lib/unionpay_app.rb,
lib/unionpay_app/service.rb,
lib/unionpay_app/version.rb
Defined Under Namespace
Modules: Service
Constant Summary collapse
- VERSION =
"0.9.0"
Class Attribute Summary collapse
-
.back_url ⇒ Object
Returns the value of attribute back_url.
-
.cer ⇒ Object
Returns the value of attribute cer.
-
.cert_id ⇒ Object
Returns the value of attribute cert_id.
-
.front_url ⇒ Object
Returns the value of attribute front_url.
-
.mer_id ⇒ Object
Returns the value of attribute mer_id.
-
.private_key ⇒ Object
Returns the value of attribute private_key.
-
.query_uri ⇒ Object
Returns the value of attribute query_uri.
-
.uri ⇒ Object
Returns the value of attribute uri.
Class Attribute Details
.back_url ⇒ Object
Returns the value of attribute back_url.
6 7 8 |
# File 'lib/unionpay_app.rb', line 6 def back_url @back_url end |
.cer ⇒ Object
Returns the value of attribute cer.
10 11 12 |
# File 'lib/unionpay_app.rb', line 10 def cer @cer end |
.cert_id ⇒ Object
Returns the value of attribute cert_id.
11 12 13 |
# File 'lib/unionpay_app.rb', line 11 def cert_id @cert_id end |
.front_url ⇒ Object
Returns the value of attribute front_url.
5 6 7 |
# File 'lib/unionpay_app.rb', line 5 def front_url @front_url end |
.mer_id ⇒ Object
Returns the value of attribute mer_id.
7 8 9 |
# File 'lib/unionpay_app.rb', line 7 def mer_id @mer_id end |
.private_key ⇒ Object
Returns the value of attribute private_key.
9 10 11 |
# File 'lib/unionpay_app.rb', line 9 def private_key @private_key end |
.query_uri ⇒ Object
Returns the value of attribute query_uri.
12 13 14 |
# File 'lib/unionpay_app.rb', line 12 def query_uri @query_uri end |
.uri ⇒ Object
Returns the value of attribute uri.
8 9 10 |
# File 'lib/unionpay_app.rb', line 8 def uri @uri end |