Module: Cmbpay
- Defined in:
- lib/cmbpay.rb,
lib/cmbpay/sign.rb,
lib/cmbpay/utils.rb,
lib/cmbpay/service.rb,
lib/cmbpay/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.branch_no ⇒ Object
Returns the value of attribute branch_no.
-
.debug_mode ⇒ Object
Returns the value of attribute debug_mode.
-
.extra_rest_client_options ⇒ Object
Returns the value of attribute extra_rest_client_options.
-
.key ⇒ Object
Returns the value of attribute key.
-
.merchant_no ⇒ Object
Returns the value of attribute merchant_no.
-
.sandbox_mode ⇒ Object
Returns the value of attribute sandbox_mode.
-
.sign_type ⇒ Object
Returns the value of attribute sign_type.
Class Method Summary collapse
Class Attribute Details
.branch_no ⇒ Object
Returns the value of attribute branch_no.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def branch_no @branch_no end |
.debug_mode ⇒ Object
Returns the value of attribute debug_mode.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def debug_mode @debug_mode end |
.extra_rest_client_options ⇒ Object
Returns the value of attribute extra_rest_client_options.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def end |
.key ⇒ Object
Returns the value of attribute key.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def key @key end |
.merchant_no ⇒ Object
Returns the value of attribute merchant_no.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def merchant_no @merchant_no end |
.sandbox_mode ⇒ Object
Returns the value of attribute sandbox_mode.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def sandbox_mode @sandbox_mode end |
.sign_type ⇒ Object
Returns the value of attribute sign_type.
13 14 15 |
# File 'lib/cmbpay.rb', line 13 def sign_type @sign_type end |
Class Method Details
.debug_mode? ⇒ Boolean
16 17 18 |
# File 'lib/cmbpay.rb', line 16 def debug_mode? !!@debug_mode end |