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/notify.rb,
lib/wechat_pay/package.rb,
lib/wechat_pay/version.rb,
lib/wechat_pay/prepay_id.rb,
lib/wechat_pay/access_token.rb

Defined Under Namespace

Modules: AccessToken, App, Notify, Package, PrepayId, Sign, Utils

Constant Summary collapse

VERSION =
"0.2.0"

Class Attribute Summary collapse

Class Attribute Details

.app_idObject

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

.app_secretObject

Returns the value of attribute app_secret.



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

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.



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

def partner_key
  @partner_key
end

.pay_sign_keyObject

Returns the value of attribute pay_sign_key.



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

def pay_sign_key
  @pay_sign_key
end