Method: Adcloud::Connection#put
- Defined in:
- lib/adcloud/connection.rb
#put(path, params = {}) ⇒ Object
45 46 47 48 |
# File 'lib/adcloud/connection.rb', line 45 def put(path, params = {}) response = connection.put path, params response.body end |