Module: Fuiou
- Defined in:
- lib/fuiou.rb,
lib/fuiou/sign.rb,
lib/fuiou/result.rb,
lib/fuiou/service.rb,
lib/fuiou/version.rb
Defined Under Namespace
Modules: Result, Service, Sign
Constant Summary collapse
- VERSION =
"0.1.2".freeze
Class Attribute Summary collapse
-
.fuiou_21_url ⇒ Object
Returns the value of attribute fuiou_21_url.
-
.fuiou_30_url ⇒ Object
Returns the value of attribute fuiou_30_url.
-
.ins_id ⇒ Object
Returns the value of attribute ins_id.
-
.ins_private_key ⇒ Object
Returns the value of attribute ins_private_key.
-
.ins_public_key ⇒ Object
Returns the value of attribute ins_public_key.
-
.mch_id ⇒ Object
mch_id 商户号 ins_id 机构号 ins_private_key 机构号私钥 ins_public_key 机构号公钥 notify_url 回调通知地址 fuiou_21_url 统一下单地址 fuiou_30_url 订单查询地址.
-
.notify_url ⇒ Object
mch_id 商户号 ins_id 机构号 ins_private_key 机构号私钥 ins_public_key 机构号公钥 notify_url 回调通知地址 fuiou_21_url 统一下单地址 fuiou_30_url 订单查询地址.
Class Attribute Details
.fuiou_21_url ⇒ Object
Returns the value of attribute fuiou_21_url.
19 20 21 |
# File 'lib/fuiou.rb', line 19 def fuiou_21_url @fuiou_21_url end |
.fuiou_30_url ⇒ Object
Returns the value of attribute fuiou_30_url.
19 20 21 |
# File 'lib/fuiou.rb', line 19 def fuiou_30_url @fuiou_30_url end |
.ins_id ⇒ Object
Returns the value of attribute ins_id.
18 19 20 |
# File 'lib/fuiou.rb', line 18 def ins_id @ins_id end |
.ins_private_key ⇒ Object
Returns the value of attribute ins_private_key.
18 19 20 |
# File 'lib/fuiou.rb', line 18 def ins_private_key @ins_private_key end |
.ins_public_key ⇒ Object
Returns the value of attribute ins_public_key.
18 19 20 |
# File 'lib/fuiou.rb', line 18 def ins_public_key @ins_public_key end |
.mch_id ⇒ Object
mch_id 商户号ins_id 机构号ins_private_key 机构号私钥ins_public_key 机构号公钥notify_url 回调通知地址fuiou_21_url 统一下单地址fuiou_30_url 订单查询地址
17 18 19 |
# File 'lib/fuiou.rb', line 17 def mch_id @mch_id end |
.notify_url ⇒ Object
mch_id 商户号ins_id 机构号ins_private_key 机构号私钥ins_public_key 机构号公钥notify_url 回调通知地址fuiou_21_url 统一下单地址fuiou_30_url 订单查询地址
17 18 19 |
# File 'lib/fuiou.rb', line 17 def notify_url @notify_url end |