Module: WechatPay

Defined in:
lib/wechat_pay.rb,
lib/wechat_pay/app.rb,
lib/wechat_pay/sign.rb,
lib/wechat_pay/utils.rb,
lib/wechat_pay/version.rb,
lib/wechat_pay/access_token.rb

Defined Under Namespace

Modules: AccessToken, App, Sign, Utils

Constant Summary collapse

VERSION =
"0.1.0"

Class Attribute Summary collapse

Class Attribute Details

.app_idObject

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

.app_secretObject

Returns the value of attribute app_secret.



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

def app_secret
  @app_secret
end

.partner_idObject

Returns the value of attribute partner_id.



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

def partner_id
  @partner_id
end

.partner_keyObject

Returns the value of attribute partner_key.



13
14
15
# File 'lib/wechat_pay.rb', line 13

def partner_key
  @partner_key
end

.pay_sign_keyObject

Returns the value of attribute pay_sign_key.



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

def pay_sign_key
  @pay_sign_key
end