Method: ProcessOut::Device#new
- Defined in:
- lib/processout/device.rb
#new(data = {}) ⇒ Object
Create a new Device using the current client
103 104 105 |
# File 'lib/processout/device.rb', line 103 def new(data = {}) Device.new(@client, data) end |