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