Method: PR::Pin::Repositories::Subscriptions#update

Defined in:
lib/pr/pin/repositories/subscriptions.rb

#update(token, *args) ⇒ Object



13
14
15
16
17
# File 'lib/pr/pin/repositories/subscriptions.rb', line 13

def update(token, *args)
  API::Result.wrap(root) do
    root.append_path(token).command(:update).call(*args)
  end
end