Object
Sets the Braintree environment to use. Valid values are :sandbox and :production
# File lib/braintree/configuration.rb, line 24 def self.environment=(env) unless [:development, :qa, :sandbox, :production].include?(env) raise ArgumentError, "#{env.inspect} is not a valid environment" end @environment = env end
Generated with the Darkfish Rdoc Generator 2.