module Cmbpay

Constants

VERSION

Attributes

branch_no[RW]
debug_mode[RW]
extra_rest_client_options[RW]
key[RW]
merchant_no[RW]
sandbox_mode[RW]
sign_type[RW]

Public Class Methods

debug_mode?() click to toggle source
# File lib/cmbpay.rb, line 16
def debug_mode?
  !!@debug_mode
end