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

Class Attribute Details

.back_urlObject

Returns the value of attribute back_url.



6
7
8
# File 'lib/unionpay_app.rb', line 6

def back_url
  @back_url
end

.cerObject

Returns the value of attribute cer.



10
11
12
# File 'lib/unionpay_app.rb', line 10

def cer
  @cer
end

.cert_idObject

Returns the value of attribute cert_id.



11
12
13
# File 'lib/unionpay_app.rb', line 11

def cert_id
  @cert_id
end

.front_urlObject

Returns the value of attribute front_url.



5
6
7
# File 'lib/unionpay_app.rb', line 5

def front_url
  @front_url
end

.mer_idObject

Returns the value of attribute mer_id.



7
8
9
# File 'lib/unionpay_app.rb', line 7

def mer_id
  @mer_id
end

.private_keyObject

Returns the value of attribute private_key.



9
10
11
# File 'lib/unionpay_app.rb', line 9

def private_key
  @private_key
end

.query_uriObject

Returns the value of attribute query_uri.



12
13
14
# File 'lib/unionpay_app.rb', line 12

def query_uri
  @query_uri
end

.uriObject

Returns the value of attribute uri.



8
9
10
# File 'lib/unionpay_app.rb', line 8

def uri
  @uri
end