Module: WechatPay
- Defined in:
- lib/wechat_pay.rb,
lib/wechat_pay/js.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/order_query.rb,
lib/wechat_pay/access_token.rb,
lib/wechat_pay/deliver_notify.rb
Defined Under Namespace
Modules: AccessToken, App, DeliverNotify, JS, Notify, OrderQuery, Package, PrepayId, Sign, Utils
Constant Summary collapse
- VERSION =
"0.3.0"
Class Attribute Summary collapse
-
.app_id ⇒ Object
Returns the value of attribute app_id.
-
.app_secret ⇒ Object
Returns the value of attribute app_secret.
-
.partner_id ⇒ Object
Returns the value of attribute partner_id.
-
.partner_key ⇒ Object
Returns the value of attribute partner_key.
-
.pay_sign_key ⇒ Object
Returns the value of attribute pay_sign_key.
Class Attribute Details
.app_id ⇒ Object
Returns the value of attribute app_id.
15 16 17 |
# File 'lib/wechat_pay.rb', line 15 def app_id @app_id end |
.app_secret ⇒ Object
Returns the value of attribute app_secret.
15 16 17 |
# File 'lib/wechat_pay.rb', line 15 def app_secret @app_secret end |
.partner_id ⇒ Object
Returns the value of attribute partner_id.
15 16 17 |
# File 'lib/wechat_pay.rb', line 15 def partner_id @partner_id end |
.partner_key ⇒ Object
Returns the value of attribute partner_key.
15 16 17 |
# File 'lib/wechat_pay.rb', line 15 def partner_key @partner_key end |
.pay_sign_key ⇒ Object
Returns the value of attribute pay_sign_key.
15 16 17 |
# File 'lib/wechat_pay.rb', line 15 def pay_sign_key @pay_sign_key end |