class Braintree::Config
- Braintree::Config
- Reference
- Object
Defined in:
config.crConstant Summary
-
PRODUCTION_URI =
URI.parse("https://api.braintreegateway.com:443/")
-
STAGING_URI =
URI.parse("https://api.sandbox.braintreegateway.com:443/")
Constructors
Instance Method Summary
- #config_dir
- #enviroment : String
- #host : URI
- #load : self
- #merchant : String
- #private_key : String
- #profile : String
- #public_key : String
- #save : self
- #setup : self
Constructor Detail
def self.new(profile : String, enviroment : Nil | String = nil, merchant : Nil | String = nil, public_key : Nil | String = nil, private_key : Nil | String = nil, host = nil)
#