Module: Bckbn

Extended by:
Forwardable
Defined in:
lib/bckbn.rb,
lib/bckbn/version.rb,
lib/bckbn/core_ext.rb,
lib/bckbn/connection.rb,
lib/bckbn/configuration.rb,
lib/bckbn/resources/charge/api.rb,
lib/bckbn/resources/transactions/api.rb,
lib/bckbn/resources/charge/models/requests.rb,
lib/bckbn/resources/charge/models/responses.rb,
lib/bckbn/resources/transactions/models/card.rb,
lib/bckbn/resources/transactions/models/echeck.rb,
lib/bckbn/resources/transactions/models/payment.rb,
lib/bckbn/resources/transactions/models/requests.rb,
lib/bckbn/resources/transactions/models/responses.rb,
lib/bckbn/resources/transactions/models/billing_address.rb,
lib/bckbn/resources/transactions/models/cardholder_authentication.rb

Defined Under Namespace

Modules: Charge, CoreExt, Transaction Classes: Configuration, Connection

Constant Summary collapse

VERSION =
"3.0.1"
API_VERSION =
"0.1.0"
CONFIG_OPTIONS =
%i[
  access_token
  api_version
  api_base
  log_level
  worldpay_merchant_id
  source_ip_address
  idempotency_key
].freeze

Class Attribute Summary collapse

Class Attribute Details

.configObject (readonly)

Returns the value of attribute config.



30
31
32
# File 'lib/bckbn.rb', line 30

def config
  @config
end