Method: ProcessOut::CardInformation#new
- Defined in:
- lib/processout/card_information.rb
#new(data = {}) ⇒ Object
Create a new CardInformation using the current client
67 68 69 |
# File 'lib/processout/card_information.rb', line 67 def new(data = {}) CardInformation.new(@client, data) end |