Module: Braintree::ClientToken
- Defined in:
- lib/braintree/client_token.rb
Constant Summary collapse
- DEFAULT_VERSION =
2
Class Method Summary collapse
Class Method Details
.generate(*args) ⇒ Object
7 8 9 |
# File 'lib/braintree/client_token.rb', line 7 def self.generate(*args) Configuration.gateway.client_token.generate(*args) end |