Method: ProcessOut::Token#new

Defined in:
lib/processout/token.rb

#new(data = {}) ⇒ Object

Create a new Token using the current client



211
212
213
# File 'lib/processout/token.rb', line 211

def new(data = {})
  Token.new(@client, data)
end