Method: ProcessOut::ErrorCodes#new
- Defined in:
- lib/processout/error_codes.rb
#new(data = {}) ⇒ Object
Create a new ErrorCodes using the current client
43 44 45 |
# File 'lib/processout/error_codes.rb', line 43 def new(data = {}) ErrorCodes.new(@client, data) end |