Class Braintree::Configuration
In: lib/braintree/configuration.rb
Parent: Object

Methods

Constants

READABLE_ATTRIBUTES = [ :merchant_id, :public_key, :private_key, ]
WRITABLE_ATTRIBUTES = [ :custom_user_agent, :endpoint, :http_open_timeout, :http_read_timeout, :logger, :merchant_id, :public_key, :private_key, :environment, ]

Public Class methods

Sets the Braintree environment to use. Valid values are :sandbox and :production

Public Instance methods

[Validate]