Module: WeixinPay

Defined in:
lib/weixin_pay.rb,
lib/weixin_pay/pay.rb,
lib/weixin_pay/sign.rb,
lib/weixin_pay/result.rb,
lib/weixin_pay/version.rb

Defined Under Namespace

Modules: Pay, Sign Classes: Result

Constant Summary collapse

VERSION =
"0.0.6"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.appidObject

Returns the value of attribute appid.



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

def appid
  @appid
end

.keyObject

Returns the value of attribute key.



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

def key
  @key
end

.mch_idObject

Returns the value of attribute mch_id.



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

def mch_id
  @mch_id
end

Class Method Details

.extra_rest_client_optionsObject



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

def extra_rest_client_options
  {}
end