class Payoneer::Configuration

Attributes

client_cert[RW]
client_cert_passwd[RW]
environment[RW]
partner_id[RW]
password[RW]
program_id[RW]
username[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/payoneer/configuration.rb, line 6
def configure
  @configuration ||= Payoneer::Configuration.tap do |config|
    yield config
  end
end