Method: PlaylyfeClient::Connection#put
- Defined in:
- lib/playlyfe_client/connection.rb
#put(route, query = {}, body = {}) ⇒ Object
162 163 164 |
# File 'lib/playlyfe_client/connection.rb', line 162 def put(route, query = {}, body = {}) api(:put, route, query, body, false) end |